Skip to main content
GET
/
api
/
monitors
/
automated
/
v1
/
deployment-rule
/
{id}
/
deleted
GetDeployDeleteOverview
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": {
          "metricIds": [],
          "metricOptions": [
            {}
          ]
        },
        "newSettings": {
          "metricIds": [],
          "metricOptions": [
            {}
          ]
        }
      }
    ],
    "customMonitorsToCreateFor": [
      "<string>"
    ],
    "customMonitorsToDeleteFor": [
      "<string>"
    ],
    "activeCustomMonitorsFor": [
      "<string>"
    ],
    "customMonitorSettingsChanges": [
      {
        "monitoredAssetPath": "<string>",
        "originalSettings": {
          "metricIds": [],
          "metricOptions": [
            {}
          ]
        },
        "newSettings": {
          "metricIds": [],
          "metricOptions": [
            {}
          ]
        },
        "resolvedFreshnessField": "<string>"
      }
    ],
    "skippedAssets": [
      {
        "assetPath": "<string>",
        "reason": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.synq.io/llms.txt

Use this file to discover all available pages before exploring further.

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

Success

overview
MonitorsDeploymentOverview · object