Skip to content

Download configuration change audit events as CSV

Request

Exports all configuration change audit events matching the query as a CSV file.


Requires audits::read:config permission.

Security
JWTAuthorizer
Query
sTimestring

Start time (ISO 8601) to query from

eTimestring

End time (ISO 8601) to query to

sortstring

Sort field and direction, e.g. timestamp:desc

qstring

Free-text search query

auditTypesArray of strings

Filter by audit event types (e.g. create, delete, change, action)

itemTypesArray of strings

Filter by item types (e.g. Node, Cluster)

userNamesArray of strings

Filter by user names

itemIDsArray of strings

Filter by item IDs

ipsArray of strings

Filter by IP addresses

fieldsArray of strings

CSV columns to include. When omitted, all columns are included.

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/audit/changes/download?sTime=string&eTime=string&sort=string&q=string&auditTypes=string&itemTypes=string&userNames=string&itemIDs=string&ips=string&fields=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodytext/csv
string
Response
string