ZiamListAuditEvents
Lists ZIAM management API audit events. Audit records are produced automatically by the management API gateway layer, so new management APIs are recorded without extra per-feature audit wiring.
GET
/api/v1/ziam/audit-eventsOperation ID
ZiamListAuditEventsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
actorStringActor filter. It is usually the token subject, for example built-in/admin.
actionStringAction filter. Action is derived from request path and method, for example resources.users.create.
resourceStringResource path filter, for example resources/users/11111111111111111111111111111111.
resultStringRequest result filter.
Example: success
requestIdStringRequest id filter. The value comes from X-Request-Id or the generated request id.
