Execution module for Cisco Network Services Orchestrator Proxy minions
For documentation on setting up the cisconso proxy minion look in the documentation
for salt.proxy.cisconso.
salt.modules.cisconso.apply_rollback(datastore, name)¶Apply a system rollback
| Parameters: |
|
|---|
salt cisco-nso cisconso.apply_rollback 52
salt.modules.cisconso.get_data(datastore, path)¶Get the configuration of the device tree at the given path
| Parameters: |
|
|---|---|
| Returns: | The network configuration at that tree |
| Return type: |
|
salt cisco-nso cisconso.get_data running 'devices/ex0'
salt.modules.cisconso.get_rollback(name)¶Get the backup of stored a configuration rollback
| Parameters: | name (str) – Typically an ID of the backup |
|---|---|
| Return type: | str |
| Returns: | the contents of the rollback snapshot |
salt cisco-nso cisconso.get_rollback 52
salt.modules.cisconso.get_rollbacks()¶Get a list of stored configuration rollbacks
salt cisco-nso cisconso.get_rollbacks
salt.modules.cisconso.info()¶Return system information for grains of the NSO proxy minion
salt '*' cisconso.info
salt.modules.cisconso.set_data_value(datastore, path, data)¶Get a data entry in a datastore
| Parameters: |
|
|---|---|
| Return type: |
|
| Returns: |
|
salt cisco-nso cisconso.set_data_value running 'devices/ex0/routes' 10.0.0.20/24
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.3