Returns an array of agent procedure runtime history records.
GET /automation/agentprocs/{agentId}/history
Headers
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"
}