-
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.
-
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.
-
deleteQueueItem
Delete a Queue Item
DELETE /nso_manager/queueItem/:adapterId/:queueItemIdDelete an item from the Commit Queue.
-
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
-
getCommitQueueDeep
Get Commit Queue Items
GET /nso_manager/getCommitQueueDeep/:adapterIdGet all the items in the Commit Queue.
-
getDevicesFiltered
Get Filtered Devices
GET /nso_manager/devices/:substringGet the devices with name matching the given string.
-
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
-
getNEDs
Get a NEDs in NSO
GET /nso_manager/neds/:adapterIdGet a NEDs (Network Element Driver) in NSO (Network Services Orchestrator).
-
getQueuedDevices
Get all Queued Devices
GET /nso_manager/queuedDevices/:adapterIdGet all queued devices in the Commit Queue.
-
getQueueItemDetails
Gets Item's Details
GET /nso_manager/queueItem/detailed/:adapterId/:queueItemIdGet details for item in the Commit Queue.
-
isAlive
Run Is Live
POST /nso_manager/isAliveRun a Is Alive call through Live Status in NSO (Network Services Orchestrator).
-
lockQueueItem
Lock Queue Item
POST /nso_manager/queueItem/lock/:adapterId/:queueItemIdLock an item in the Commit Queue.
-
pruneDevicesAllItems
Prune Devices From all Items
PUT /nso_manager/queueItems/prune/:adapterIdPrune specific devices from all items.
-
pruneDevicesFromItem
Prune Devices From an Item
PUT /nso_manager/queueItem/prune/:adapterId/:queueItemIdPrune specific devices from specific items.
-
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').
-
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 the section of CDB as defined by the xpath to the NACM group specified by the tenant
-
setLeaf
setLeaf Task
POST /nso_manager/setLeaf/:adapterIdSet Leaf and Its Values.
-
unlockQueueItem
Unlock Queue Item
POST /nso_manager/queueItem/unlock/:adapterId/:queueItemIdUnlock an item in the Commit Queue.
-
verifyConfig
Validate Network Configuration
POST /nso_manager/verifyConfig/:adapter/:nedidValidate configuration against a NED (Network Element Drivers).