API Guide

Table Of Contents
"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 130. 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.
/api/JobService/Jobs(Id)/ExecutionHistories(Id)
This URI represents the execution history details for a job.
GET method for ExecutionHistories(Id)
This method returns the execution history details for a specific execution history.
Description
Returns details of a specific execution history.
Privilege VIEW
Monitor 433