Use this API to export a map into .xmap or .visio from a NetBrain map URL.
Method |
URL |
Required authentication |
GET |
/V1/CMDB/Maps |
Yes |
Name |
Description |
|---|---|
Token*required |
Place the token received from the API Log in to get an authentication token. |
url*required |
The URL of the map that you want to export. |
format*required |
The format of the exported map file, such as "xmap", "visio". |
pages |
The name of the map page that you want to export. |
Parameter |
Type |
Description |
Example |
|---|---|---|---|
fileData |
object |
Byte stream of xmap in specified format. |
{ |
statusCode |
string |
The returned status code of executing the API. |
|
statusDescription |
string |
The explanation of the status code. |