HP Intelligent Management Center Extended API User Guide

Synchronize Device
Synchronize a device based on device ID.
Interface URI
/plat/res/device/{id}/synchronize
Access Method
HTTP
PUT
Parameters
Path parameter
Device ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
204 (No Content): Success.
404 (Not Found): No data is found with the ID.
409 (Conflict): Failure. See Error Codes.
Message header
HTTP/1.1 204 No Content
...
Example
Synchronize the device with the ID 2.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/2/synchronize
accept: application/xml
...
Response
HTTP/1.1 204 No Content
84 Network Resource Management