The NSO (Network Services Orchestrator) path for the config. This is in the key path format. If you want to use a variable, wrap it in !<variable name>!. NSO documentation for this can be found in the JSON-RPC FAQ for NSO 4.7
value
string
yes
The value for the path. Wrap variables with !!.
variables
string
yes
Key value variable definition.
set
boolean
yes
True for create/update, False for delete.
dryRun
boolean
yes
True for dry-run, False for provision.
options
string
yes
Options
Copied to Clipboard
{
"path": "/d:config/device{eth0}/date (only an example of KeyPath; this is not NSO valid)",
"value": "hostname%itential.com",
"variables": "action-type pyaction",
"set": true,
"dryRun": false,
"options": "staging"
}