Export a Gateway configuration

Exports the full DB configuration from a connected Gateway 5 cluster as a DSL document. Platform API equivalent of 'iagctl db export'. The returned object can be passed unchanged as the content of a future import. The gateway must be connected and active.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

clusterIdstringRequired
The cluster Id of the target gateway

Response

The exported DSL configuration document for the cluster. Directly usable as the content argument of a future import.

Errors

500
Internal Server Error