GET
/
api
/
monitors
/
automated
/
v1
/
deployment-rules
/
{asset_path}
ListDeploymentRulesForAsset
curl --request GET \
  --url https://developer.synq.io/api/monitors/automated/v1/deployment-rules/{asset_path} \
  --header 'Authorization: Bearer <token>'
{
  "deploymentRules": [
    {
      "exclusiveQueryConfig": {
        "query": {
          "parts": [
            {
              "identifierList": {
                "identifiers": [
                  {
                    "airflowDag": {
                      "integrationId": "<string>",
                      "dagId": "<string>"
                    }
                  }
                ]
              }
            }
          ],
          "operand": "QUERY_OPERAND_UNSPECIFIED"
        }
      },
      "id": "<string>",
      "title": "<string>",
      "monitorCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

asset_path
string
required

Response

200
application/json

Success

The response is of type object.