-
addLockItem
Add Lock Item
POST /nso_manager/lockItem/:adapterIdAdd a lock item to manually prevent a device from being changed.
-
applyTemplates
apply at set of templates to a set of devices
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.
-
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 all NEDs in NSO
GET /nso_manager/neds/:adapterIdGet all 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 a Is Alive
POST /nso_manager/isAliveRun a Is Alive call through Live Status in NSO (Network Services Orchestrator).
-
liveStatus
Run a Live Status
POST /nso_manager/liveStatusRun a Live Status call 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.
-
restQuery
Make REST Queries to NSO
POST /nso_manager/restQuery/:adapterIdInterface to make rest queries to NSO
-
runAction
Run an Action
POST /nso_manager/runAction/:adapterIdRun an action in NSO (Network Services Orchestrator).
-
setItemNacmGroup
Adds Tenancy concept to an item in NS
POST /nso_manager/setItemNacmGroup/:adapterIdAdds the section of CDB as defined by the xpath to the NACM group specified by the tenant
-
setLeaf
Set Leaf
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).