API Guide

},
"JobType":
{
"@odata.type": "#JobService.JobType",
"Id": 8,
"Name": "Inventory_Task",
"Internal": false
},
"JobStatus":
{
"@odata.type": "#JobService.JobStatus",
"Id": 2020,
"Name": "Scheduled"
},
"ExecutionHistories@odata.navigationLink": "/api/JobService/
Jobs(10016)/ExecutionHistories"
}
]
}
Table 108. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Max records to skip. Default value is 0.
JobType/Id Filter by job type.
JobStatus/Id Filter by job status.
LastRunStatus/Id Filter by last run status.
State Filter by job state.
JobType/Internal Filter by job internal status.
Visible Filter by group visibility
NextRunBegin Filter by job next run time start.
NextRunEnd Filter by next run time end.
LastRunBegin Filter by last run time start.
LastRunEnd Filter by last run time end.
Table 109. Attributes
Attribute Description
Id ID of the job.
JobName Name of the job.
JobDescription Description of the job.
JobType Type of the job.
NextRun The next time when the job will be executed.
LastRun The last time when the job was executed.
StartTime Start time of the job.
EndTime End time of the job.
Schedule Job schedule (cron string).
State Indicates whether the job is enabled or disabled.
CreatedBy User who created the job.
Monitor 243