Next Topic

Previous Topic

Book Contents

Get Monitor Action Log

Returns an array of monitor action log entries.

GET /assetmgmt/logs/{agentguid}/monitoractions

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Time

datetime

SNMPDevice

string

Type

int

Message

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "Time": "2016-03-14T22:19:31.900Z",
      "SNMPDevice": "string",
      "Type": 0,
      "Message": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}