You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* get - Used to retrieve configuration and state details from the system.
20
+
* set - Used to set a configuration or run operational transaction. The set method can be used with the candidate and tools datastores.
21
+
* validate - Used to verify that the system accepts a configuration transaction before applying it to the system.
22
+
* cli - Used to run CLI commands. The get and set methods are restricted to accessing data structures via the YANG models, but the cli method can access any commands added to the system via python plug-ins or aliases.
0 commit comments