GET
/
api
/
monitors
/
automated
/
v1
/
deployment-rule
/
{id}
/
deleted
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": 123,
          "sensitivity": 123,
          "metricIds": [
            123
          ]
        },
        "newSettings": {
          "severity": 123,
          "sensitivity": 123,
          "metricIds": [
            123
          ]
        }
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json

OK

The response is of type object.