- 
    
      addDeviceFormAdd Device Form (manual workflow task) /nso_manager/task/addDeviceForm
- 
    
      addLockItemAdd 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. 
- 
    
      applyTemplatesapplyTemplates 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. 
- 
    
      checkSyncServiceDoes check sync on service No Northbound API AvailablePerforms check sync or deep check sync on NSO service instance 
- 
    
      deleteQueueItemDelete a Queue Item DELETE /nso_manager/queueItem/:adapterId/:queueItemIdDelete an item from the Commit Queue. 
- 
    
      evaluateWhenEvaluate a service model field with when conditions on NSO. POST /nso_manager/evaluateWhenReturns true if when condition is met, false otherwise. 
- 
    
      getAllAuthGroupsGet all Authentication Groups GET /nso_manager/allAuthgroupsGet a list of all authentication groups 
- 
    
      getAllNEDsGet all NEDs in NSO GET /nso_manager/allNedsGet all NEDs (Network Element Driver) in NSO (Network Services Orchestrator). 
- 
    
      getAuthGroupsGet Authentication Groups GET /nso_manager/authgroups/:adapterIdGet a list of all authentication groups 
- 
    
      getCommitQueueDeepGet Commit Queue Items GET /nso_manager/getCommitQueueDeep/:adapterIdGet all the items in the Commit Queue. 
- 
    
      getDevicesFilteredGet Filtered Devices GET /nso_manager/devices/:substringGet the devices which contain the given string (case insensitive). 
- 
    
      getDevicesFilteredForAdapterGet Filtered Devices from an adapter GET /nso_manager/devices/:lockedAdapter/:substringGet the devices with name matching the given string in a given adapter 
- 
    
      getLeafrefValuesGet Leafref values from NSO POST /nso_manager/getLeafrefValuesGet the list of values referenced by a Leafref field of a service model. 
- 
    
      getNEDsGet a NEDs in NSO GET /nso_manager/neds/:adapterIdGet a NEDs (Network Element Driver) in NSO (Network Services Orchestrator). 
- 
    
      getQueuedDevicesGet all Queued Devices GET /nso_manager/queuedDevices/:adapterIdGet all devices with configuration commitments in NSO's commit queue. 
- 
    
      getQueueItemDetailsGets Item's Details GET /nso_manager/queueItem/detailed/:adapterId/:queueItemIdGet details for item in the Commit Queue. 
- 
    
      getRollbackFilesGet 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. 
- 
    
      getServiceModelSchemasGet JSON schemas of service models. POST /nso_manager/serviceModel/schemasGet JSON schemas of service models depending on service paths passed in. 
- 
    
      isAliveRun 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 
- 
    
      lockQueueItemLock Queue Item POST /nso_manager/queueItem/lock/:adapterId/:queueItemIdLock an item in the Commit Queue. 
- 
    
      pruneDevicesAllItemsPrune Devices From all Items PUT /nso_manager/queueItems/prune/:adapterIdPrune(remove) devices from all items in the NSO commit queue 
- 
    
      pruneDevicesFromItemPrune Devices From an Item PUT /nso_manager/queueItem/prune/:adapterId/:queueItemIdPrune(remove) specific devices from an item in the NSO commit queue. 
- 
    
      restActionMake REST Actions to NSO POST /nso_manager/restAction/:adapterIdInterface to make rest actions to NSO 
- 
    
      restQueryrestQuery Task POST /nso_manager/restQuery/:adapterIdInterface to make rest queries to NSO 
- 
    
      runActionRun Action POST /nso_manager/runAction/:adapterIdRun an action in NSO (Network Services Orchestrator). 
- 
    
      runCommandRun 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). 
- 
    
      runCommandsRun 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']). 
- 
    
      SetDeviceConfigurationSet Device Configuration (manual workflow task) /nso_manager/task/SetDeviceConfiguration
- 
    
      setItemNacmGroupsetItemNacmGroup 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. 
- 
    
      setLeafsetLeaf Task POST /nso_manager/setLeaf/:adapterIdCreate, update, or delete any XML leaf node in NSO's XML tree. Use with caution 
- 
    
      unlockQueueItemUnlock Queue Item POST /nso_manager/queueItem/unlock/:adapterId/:queueItemIdUnlocks a locked item in the commit queue. Silently ignores requests to unlock an already unlocked item. 
- 
    
      validateCommitValidates the commit without committing after loading service data. POST /nso_manager/validateCommitReturns error message if commit is invalid. 
- 
    
      verifyConfigValidate Network Configuration POST /nso_manager/verifyConfig/:adapter/:nedidValidate a device configuration excerpt against a Network Element Driver (NED).