Skip to main content

Retrieve monitors from group

GET 

/query/objects/:id/group

Call this API to obtain the monitors within a group via the corresponding Group ID.

Request

Path Parameters

    id integerrequired

    Unique identifier for the group. This Group ID is required to fetch the corresponding monitors.

Responses

Successful response. The request was processed successfully, and the status of the specified monitor is returned in the response body.

Schema
    response-code integer
    status string
    result object[]
  • Array [
  • id integer
    object.name string
  • ]
Loading...