-
addDeviceForm
Add Device Form (manual workflow task)
/nso_manager/task/addDeviceForm -
addLockItem
Add Lock Item
POST /nso_manager/lockItem/:adapterIdAdd a lock item to manually prevent a device from being changed. Configuration commitments to locked devices sent through NSO's commit queue will remain in the queue until the lock is removed.
-
applyTemplates
applyTemplates Task
POST /nso_manager/applyTemplatesApplies an array of template/device pairings. Allows a user to include a key/value map of variables. Also supports NSO transaction options.
-
checkSyncService
Does check sync on service
No Northbound API AvailablePerforms check sync or deep check sync on NSO service instance
-
evaluateWhen
Evaluate a service model field with when conditions on NSO.
POST /nso_manager/evaluateWhenReturns true if when condition is met, false otherwise.
-
getAllAuthGroups
Get all Authentication Groups
GET /nso_manager/allAuthgroupsGet a list of all authentication groups
-
getAllNEDs
Get all NEDs in NSO
GET /nso_manager/allNedsGet all NEDs (Network Element Driver) in NSO (Network Services Orchestrator).
-
getAuthGroups
Get Authentication Groups
GET /nso_manager/authgroups/:adapterIdGet a list of all authentication groups
-
getDevicesFiltered
Get Filtered Devices
GET /nso_manager/devices/:substringGet the devices which contain the given string (case insensitive).
-
getDevicesFilteredForAdapter
Get Filtered Devices from an adapter
GET /nso_manager/devices/:lockedAdapter/:substringGet the devices with name matching the given string in a given adapter
-
getLeafrefValues
Get Leafref values from NSO
POST /nso_manager/getLeafrefValuesGet the list of values referenced by a Leafref field of a service model.
-
getNEDs
Get a NEDs in NSO
GET /nso_manager/neds/:adapterIdGet a NEDs (Network Element Driver) in NSO (Network Services Orchestrator).
-
getRollbackFiles
Get rollback files based on label/comment/fixed-number.
POST /nso_manager/getRollbackFilesGet rollback files from NSO and filter it by the comment/label/fixed-number. If more than one param is passed in, results will match 'or' logic. Label and comment will match if the param label/comment is a substring of the actual label/comment.
-
getServiceModelSchemas
Get JSON schemas of service models.
POST /nso_manager/serviceModel/schemasGet JSON schemas of service models depending on service paths passed in.
-
isAlive
Run Is Live
POST /nso_manager/isAliveRun a Is Alive call through Live Status in NSO (Network Services Orchestrator). to check the status of a device
-
restAction
Make REST Actions to NSO
POST /nso_manager/restAction/:adapterIdInterface to make rest actions to NSO
-
restQuery
restQuery Task
POST /nso_manager/restQuery/:adapterIdInterface to make rest queries to NSO
-
runAction
Run Action
POST /nso_manager/runAction/:adapterIdRun an action in NSO (Network Services Orchestrator).
-
runCommand
Run a Live Status command against a list of devices
POST /nso_manager/runCommandRun a Live Status command against a list of devices (e.g. 'show version', 'show interfaces).
-
runCommands
Run a list of Live Status commands against a list of devices
POST /nso_manager/runCommandsRun a list of Live Status commands against a list of devices (e.g. ['show version', 'show ip interface brief']).
-
SetDeviceConfiguration
Set Device Configuration (manual workflow task)
/nso_manager/task/SetDeviceConfiguration -
setItemNacmGroup
setItemNacmGroup Task
POST /nso_manager/setItemNacmGroup/:adapterIdAdds tenancy concept to an item in NSO. Sets an NSO NETCONF Access Control Module (NACM) rule to a tenant (NACM rule-list) that permits all actions on a target resource.
-
setLeaf
setLeaf Task
POST /nso_manager/setLeaf/:adapterIdCreate, update, or delete any XML leaf node in NSO's XML tree. Use with caution
-
validateCommit
Validates the commit without committing after loading service data.
POST /nso_manager/validateCommitReturns error message if commit is invalid.
-
verifyConfig
Validate Network Configuration
POST /nso_manager/verifyConfig/:adapter/:nedidValidate a device configuration excerpt against a Network Element Driver (NED).