Next Topic

Previous Topic

Book Contents

Get Agent Log

Returns an array of agent log entries.

GET /assetmgmt/logs/{agentguid}/agent

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Time

datetime

Event

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "Time": "2016-03-14T22:19:31.885Z",
      "Event": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}