AuditRequest

AuditRequest
AuditRequest
JSON Example
{
    "username": "admin@local",
    "operation": "LOGIN",
    "time_range": {
        "start_time": 1534410000,
        "end_time": 1534410559
    },
    "size": 10,
    "cursor": "string"
}
string
user_name
Optional

Username making the change

string
ip_address
Optional

Client IP that is making the change

string
entity_type
Optional

Entity Type of object being changed

string
entity_id
Optional

Entity ID of object being changed

string
operation
Optional

Operation on object being changed

string
response
Optional

Response from vRNI, whether it's successfull or not

integer As int32 As int32
size
Optional

size

string
cursor
Optional

Cursor for the next page of logs

time_range
Optional

time_range

Parameter To