Agent Event Logs
Returns
GET/api/odata/1.0/AgentEventLogs
Model Schema
Field |
Datatype |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
[
{
"AgentId": "string",
"PartitionId": "string",
"EventId": 0,
"EventLogName": "string",
"EventTypeId": 0,
"EventDateTime": "2022-01-10T07:59:14.686Z",
"EventSource": "string",
"EventCategory": "string",
"EventMessage": "string",
"EventUserName": "string",
"EventComputerName": "string"
}
]