pick or unpick jobs for snapshot catalog
Select
SaaS
Customer Managed
Send job details to pick or unpick jobs for snapshot catalog
Path Parameters
- planId int32 required
plan Id
- backupDestinationId int32 required
Backup Destination Id
- application/json
Request Body
Job details for unpicking jobs for snapshot catalog.
jobs object[]
jobId int32Job Id to pick or unpick
commcellId int32CommCell Id on which job will be picked or unpicked
- operationType string
Possible values: [
UNPICK
,PICK
]
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...