Get Maintenance Window
Get a specific maintenance window
Request
URI
GET
https://{api_host}/api/v2/maintenancewindow/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
successful operation
Returns ResponseContainerMaintenanceWindow of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"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"
}
}