Create a database instance
Response body for Database Instance
Error Response body
Error Response body
Error Response body
Error Response body
{- "branch": "main",
- "connector": "postgres-connector",
- "context": "string",
- "identifier": "string",
- "liquibaseSubstituteProperties": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}
}
{- "branch": "string",
- "connector": "string",
- "context": "string",
- "created": 0,
- "identifier": "string",
- "lastAppliedTag": "string",
- "lastDeployedChangeSetTag": "string",
- "liquibaseSubstituteProperties": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "schemaId": "string",
- "schemaIdentifier": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "toOnboard": true,
- "updated": 0
}
Delete a database instance
The database instance was deleted successfully
Error Response body
Error Response body
Error Response body
Error Response body
{- "message": "string"
}
Retrieves the specified database instance
Response body for Database Instance
Error Response body
Error Response body
Error Response body
Error Response body
{- "branch": "string",
- "connector": "string",
- "context": "string",
- "created": 0,
- "identifier": "string",
- "lastAppliedTag": "string",
- "lastDeployedChangeSetTag": "string",
- "liquibaseSubstituteProperties": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "schemaId": "string",
- "schemaIdentifier": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "toOnboard": true,
- "updated": 0
}
Retrieves the specified database instances of the database schema
Response body for List Database Schema
Error Response body
Error Response body
Error Response body
Error Response body
{- "filterType": "Equals",
- "instanceTags": [
- {
- "key": "string",
- "value": "string"
}
]
}
[- {
- "branch": "string",
- "connector": "string",
- "context": "string",
- "created": 0,
- "identifier": "string",
- "lastAppliedTag": "string",
- "lastDeployedChangeSetTag": "string",
- "liquibaseSubstituteProperties": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "schemaId": "string",
- "schemaIdentifier": "string",
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "toOnboard": true,
- "updated": 0
}
]