Returns an array of agent procedure schedule records for a specified agent.
GET /automation/agentprocs/{agentId}/scheduledprocs
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
(see below) |
|
|
|
|
|
|
ScriptPrompts
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
RecurrenceOptions
See recurrence options values below.
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DistributionWindow
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
StartOptions
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
ExclusionWindow
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
Recurrence Options Values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example: to specify 1:45 PM use |
|
|
|
Example: |
Sample Response Model
"TotalRecords": 10,
"Result": [
{
"AgentProcedureId": 269,
"AgentProcedureName": "Patch Scan",
"NextExecTime": "2017-07-27T17:22:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 week(s) on Thursday",
"Attributes": null
},
{
"AgentProcedureId": 228570284,
"AgentProcedureName": "HtmlAgilityPack - File Dependencies",
"NextExecTime": "2017-07-26T09:49:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 day(s)",
"Attributes": null
},
{
"AgentProcedureId": 265249185,
"AgentProcedureName": "PSTerminalServices - File Dependencies",
"NextExecTime": "2017-07-26T05:52:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 day(s)",
"Attributes": null
},
{
"AgentProcedureId": 848280032,
"AgentProcedureName": "MongoDB - File Dependencies",
"NextExecTime": "2017-07-26T01:33:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 day(s)",
"Attributes": null
},
{
"AgentProcedureId": 1810882043,
"AgentProcedureName": "ImportExcel - File Dependencies",
"NextExecTime": "2017-07-26T07:31:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 day(s)",
"Attributes": null
},
{
"AgentProcedureId": 1943737719,
"AgentProcedureName": "Newtonsoft - File Dependencies",
"NextExecTime": "2017-07-26T09:07:00",
"Status": "Script Summary: Success THEN",
"Admin": "*System*",
"Recurrence": "Every 1 day(s)",
"Attributes": null
},
{
"AgentProcedureId": 0,
"AgentProcedureName": "Patch Automatic Update",
"NextExecTime": "2017-07-27T16:25:00",
"Status": null,
"Admin": "system.monitoring@area9.com.au",
"Recurrence": "Pending",
"Attributes": null
},
{
"AgentProcedureId": 135,
"AgentProcedureName": "Baseline Audit",
"NextExecTime": "2018-03-01T23:11:36",
"Status": "Script Summary: Success THEN",
"Admin": "system.monitoring@area9.com.au",
"Recurrence": "Every 12 month(s) on the 1st Day",
"Attributes": null
},
{
"AgentProcedureId": 136,
"AgentProcedureName": "Latest Audit",
"NextExecTime": "2017-08-01T09:42:45",
"Status": "Script Summary: Success THEN",
"Admin": "system.monitoring@area9.com.au",
"Recurrence": "Every 1 week(s) on Monday",
"Attributes": null
},
{
"AgentProcedureId": 137,
"AgentProcedureName": "System Info",
"NextExecTime": "2017-08-01T05:38:32",
"Status": "Script Summary: Success THEN",
"Admin": "system.monitoring@area9.com.au",
"Recurrence": "Every 1 week(s) on Monday",
"Attributes": null
}
],
"ResponseCode": 0,
"Status": "OK",
"Error": "None"