API Guide

{
"@odata.type": "#JobService.ExecutionHistory",
"@odata.id": "/api/JobService/Jobs(10016)/ExecutionHistories(18729)",
"Id": 18729,
"JobName": "Default Inventory Task",
"Progress": "100",
"StartTime": "2018-09-14 13:30:00.079",
"EndTime": "2018-09-14 13:30:29.333",
"LastUpdateTime": "2018-09-14 13:30:29.333",
"ExecutedBy": "admin",
"JobId": 10016,
"JobStatus":
{
"@odata.type": "#JobService.JobStatus",
"Id": 2060,
"Name": "Completed"
},
"ExecutionHistoryDetails@odata.navigationLink": "/api/JobService/
Jobs(10016)/ExecutionHistories(18729)/ExecutionHistoryDetails"
},
{
"@odata.type": "#JobService.ExecutionHistory",
"@odata.id": "/api/JobService/Jobs(10016)/ExecutionHistories(18683)",
"Id": 18683,
"JobName": "Default Inventory Task",
"Progress": "100",
"StartTime": "2018-09-14 13:00:00.122",
"EndTime": "2018-09-14 13:00:29.769",
"LastUpdateTime": "2018-09-14 13:00:29.769",
"ExecutedBy": "admin",
"JobId": 10016,
"JobStatus":
{
"@odata.type": "#JobService.JobStatus",
"Id": 2060,
"Name": "Completed"
},
"ExecutionHistoryDetails@odata.navigationLink": "/api/JobService/
Jobs(10016)/ExecutionHistories(18683)/ExecutionHistoryDetails"
}
]
}
Table 125. Attributes
Attribute Description
Id Job execution history detail ID.
JobName Name of the job.
Progress Percentage of completion.
StartTime The start time of job execution.
EndTime The end time of job execution.
Schedule Job schedule (cron string).
State Indicates whether the job is enabled or disabled.
LastUpdatedTime Timestamp when the job-execution history was last updated.
ExecutedBy Details of who executed the job.
JobId Job associated with the execution history.
JobStatus Job execution history detail completion status.
Links Link to access details of all execution histories.
Monitor 335