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
Show child attributes
Show child attributes
Show child attributes
SEVERITY_UNSPECIFIED, SEVERITY_WARNING, SEVERITY_ERROR, SEVERITY_INFO SENSITIVITY_UNSPECIFIED, SENSITIVITY_PRECISE, SENSITIVITY_BALANCED, SENSITIVITY_RELAXED METRIC_ID_UNSPECIFIED, METRIC_ID_ROW_COUNT, METRIC_ID_DELAY, METRIC_ID_VOLUME_CHANGE_DELAY Show child attributes
SEVERITY_UNSPECIFIED, SEVERITY_WARNING, SEVERITY_ERROR, SEVERITY_INFO SENSITIVITY_UNSPECIFIED, SENSITIVITY_PRECISE, SENSITIVITY_BALANCED, SENSITIVITY_RELAXED METRIC_ID_UNSPECIFIED, METRIC_ID_ROW_COUNT, METRIC_ID_DELAY, METRIC_ID_VOLUME_CHANGE_DELAY