Interface DowntimesApiListDowntimesRequest

Hierarchy

  • DowntimesApiListDowntimesRequest

Properties

currentOnly?: boolean

Only return downtimes that are active when the request is made.

include?: string

Comma-separated list of resource paths for related resources to include in the response. Supported resource paths are created_by and monitor.

pageLimit?: number

Maximum number of downtimes in the response.

pageOffset?: number

Specific offset to use as the beginning of the returned page.

Generated using TypeDoc