cURL
curl --request POST \ --url https://developer.synq.io/api/alerts/v1/get \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "identifiers": [ { "fqn": "<string>" } ] } '
{ "alerts": {} }
Get multiple alert configurations by their identifiers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
IDs of the alerts to get.
1
Show child attributes
Success
Alerts mapped by their identifiers.