Returns an array of system log entries.
GET /assetmgmt/logs/{agentId}/eventlog/system
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"EventId": 0,
"User": "string",
"Category": "string",
"Source": "string",
"Type": "string",
"Time": "2016-03-14T22:19:31.911Z"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}