Agent Logs

Returns

GET/api/odata/1.0/AgentLogs

Model Schema

Field

Datatype

AgentId

string

PartitionId

string

EventDateTime

string

LoggedEvent

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "EventDateTime": "2022-01-10T08:15:22.782Z",
    "LoggedEvent": "string"
  }

]