Interface IncidentsApiSearchIncidentsRequest

Hierarchy

  • IncidentsApiSearchIncidentsRequest

Properties

Specifies which types of related objects should be included in the response.

pageOffset?: number

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

pageSize?: number

Size for a given page. The maximum allowed value is 100.

query: string

Specifies which incidents should be returned. The query can contain any number of incident facets joined by ANDs, along with multiple values for each of those facets joined by ORs. For example: state:active AND severity:(SEV-2 OR SEV-1).

Specifies the order of returned incidents.

Generated using TypeDoc