Interface MonitorsApiGetMonitorNotificationRulesRequest

Hierarchy

  • MonitorsApiGetMonitorNotificationRulesRequest

Properties

filters?: string

JSON-encoded filter object. Supported keys:

  • text: Free-text query matched against rule name, tags, and recipients.
  • tags: Array of strings. Return rules that have any of these tags.
  • recipients: Array of strings. Return rules that have any of these recipients.
include?: string

Comma-separated list of resource paths for related resources to include in the response. Supported resource path is created_by.

page?: number

The page to start paginating from. If page is not specified, the argument defaults to the first page.

perPage?: number

The number of rules to return per page. If per_page is not specified, the argument defaults to 100.

sort?: string

String for sort order, composed of field and sort order separated by a colon, for example name:asc. Supported sort directions: asc, desc. Supported fields: name, created_at.

Generated using TypeDoc