route sets management REST Endpoints
route sets management
Route sets management APIs.
- Add a route to routeSet.
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/entries
- Add an associated device to a route set
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/devices
- Commit/Rollback/Cancel a route set update.
- Method: postPath:
/{versionId}/routeSets/routeUpdates/{taskId}/action
- Create a new route Set
- Method: postPath:
/{versionId}/routeSets
- Delete a particular Route Set by Id
- Method: deletePath:
/{versionId}/routeSets/{routeSetId}
- Delete associated device from specified route set
- Method: deletePath:
/{versionId}/routeSets/{routeSetId}/devices/{deviceGroupId}
- Delete Route Entry by ID
- Method: deletePath:
/{versionId}/routeSets/{routeSetId}/entries/{entryId}
- Execute some action on CSV file import
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/importFile/{taskId}/action
- Execute user action on Add route set task.
- Method: postPath:
/{versionId}/routeSets/tasks/{taskId}/action
- GET all associated device from a perticular route set
- Method: getPath:
/{versionId}/routeSets/{routeSetId}/devices
- Get All Existing Route Sets
- Method: getPath:
/{versionId}/routeSets
- Get All or subset of route entries from a perticular routeset
- Method: getPath:
/{versionId}/routeSets/{routeSetId}/entries
- GET all route updates on devices.
- Method: getPath:
/{versionId}/routeSets/routeUpdates
- Get Route Entry by ID
- Method: getPath:
/{versionId}/routeSets/{routeSetId}/entries/{entryId}
- Get Route Sets by specifying a Route Set Id.
- Method: getPath:
/{versionId}/routeSets/{routeSetId}
- GET status of add route set task by restoring LRT from device.
- Method: getPath:
/{versionId}/routeSets/tasks/{taskId}
- Get status of update task by task id
- Method: getPath:
/{versionId}/routeSets/routeUpdates/{taskId}
- GET the list of templates on the SDM Server
- Method: getPath:
/{versionId}/routeSets/importTemplates
- Get the status of the file import task
- Method: getPath:
/{versionId}/routeSets/{routeSetId}/importFile/{taskId}
- Import a CSV File in to route Set
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/importFile
- Modify a perticular RouteSet
- Method: putPath:
/{versionId}/routeSets/{routeSetId}
- Modify Route Entry by Id
- Method: putPath:
/{versionId}/routeSets/{routeSetId}/entries/{entryId}
- POST to Lock/Unlock/OverrideLock a RouteSet
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/action
- Update all associated SBC devices with specified route sets.
- Method: postPath:
/{versionId}/routeSets/devices/action
- Update specified SBC devices with specified route set
- Method: postPath:
/{versionId}/routeSets/{routeSetId}/devices/action