Example – HP Intelligent Management Center Licenses User Manual

Page 351

Advertising
background image

Example

Query information about the periodic report with ID 1.

Request

GET http://imc_host:8080/imcrs/report/task/detail/1
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
<reportTask>
<id>1</id>
<name>Change report</name>
<nextExecuteTime>2011-08-20T04:00:00+08:00</nextExecuteTime>
<templateId>29</templateId>
<templateName>Change report</templateName>
<files>http://localhost:8080/imcrs/report/task/file/1</files>
</reportTask>

Query Periodic Report Details

351

Advertising