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

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

Advertising
background image

Query Periodic Report Details

Query detailed information about a periodic report with the specified ID.

Interface URI

/report/task/detail/{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

<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>

Elements

reportTask sub-elements

Periodic report ID, which uniquely identifies a periodic report.

id

Long integer type.

Periodic report name.

name

String type.

Next execution time.

nextExecuteTime

Date and time type.

Template ID.

templateId

Long integer type.

Report template name.

templateName

String type.

350 Report Management

Advertising