Azure PostgreSQL instance backup
Select
Customer Managed
This operation is used to submit Azure PostgreSQL instance backups.
- application/json
Request Body
taskInfo object
associations object[] required
clientName stringName of the cloud account
instanceName stringName of the instance
_type_ stringPossible values: [
SUBCLIENT_ENTITY
]commCellName stringbackupsetName stringDefault value:
DumpBasedBackupSet
applicationId integerDefault value:
125
subclientName stringName of the database group to backup
task object required
taskType stringPossible values: [
IMMEDIATE
,SCHEDULE
]subTasks object[] required
subTask object
subTaskType string requiredDefault value:
BACKUP
operationType string requiredDefault value:
BACKUP
options object
backupOpts object
backupLevel string requiredDefault value:
FULL
commonOpts object
notifyUserOnJobCompletion booleanDefault value:
true
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 9920,
"jobIds": [
"148886"
]
}
Bad Request
- application/json
- Schema
- Example 1
Schema
- string
Request body is empty or format is invalid
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Failed to start backups as no eligible subclients were found. ",
"errorCode": 587207178
}
Loading...