API Guide

Table Of Contents
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(JobService.ExecutionHistoryDetail)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#JobService.ExecutionHistoryDetail",
"@odata.id": "/api/JobService/Jobs(10016)/
ExecutionHistories(18683)/ExecutionHistoryDetails(7138)",
"Id": 7138,
"Progress": "100",
"StartTime": "2018-09-14 13:00:00.324",
"EndTime": "2018-09-14 13:00:29.728",
"Key": "Sled-1",
"Value": "Running\nCompleted",
"ExecutionHistoryId": 18683,
"JobStatus":
{
"@odata.type": "#JobService.JobStatus",
"Id": 2060,
"Name": "Completed"
}
},
{
"@odata.type": "#JobService.ExecutionHistoryDetail",
"@odata.id": "/api/JobService/Jobs(10016)/
ExecutionHistories(18683)/ExecutionHistoryDetails(7137)",
"Id": 7137,
"Progress": "100",
"StartTime": "2018-09-14 13:00:00.324",
"EndTime": "2018-09-14 13:00:11.948",
"Key": "MX-OME-ModularDNH1",
"Value": "Running\nCompleted",
"ExecutionHistoryId": 18683,
"JobStatus":
{
"@odata.type": "#JobService.JobStatus",
"Id": 2060,
"Name": "Completed"
}
}
]
}
Table 131. Attributes
Attribute Description
Id Job execution history detail ID.
Progress Percentage of completion.
StartTime The start time of job execution.
EndTime The end time of job execution.
Key Job execution history details key.
Value Job execution history details value.
ExecutionHistoryId Execution history ID associated with the detail.
JobStatus Job execution history detail completion status.
434 Monitor