Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Success
curl --request GET \
--url https://developer.synq.io/api/monitors/automated/v1/deployment-rules \
--header 'Authorization: Bearer <token>'
{
"deploymentRules": [
{
"id": "<string>",
"title": "<string>",
"monitorCount": 123,
"exclusiveQueryConfig": {
"query": {
"parts": [
"<any>"
],
"operand": "QUERY_OPERAND_UNSPECIFIED"
}
}
}
]
}
curl --request GET \
--url https://developer.synq.io/api/monitors/automated/v1/deployment-rules \
--header 'Authorization: Bearer <token>'
{
"deploymentRules": [
{
"id": "<string>",
"title": "<string>",
"monitorCount": 123,
"exclusiveQueryConfig": {
"query": {
"parts": [
"<any>"
],
"operand": "QUERY_OPERAND_UNSPECIFIED"
}
}
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
Show child attributes