- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/alarm
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/alarm
curl -i -X GET \
https://apidocs.trustgrid.io/_mock/v2/alarm \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Array []
Event types to match (e.g., "Node Connect", "Node Disconnect", "Network Error"). An empty list matches all types.
How multiple criteria (nodes, tags, types) are combined. all = all criteria must match; any = at least one must match; none = no criteria should match.
Enum:"any""all""none"
Minimum event severity level to trigger this alarm
Enum:"INFO""WARNING""ERROR""CRITICAL"
Response
[ { "uid": "string", "name": "string", "description": "string", "enabled": true, "internal": true, "orgId": "string", "channels": [ … ], "types": [ … ], "nodes": [ … ], "tags": [ … ], "operator": "any", "tagsOperator": "any", "threshold": "INFO", "freetext": "string", "expr": "string" } ]