Agent Live Connect Audit Logs

Returns

GET/api/odata/1.0/AgentLiveConnectAuditLogs

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

IpAddress

string

LogEntry

string

EntryTypeId

integer

EntryTimeStamp

string

LoginName

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "IpAddress": "string",
    "LogEntry": "string",
    "EntryTypeId": 0,
    "EntryTimeStamp": "2022-01-10T08:10:14.804Z",
    "LoginName": "string"
  }
]