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