Topologies
Export topology as Confluence wiki markup
Authorization<token>
User API key (Bearer scp_u_...). Create in Platform > API Keys.
In: header
Path Parameters
id*string
Topology ID
Query Parameters
view?string
View to export. Defaults to the default view when omitted.
Response Body
text/plain
application/json
application/json
curl -X GET "https://example.com/api/v1/topology/497f6eca-6276-4993-bfeb-53cbbbba6f08/export/confluence""string"{
"meta": {
"api_version": 1,
"server_version": "0.17.17"
},
"success": true,
"code": "string",
"error": "string",
"params": {
"property1": null,
"property2": null
}
}{
"meta": {
"api_version": 1,
"server_version": "0.17.17"
},
"success": true,
"code": "string",
"error": "string",
"params": {
"property1": null,
"property2": null
}
}