Enable or disable the skipping of recovery of resources in a priority group in a runbook
Select
SaaS
Customer Managed
Enable or disable the skipping of recovery of resources in a priority group in a runbook
Path Parameters
- id int64 required
Runbook Id
- priority int64 required
Priority level of resources
- enableDisable string required
Possible values: [
Enable
,Disable
]Action to perform - Enable to allow skipping, Disable to prevent skipping
Responses
- 200
- 404
- 405
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Runbook not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Entities cannot be updated
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...