Import a Gateway configuration
Imports a DB configuration into a connected Gateway 5 cluster from inline DSL content or a git repository. Platform API equivalent of ‘iagctl db import’. The gateway must be connected, enabled, and not readonly. Supports force overwrite, validate-only, and dry-run check modes.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
clusterId
The cluster Id of the target gateway
Request
request body
options
Response
The import result: lists and counts of added, replaced, and skipped resources. When check is true, returns a dry-run diff instead.
added
replaced
skipped
summary
Errors
500
Internal Server Error