Secure Audit Log Configuration API Reference
The Secure Audit Log API is designed for recording a trail of application-based user activity in a scalable, tamper-proof log.
Base URL
audit.<csp>.<region>.pangea.cloud
post/v1beta/config/list
cURL
curl -sSLX POST 'https://audit.aws.us.pangea.cloud/v1beta/config/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-beta-config-list
POST
https://audit.aws.us.pangea.cloud/v1beta/config/listStatus Codes
Status | Status Code | Description |
---|---|---|
TreeNotFound | 200 | A tree has not been built for proofs. This is likely due to a lack of audit messages ingested. |
BadOffset | 400 | The offset provided is invalid or out of range. |
ForwardingError | 400 | Forwarder has experienced an error while forwarding messages |
InvalidSchema | 400 | The configured schema is not valid for this endpoint. |
NoForwarderConfigured | 400 | Testing a forwarder requires a forwarder to be configured |
ForbiddenFieldValue | 403 | A field value was supplied that is not allowed by the token's field restrictions. |
Was this article helpful?