Update all associated SBC devices with specified route sets.
post
/rest/{versionId}/routeSets/devices/action
Use this (POST) method to update all associated SBC devices with specified route sets. User needs to provide route set id list to be updated as part of method body.
Request
Supported Media Types
- application/xml
- application/json
Path Parameters
-
versionId: string
The rest api version, it's value is v1.3.
This parameter will have subset of routesets which needs to be updated on associated devices.
Nested Schema : routeSet
Type:
Show Source
object
-
addMode(optional):
string
-
addTaskId(optional):
string
-
addTaskStatus(optional):
string
-
copyFromRouteSetId(optional):
string
-
description(optional):
string
-
deviceGroupId(optional):
string
-
deviceLrtConfigName(optional):
string
-
deviceLrtFilename(optional):
string
-
deviceRequiresUpdating(optional):
string
-
lastModifiedTime(optional):
string
-
lockOwner(optional):
string
-
lockState(optional):
string
-
name(optional):
string
-
notes(optional):
string
-
pubIdType(optional):
string
-
routeCount(optional):
string
-
routeSetId(optional):
string
-
version(optional):
string
Response
Supported Media Types
- application/xml
- application/json
200 Response
successful operation
400 Response
The user input is invalid.
401 Response
The session ID is invalid.
403 Response
There is no permission to access the resources.
404 Response
The object (resource URI, device, and so on) of your input request cannot be found.
500 Response
Internal server error