Skip to main content
POST
Validate Migration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to validate a migration configuration without creating it.

config
MigrationConfig · object
required

Migration configuration

Response

Successful Response

Response for migration validation.

validation_result
ValidationResult · object
required

Validation result

message
string
required

Human-readable message

dependency_graph
DependencyGraph · object | null

Dependency graph if validation passed