Use this API to export a map into .xmap or .visio from a NetBrain map URL.

Resource Information

Method

URL

Required authentication

GET

/V1/CMDB/Maps

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

url*required
(query)

The URL of the map that you want to export.

format*required
(query)

The format of the exported map file, such as "xmap", "visio".

pages
(query)

The name of the map page that you want to export.

Response

Parameter

Type

Description

Example

fileData

object

Byte stream of xmap in specified format.

{
  "fileData""string",
  "statusCode"790200,
  "statusDescription""success"
}

statusCode

string

The returned status code of executing the API.

statusDescription

string

The explanation of the status code.