Interface MonitorsApiSearchMonitorsRequest

Hierarchy

  • MonitorsApiSearchMonitorsRequest

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 in your Manage Monitor page use the query parameter value in the URL of the page as value for this parameter. Consult the dedicated manage monitor documentation page to learn more.

The query can contain any number of space-separated monitor attributes, for instance query="type:metric 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