HP Intelligent Management Center Extended API User Guide

Example
Change the polling interval for the device with the ID 1 to 1.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/10/updatePollInterval
accept: application/xml
...
<device>
<configPollTime>1800</configPollTime>
<statePollTime>100</statePollTime>
</device>
Response
HTTP/1.1 204 No Content
...
Modify Polling Interval 105