Update specified SBC devices with specified route set
post
/rest/{versionId}/routeSets/{routeSetId}/devices/action
Use this method to update a subset of associated SBC devices with new route set.User needs provide route set id to be updated on devices as part of resource uri and list of decvices to be updated along with type of action (Update) in request method body.
Request
Supported Media Types
- application/xml
- application/json
Path Parameters
-
routeSetId: string
The route set id on which update action needs to be performed.
-
versionId: string
The rest api version, it's value is v1.3.
The details of update action. This shoudl have list of Device to be updated.
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