Static getThe ID of the audit. *
Optional xOptional context id the request is running. *
Static listGet a list of audit results
This provides a list of audit results for the given event mesh and/or event brokers.
Token Permissions: [ audit:read ]
AuditResultsResponse The list of audit records and the accompanying metadata.
ApiError
Optional auditMatch only audit records belonging to the given entity types. *
Optional contains?: stringMatch audit records with identifiers containing the given value. *
Optional eventMatch only audit records belonging to the given event brokers. *
Optional eventMatch only audit records belonging to the given event mesh. *
Optional pageThe page number to get. *
Optional pageThe number of audit records to get per page. *
Optional sort?: stringSort based on the provided parameters.
The value can be either a standalone field name (?sort=<field>) or a field and direction, delimited by a colon (?sort=<field>:<asc|desc>). If the direction is not specified, the default is ascending. Sorting is supported for status and identifier. *
Optional startsMatch only audit records with identifiers starting with the given value. *
Optional statuses?: ("designerOnly" | "match" | "partialMatch" | "runtimeOnly")[]Match only audit records with the given statuses. *
Optional xOptional context id the request is running. *
Get the details of a single audit result This provides the details of a single audit result, given its id.
Token Permissions: [
audit:read]Returns
AuditResultDetailResponse The audit detail.
Throws
ApiError