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

clusterIdstringRequired
The cluster Id of the target gateway

Request

request body
optionsobjectOptional

Response

The import result: lists and counts of added, replaced, and skipped resources. When check is true, returns a dry-run diff instead.

addedlist of strings
replacedlist of strings
skippedlist of strings
summaryobject

Errors

500
Internal Server Error