Agent Network Stat Logs

Returns

GET/api/odata/1.0/AgentNetworkStatLogs

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

LogRecordId

integer

LogTime

string

ApplicationName

string

BytesSent

integer

BytesReceived

integer

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "LogRecordId": 0,
    "LogTime": "2022-01-10T08:18:31.765Z",
    "ApplicationName": "string",
    "BytesSent": 0,
    "BytesReceived": 0
  }
]