This has the filter attributes for listing Audit Events
Bad Request
Internal server error
This has a paginated list of Audit Events.
{- "scopes": [
- {
- "accountIdentifier": "string",
- "orgIdentifier": "string",
- "projectIdentifier": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}
}
], - "resources": [
- {
- "type": "string",
- "identifier": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}
}
], - "includeChildScopes": true,
- "modules": [
- "CD"
], - "actions": [
- "CREATE"
], - "environments": [
- {
- "type": "PreProduction",
- "identifier": "string"
}
], - "principals": [
- {
- "type": "USER",
- "identifier": "string"
}
], - "staticFilter": "EXCLUDE_LOGIN_EVENTS",
- "startTime": 0,
- "endTime": 0,
- "tags": {
- "property1": "string",
- "property2": "string"
}, - "filterType": "Audit"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}