HP Intelligent Management Center Extended API User Guide
Example
Change the ping parameters for the device with the ID 10. The device does not support the ping
operation.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/10/updatePingParam
accept: application/xml
...
<device>
<supportPing>false</supportPing>
</device>
Response
HTTP/1.1 204 No Content
...
Modify Ping Parameters 107