curl --request GET \
--url https://developer.synq.io/api/monitors/automated/v1/deployment-rule/{id}/deleted \
--header 'Authorization: Bearer <token>'
{
"overview": {
"monitorsToCreateFor": [
"<string>"
],
"monitorsToDeleteFor": [
"<string>"
],
"activeMonitorsFor": [
"<string>"
],
"monitorSettingsChanges": [
{
"monitoredAssetPath": "<string>",
"originalSettings": {
"severity": "SEVERITY_UNSPECIFIED",
"sensitivity": "SENSITIVITY_UNSPECIFIED",
"metricIds": [
"METRIC_ID_UNSPECIFIED"
]
},
"newSettings": {
"severity": "SEVERITY_UNSPECIFIED",
"sensitivity": "SENSITIVITY_UNSPECIFIED",
"metricIds": [
"METRIC_ID_UNSPECIFIED"
]
}
}
]
}
}
curl --request GET \
--url https://developer.synq.io/api/monitors/automated/v1/deployment-rule/{id}/deleted \
--header 'Authorization: Bearer <token>'
{
"overview": {
"monitorsToCreateFor": [
"<string>"
],
"monitorsToDeleteFor": [
"<string>"
],
"activeMonitorsFor": [
"<string>"
],
"monitorSettingsChanges": [
{
"monitoredAssetPath": "<string>",
"originalSettings": {
"severity": "SEVERITY_UNSPECIFIED",
"sensitivity": "SENSITIVITY_UNSPECIFIED",
"metricIds": [
"METRIC_ID_UNSPECIFIED"
]
},
"newSettings": {
"severity": "SEVERITY_UNSPECIFIED",
"sensitivity": "SENSITIVITY_UNSPECIFIED",
"metricIds": [
"METRIC_ID_UNSPECIFIED"
]
}
}
]
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.