Check if a scheduled window is currently active

Returns whether a specific scheduled window is currently active. A window is considered active if ALL of the following conditions are met: (1) the window status is 'active', (2) it has at least one server group associated with it, and (3) the current date/time falls within a calculated exclusion period.

SecuritybearerAuth
Request
path Parameters
org_UUID
required
string <uuid>

Organization UUID

Example: 3c81c9dd-1686-4b5c-bbcf-272732ea6fc3
window_UUID
required
string <uuid>

Window UUID

Example: 3bf7bfd5-65d9-4dc7-a7ce-23716fc67d0b
Responses
200

Window status retrieved successfully

4XX

Invalid Request

get/policy-windows/org/{org_UUID}/window/{window_UUID}/is-active
Request samples
Response samples
application/json
{
  • "window_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  • "in_exclusion_window": true
}