GET
/
api
/
monitors
/
automated
/
v1
/
deployment-rules
ListDeploymentRules
curl --request GET \
  --url https://developer.synq.io/api/monitors/automated/v1/deployment-rules \
  --header 'Authorization: Bearer <token>'
{
  "deploymentRules": [
    {
      "exclusiveQueryConfig": {
        "query": {
          "parts": [
            "<any>"
          ],
          "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.

Response

200
application/json

Success

The response is of type object.