ResponseContainerPagedMaintenanceWindow
ResponseContainerPagedMaintenanceWindow
JSON container for the HTTP response along with status
JSON Example
{
"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
}
}
}