curl --request GET \
--url https://api.example.com/metrics/{metric_id}/monitor \
--header 'Authorization: Bearer <token>'{
"project_id": "<string>",
"project_name": "<string>",
"metric_id": "<string>",
"metric_name": "<string>",
"threshold": 123,
"aggregation_method": "<string>",
"comparison_operator": "<string>",
"interval_value": 123,
"interval_unit": "<string>",
"metric_description": "<string>",
"created_at": "<string>"
}Returns the monitor configuration and current state linked to this metric, if one exists.
curl --request GET \
--url https://api.example.com/metrics/{metric_id}/monitor \
--header 'Authorization: Bearer <token>'{
"project_id": "<string>",
"project_name": "<string>",
"metric_id": "<string>",
"metric_name": "<string>",
"threshold": 123,
"aggregation_method": "<string>",
"comparison_operator": "<string>",
"interval_value": 123,
"interval_unit": "<string>",
"metric_description": "<string>",
"created_at": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Metric whose monitor to load.
Successful Response