Get Server Audit Log
GET
/api/v1/servers/{id}/audit
Gets a page of the audit log on this server.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: int64
The ID of the server.
Query Parameters
Section titled “Query Parameters ” start
integer format: int32
The audit number to start at. This field is zero-indexed, so 0 is 1st.
limit
integer format: int32
The number of audit entries to show after start
. Maximum 100.
Responses
Section titled “ Responses ”The audit log.
If you do not have access to this server’s audit log.
If the server does not exist.