ChangeSet deployment yaml for an instance
Inputs to get changeSet deployment yaml for an instance
Response body for changeSet deployment yaml for an instance
Error Response body
Error Response body
Error Response body
{- "changeSetFQN": "string",
- "instanceIdentifier": "string",
- "schemaIdentifier": "string"
}
{- "yaml": "string"
}
Migration state of a instance
Response body for migration state of a instance
Error Response body
Error Response body
Error Response body
{- "changeSets": [
- {
- "author": "string",
- "changeSet": "string",
- "comment": "string",
- "deployedAt": 0,
- "fileName": "string",
- "label": "string",
- "pipeline": "string",
- "planExecutionId": "string",
- "stageExecutionId": "string",
- "status": "Rolled_Back",
- "tag": "string"
}
], - "instanceName": "string",
- "schemaName": "string"
}
Migration state of a schema
Inputs to get migration state of schema
object (MigrationStateInstanceIn) Get migration state request instance input |
Response body for migration state of a schema
Error Response body
Error Response body
Error Response body
{- "instanceFilter": {
- "instances": [
- "string"
], - "order": "DESC",
- "sort": "name"
}
}
{- "changeSets": [
- {
- "author": "string",
- "changeSet": "string",
- "fileName": "string",
- "instances": [
- {
- "error": "string",
- "instance": "string",
- "pipeline": "string",
- "planExecutionId": "string",
- "stageExecutionId": "string",
- "status": "Rolled_Back",
- "updated": 0
}
], - "synced": false,
- "updated": 0
}
], - "instances": [
- {
- "identifier": "string",
- "name": "string"
}
], - "schema": "string"
}