Next Topic

Previous Topic

Book Contents

Get Log Monitoring Log

Returns an array of log monitoring log entries.

GET /assetmgmt/logs/{agentId}/logmonitoring

Headers

Model Schema

Field

Datatype

Filterable

Sortable

EventId

int

User

user

Category

string

Source

string

Type

string

Time

datetime

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"
}