Lists all exclusion windows (times when maintenance events cannot be performed) for the cluster
Successfully retrieved exclusion windows for cluster
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format
[- {
- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "exclusionWindows": [
- {
- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "dayOfWeek": "TUESDAY",
- "durationInHours": 7,
- "id": "af4fccf3-2ac0-494b-9f40-e95288dd752d",
- "startHour": 5
}, - {
- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "dayOfWeek": "MONDAY",
- "durationInHours": 38,
- "id": "af4fccf3-2ac0-494b-9f40-e95288dd753a",
- "startHour": 4
}
]
}
]
Creates a new exclusion window (time when maintenance events cannot be performed) for the cluster
Details of the cluster exclusion window
Successfully created exclusion window
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format
{- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "dayOfWeek": "TUESDAY",
- "durationInHours": 6,
- "id": "af4fccf3-2ac0-494b-9f40-e95288dd752d",
- "startHour": 14
}
{- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "dayOfWeek": "TUESDAY",
- "durationInHours": 6,
- "id": "af4fccf3-2ac0-494b-9f40-e95288dd752d",
- "startHour": 14
}
Retrieve the details of the cluster exclusion window
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format
{- "clusterId": "cf4fccf3-2ac0-494b-9f40-e95288dd752d",
- "dayOfWeek": "TUESDAY",
- "durationInHours": 6,
- "id": "af4fccf3-2ac0-494b-9f40-e95288dd752d",
- "startHour": 14
}
Removes an exclusion window for the cluster
Successfully deleted exclusion window
Bad Request
Not Authorized
Forbidden
Resource not found
Unsupported media type: returned when the payload is in an unsupported format
Too many requests: returned when more than 750 requests per minute are being received by your user
{- "errors": [
- {
- "name": "string",
- "message": "string"
}
]
}