Example – HP Intelligent Management Center Licenses User Manual

Page 307

Advertising
background image

Example

Query and list all alarm time ranges.

Request

GET http://imc_host:8080/imcrs/fault/alarmTimeRange
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

<list>
<alarmTimeRange>
<id>0</id>
<desc>Last 1 hour</desc>
</alarmTimeRange>
...
</list>

Query Alarm Time Ranges 307

Advertising