INC Platform - iCC Management

Reboot Device

Reboot devices based on device IDs.

Interface URI

/icc/deviceCfg/bulkreboot/{deviceids}

Access Method

HTTP
PUT
Parameters
Path parameters
deviceids Device IDs.
String type. Required. Multiple device IDs are separated by using commas (,).
Query parameters
save Whether to save the configuration.
Boolean type. Whether to save the configuration before rebooting devices. Optional. The default is false.

Return Value

Status code
  • 204(No Content): Success.
Message header
HTTP/1.1 204 No Content
...

Example

Reboot devices with ID 1 and ID 2.

Request
PUT http://host:8080/imcrs/icc/deviceCfg/bulkreboot/1%2C2?save=false
accept: application/xml
...
Response
HTTP/1.1 204 No Content