route sets management REST Endpoints

route sets management
Route sets management APIs.
Add a Device to a Route Set
Method: post
Path: /{versionId}/routeSets/{routeSetId}/devices
Add a Route to Route Set
Method: post
Path: /{versionId}/routeSets/{routeSetId}/entries
Create a New Route Set
Method: post
Path: /{versionId}/routeSets
Delete a Route Set by ID
Method: delete
Path: /{versionId}/routeSets/{routeSetId}
Delete 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 Action on Add Route Set
Method: post
Path: /{versionId}/routeSets/tasks/{taskId}/action
Execute an Action on CSV File Import
Method: post
Path: /{versionId}/routeSets/{routeSetId}/importFile/{taskId}/action
Get All Route Entries from a Specific Range Type Route Set by Range
Method: get
Path: /{versionId}/routeSets/{routeSetId}/routeEntries/{rangeStart}/{rangeEnd}
Get All Route Entries from a Specific Route Set by pubID
Method: get
Path: /{versionId}/routeSets/{routeSetId}/routeEntries
Get All Route Entries in a Route Set Without Filter Criteria
Method: get
Path: /{versionId}/routeSets/{routeSetId}/routes
Get All Route Sets
Method: get
Path: /{versionId}/routeSets
Get all Route Updates on Devices
Method: get
Path: /{versionId}/routeSets/routeUpdates
Get Devices from a Specific Route Set
Method: get
Path: /{versionId}/routeSets/{routeSetId}/devices
Get Route Entries from a Specific Route Set
Method: get
Path: /{versionId}/routeSets/{routeSetId}/entries
Get Route Entry by ID
Method: get
Path: /{versionId}/routeSets/{routeSetId}/entries/{entryId}
Get Route Sets by Route Set ID
Method: get
Path: /{versionId}/routeSets/{routeSetId}
Get Status by Task ID
Method: get
Path: /{versionId}/routeSets/routeUpdates/{taskId}
Get the Import Status
Method: get
Path: /{versionId}/routeSets/{routeSetId}/importFile/{taskId}
Get the Task Status
Method: get
Path: /{versionId}/routeSets/tasks/{taskId}
Import a CSV File in to a Route Set
Method: post
Path: /{versionId}/routeSets/{routeSetId}/importFile
List templates on the SDM Server
Method: get
Path: /{versionId}/routeSets/importTemplates
Lock a RouteSet
Method: post
Path: /{versionId}/routeSets/{routeSetId}/action
Modify a Route Set
Method: put
Path: /{versionId}/routeSets/{routeSetId}
Modify a Route Set Update
Method: post
Path: /{versionId}/routeSets/routeUpdates/{taskId}/action
Modify Route Entry by ID
Method: put
Path: /{versionId}/routeSets/{routeSetId}/entries/{entryId}
Update SBC devices with a Route Sets
Method: post
Path: /{versionId}/routeSets/devices/action
Update SBC Devices with Route Set
Method: post
Path: /{versionId}/routeSets/{routeSetId}/devices/action