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,
"source": "SOURCE_APP",
"configId": "<string>"
}
]
}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,
"source": "SOURCE_APP",
"configId": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes