HP Intelligent Management Center Extended API User Guide
Element description
customView sub-elements
Custom view ID.symbolId
Long integer type.
Custom view name.name
String type.
Operation status.runStatus
Integer type.
Running picture.statusImgSrc
String type.
Operation status description.statusDesc
String type.
Example
Query custom view information list.
Request
GET http://imc_host:8080/imcrs/plat/res/view/custom
accept: application/xml
...
Response
HTTP/1.1 200 OK
Content-Type: application/xml
...
<list>
<customView>
<symbolId>11</symbolId>
<name>My network topology</name>
<runStatus>4</runStatus>
<statusImgSrc>/res/images/group-major.gif</statusImgSrc>
<statusDesc>Important</statusDesc>
</customView>
...
</list>
Query Custom View List 139