Get All Maintenance Window
Get all maintenance windows for a customer
Request
URI
GET
https://{api_host}/api/v2/maintenancewindow
COPY
Query Parameters
integer
offset
Optional
offset
integer
limit
Optional
limit
Responses
200
successful operation
Returns ResponseContainerPagedMaintenanceWindow of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"reason": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"title": "string",
"customerId": "string",
"creatorId": "string",
"updaterId": "string",
"startTimeInSeconds": 0,
"endTimeInSeconds": 0,
"relevantCustomerTags": [
"string"
],
"relevantHostNames": [
"string"
],
"relevantHostTags": [
"string"
],
"relevantCustomerTagsAnded": false,
"relevantHostTagsAnded": false,
"hostTagGroupHostNamesGroupAnded": false,
"pointTagFilter": "string",
"pointTagFilterAnded": false,
"eventName": "string",
"targets": [
"string"
],
"sortAttr": 0,
"runningState": "string"
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}