Run backup for an application group
Select
SaaS
Customer Managed
API to run backup for an application group
Path Parameters
- applicationGroupId int32 required
applicationGroupId is the ID of the Kubernetes application group
Query Parameters
- backupLevel string
Possible values: [
FULL
,INCREMENTAL
,DIFFERENTIAL
,SYNTHETIC_FULL
]Backup level , Default :Incremental
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...