Move Device Groups to a Different Parent
put
/api/device/Groups/updateMove
Moves the device groups listed in id to the parent specified in ParentDeviceGroupId.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
id(required): string
The comma-separated list of device group IDs.
-
ParentDeviceGroupID(required): integer
The device group ID of the parent group.Example:
1
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : schema
Type:
Show Source
object
-
data: array
data
The properties of the parent device group.
-
message: string
The response message text.Example:
Updated record(s)
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Nested Schema : deviceGroupsReadById
Type:
Show Source
object
-
DeviceGroupID: integer
The device group ID.Example:
2
-
DeviceGroupName: string
The device group display name.Example:
Nodes
-
Devices: array
Devices
The list of devices.
-
ParentDeviceGroupID: integer
The device group ID of the parent group.Example:
1
Nested Schema : items
Type:
Show Source
object
-
DeviceID: integer
Example:
1
-
DeviceName: string
Example:
router.example.com
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.