Next Topic

Previous Topic

Book Contents

Get Agent Procedure Log

Returns an array of agent procedure log entries.

GET /assetmgmt/logs/{agentguid}/agentprocedure

Headers

Model Schema

Field

Datatype

Filterable

Sortable

LastExecution

datetime

ProcedureHistory

string

Status

string

Admin

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "LastExecution": "2016-03-14T22:19:31.888Z",
      "ProcedureHistory": "string",
      "Status": "string",
      "Admin": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}