Run backups on server plan associated entities based on existing schedule
Select
SaaS
Customer Managed
Run backups on server plan associated entities
Path Parameters
- planId int32 required
Id of the Plan to modify
- application/json
Request Body
- scheduleId int32
- policyId int32
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Unauthorized
- 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...