Maintenance Windows
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Query parameters
start-indexinteger · int32OptionalDefault:
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0max-resultsinteger · int32 · max: 100OptionalDefault:
the maximum number of results when paging through a list of entities.
50Responses
200
the maintenance window object
application/json
get
/maintenance-windows200
the maintenance window object
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Body
timezonestring · enumOptionalPossible values:
startstring · date-timeOptional
endstring · date-timeOptional
summarystringOptional
descriptionstringOptional
createdBystringRead-onlyOptional
Responses
200
The URI of the maintenance window will be included in the location header and the maintenance window will be included in the body.
application/json
post
/maintenance-windows200
The URI of the maintenance window will be included in the location header and the maintenance window will be included in the body.
Authorizations
AuthorizationstringRequired
The Bearer API key of your user more info.
Path parameters
idnumberRequired
entity ID
Body
timezonestring · enumOptionalPossible values:
startstring · date-timeOptional
endstring · date-timeOptional
summarystringOptional
descriptionstringOptional
createdBystringRead-onlyOptional
Responses
200
the updated maintenance window object
application/json
put
/maintenance-windows/{id}200
the updated maintenance window object
Last updated
Was this helpful?