Response, Request – HP Intelligent Management Center Licenses User Manual

Page 330

Advertising
background image

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<task>
<taskId>1</taskId>
<taskName>Interface Receiving Rate(bits/s)</taskName>
<taskDescr>Interface Receiving Rate</taskDescr>
<tempId>2048</tempId>
<alarmOneThresholdFirst>1.0E7</alarmOneThresholdFirst>
<alarmOneThresholdSecond>0.0</alarmOneThresholdSecond>
<alarmTwoTimes>3</alarmTwoTimes>
<componentID>0</componentID>
<unitId>220</unitId>
<sumId>1</sumId>
<groupId>6</groupId>
<perfTemplate>http://imc_host:8080/imcrs/perf/task/template/1</perfTemplate>
<tempUnitDependList>http://imc_host:8080/imcrs/perf/task/units/1</tempUnitDependList>
<tempUnit>http://imc_host:8080/imcrs/perf/task/unit/1</tempUnit>
</task>
...
</list>

2. Query a performance task with the specified ID.

Request

GET http://imc_host:8080/imcrs/perf/task/get/1
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...
<task>
<taskId>1</taskId>
<taskName>Interface Receiving Rate(bits/s)</taskName>
<taskDescr>Interface Receiving Rate</taskDescr>
<tempId>2048</tempId>
<alarmOneThresholdFirst>1.0E7</alarmOneThresholdFirst>
<alarmOneThresholdSecond>0.0</alarmOneThresholdSecond>
<alarmTwoTimes>3</alarmTwoTimes>
<componentID>0</componentID>
<unitId>220</unitId>
<sumId>1</sumId>
<groupId>6</groupId>
<perfTemplate>http://imc_host:8080/imcrs/perf/task/template/1</perfTemplate>
<tempUnitDependList>http://imc_host:8080/imcrs/perf/task/units/1</tempUnitDependList>
<tempUnit>http://imc_host:8080/imcrs/perf/task/unit/1</tempUnit>
</task>

330 Network Performance Management

Advertising