Export a Gateway configuration as YAML

Exports the full DB configuration from a connected Gateway 5 cluster as a YAML DSL document. Identical to exportConfiguration, but serializes the result as YAML and returns it with an application/yaml Content-Type instead of JSON. 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, serialized as YAML.

Errors

500
Internal Server Error