Skip to content

Export configuration change audit logs as a downloadable file
deprecated

Request

This is deprecated; use /v2/audit/changes/download instead.


Requires audits::read:config permission.

Security
JWTAuthorizer
Query
itemIDstring

ID for the item to audit. If specified, must include itemType.

itemTypestring

Type of item to audit, e.g., Node or Cluster. If specified, must include itemID

timestampstring

Start time (unix timestamp) to query from

eTimestring

End time (unix timestamp) to query to

auditEventstring

Audit type to filter (create, delete, change, or action)

ipstring

IP address filter

userstring

User name filter

detailsstring

Details text filter

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/audit/download/config?itemID=string&itemType=string&timestamp=string&eTime=string&auditEvent=string&ip=string&user=string&details=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK