Skip to content

Get configuration audit metadata

Request

Returns the available audit event types and item types used for filtering configuration change audits.


Requires audits::read:config permission.

Security
JWTAuthorizer
curl -i -X GET \
  https://apidocs.trustgrid.io/_mock/v2/audit/change-config \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
auditTypesArray of strings

Available audit event types

Example:
[ "change", "create", "delete", "action" ]
itemTypesobject

Available item types with display metadata

Response
{ "auditTypes": [ "change", "create", "delete", "action" ], "itemTypes": { "property1": {}, "property2": {} } }