Skip to main content
Effective Date — May 7, 2026
As part of the IAM hierarchy simplification, a new format of the TIR APIs is now available. All endpoints that previously included /teams/:team_id segment will now follow a service-centric structure, with project_id now passed as a query parameter instead of a path segment. You can read more about this change

Create Monitoring Group

Create a new monitoring group to associate users with alerts.

POST/alerts/monitoring-groups/

Query parameters

  • project_idQueryintegerrequired

    Project ID

  • active_iamQueryintegeroptional

    Active IAM ID (To access contact person account) Find your Active IAM ID here

  • locationQuerystringrequired

    Location

Request body

application/json

object
namestring

Name of the monitoring group

exampledev-group
descriptionstring

Description of the monitoring group

examplethis is the group for all the developers
member_idsarray

List of member IDs to be included in the group

Responses

201Monitoring group created successfully
object
codeinteger
example201
messagestring
exampleMonitoring group created successfully
dataobject
errorsobject