AuditListResponse
Properties
string
cursor
Optional
Cursor for the next page of logs
integer
end_time
Optional
End timestamp of the window of the objects returned
integer
start_time
Optional
Start timestamp of the window of the objects returned
JSON Example
{
"cursor": "ML12eu02==",
"end_time": 1504739809,
"results": [
{
"entity_id": "string",
"entity_type": "string",
"ip_address": "string",
"operation": "string",
"response": "string",
"timestamp": 0,
"user_name": "string",
"value": "string"
}
],
"start_time": 1504739809
}