Returns a paginated list of node audit events for the organization, such as connects, disconnects, and other node actions.
The x-total-count response header contains the total number of records matching the query.
Requires audits::read:node permission.
Security
JWTAuthorizer
- Mock serverhttps://apidocs.trustgrid.io/_mock/v2/audit/node
- https://api.trustgrid.iohttps://api.trustgrid.io/v2/audit/node
curl -i -X GET \
'https://apidocs.trustgrid.io/_mock/v2/audit/node?sTime=string&eTime=string&page=1&limit=50&sort=string&q=string&categories=string&fqdns=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
Array [
]
Response
[ { "uid": "string", "org": "string", "timestamp": "2024-10-21T17:35:26Z", "category": "Node Action", "expires": 0, "fqdn": "string", "value": "string" } ]