Next Topic

Previous Topic

Book Contents

Get Agent Procedure History

Returns an array of agent procedure runtime history records.

GET /automation/agentprocs/{agentId}/history

Headers

Model Schema

Field

Datatype

Filterable

Sortable

ScriptName

string

LastExecutionTime

datetime

Status

string

Admin

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "ScriptName": "string",
      "LastExecutionTime": "2016-03-15T15:50:11.900Z",
      "Status": "string",
      "Admin": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}