Requires events::read permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/event/{nodeId}
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/event/{nodeId}
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/event/{nodeId}?sTime=string&eTime=string&eventTypes=string&levels=INFO&limit=0&page=string&sort=string&q=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Array []
Unix epoch timestamp (seconds) when the control plane received the event
Example:1775196846
Event item type
Enum:"Node""Certificate""Order""Upgrade""AlertSuppression"
Example:"Node"
Metadata associated to the event. Shape varies by eventType. Values may be strings, numbers, or nested objects.
Response
[ { "level": "ERROR", "message": "Node Disconnected", "timestamp": 1775196846, "receivedTime": 1775196846, "subject": "Node", "eventType": "Node Connect", "orgId": "0000000-0000-0000-0000-000000000001", "uid": "32Nt3pyfAJisyUADctXZW6bcwJC", "nodeId": "0000000-0000-0000-0000-000000000002", "nodeName": "test", "domain": "Domain", "fqdn": "test.dev.io", "orderId": "32Nt3pyfAJisyUADctXZW6bcwJD", "details": { … }, "state": "EXCEEDED" } ]