route sets management REST Endpoints

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