cURL
curl --request GET \ --url https://developer.synq.io/api/monitors/automated/v1/deployment-rule \ --header 'Authorization: Bearer <token>'
{ "overview": { "monitorsToCreateFor": [ "<string>" ], "monitorsToDeleteFor": [ "<string>" ], "activeMonitorsFor": [ "<string>" ], "monitorSettingsChanges": [ { "monitoredAssetPath": "<string>", "originalSettings": { "severity": 123, "sensitivity": 123, "metricIds": [ 123 ] }, "newSettings": { "severity": 123, "sensitivity": 123, "metricIds": [ 123 ] } } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object