Get Agent Procedure History
Returns an array of agent procedure runtime history records.
GET /automation/agentprocs/{agentId}/history
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
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"
}
