Query periodic report histories, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 352: Returned result, Interface uri access method returned result

Advertising
background image

Query Periodic Report Histories

Query the histories of a periodic report with the specified ID.

Interface URI

/report/task/file/{id}

Access Method

HTTP

GET

Parameters

Path parameters

Periodic report ID.

id

Long integer type. Required. No default value.

Returned Result

Status codes

200 (OK): Success.

Message body

<list>
<reportTaskResultFile>
<taskId>1</taskId>
<fileName>20101214.pdf</fileName>
<file>http://localhost:8080/imcrs/report/task/download?taskId=1&fileName=20101214.pdf</file>
</reportTaskResultFile>
<link href="http://localhost:8080/imcrs/report/task/file/1?start=10&size=10" op="GET" rel="next"/>
</list>

Elements

reportTaskResultFile sub-elements

Periodic report ID.

taskId

Long integer type.

History file name.

fileName

String type.

URI of the report file list.

file

String type.

352 Report Management

Advertising