Interface MonitorsApiSearchMonitorGroupsRequest

Hierarchy

  • MonitorsApiSearchMonitorGroupsRequest

Properties

Properties

page?: number

Page to start paginating from.

perPage?: number

Number of monitors to return per page.

query?: string

After entering a search query on the Triggered Monitors page, use the query parameter value in the URL of the page as a value for this parameter. For more information, see the Manage Monitors documentation.

The query can contain any number of space-separated monitor attributes, for instance: query="type:metric group_status:alert".

sort?: string

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

  • name
  • status
  • tags

Generated using TypeDoc