HP Intelligent Management Center Extended API User Guide
Example
Export topology information with the topology ID 1027 in Visio format.
Request
GET http://imc_host:8080/imcrs/plat/res/topo/export/visio?topoId=1027
accept: application/x-visio
...
Response
HTTP/1.1 200 OK
Content-Type: application/x-visio
...
<VisioDocument xmlns="urn:schemas-microsoft-com:office:visio">
...
</VisioDocument>
Export Topology in Visio Format 161