Audit Logging
Retrieving auditing information for core PCD services
Overview
Audit Log Retrieval for Admin Users
Audit Log Retrieval API:
Platform9 authentication token obtained from the identity service.
Filter by region name.
Filter by tenant UUID.
Filter by User ID.
Filter by username.
Filter by action name (e.g., 'authenticate', 'create').
Filter by resource type (e.g., 'service/compute/server').
Filter by component/service name.
Start of the time range (RFC3339). Defaults to T-24h.
End of the time range.
Maximum number of records to return.
A stream of audit logs.
Stream of JSON objects (AuditLog) separated by newlines.
{"timestamp_utc":"2023-10-01T12:00:00Z","region":"us-east","action_name":"create","username":"admin"} {"timestamp_utc":"2023-10-01T12:01:00Z","region":"us-east","action_name":"delete","username":"admin"}Method Not Allowed
Internal Server Error (Database query failed)
Platform9 authentication token obtained from the identity service.
Available filter options.
Method Not Allowed
Internal Server Error
Last updated
Was this helpful?
