Developers Guide

Table Of Contents
{
"@odata.type": "#JobService.JobStatus",
"@odata.id": "/api/JobService/JobStatuses(2100)",
"Id": 2100,
"Name": "Aborted"
},
{
"@odata.type": "#JobService.JobStatus",
"@odata.id": "/api/JobService/JobStatuses(2101)",
"Id": 2101,
"Name": "Paused"
},
{
"@odata.type": "#JobService.JobStatus",
"@odata.id": "/api/JobService/JobStatuses(2102)",
"Id": 2102,
"Name": "Stopped"
},
{
"@odata.type": "#JobService.JobStatus",
"@odata.id": "/api/JobService/JobStatuses(2103)",
"Id": 2103,
"Name": "Canceled"
}
]
}
Table 126. Attributes
Attribute Description
Id ID of the job status.
Name Name of the job status.
/api/JobService/JobStatuses(Id)
This URI represents the status of a job.
GET method for JobStatuses(Id)
This method returns the details of a specific job status.
Description
Returns details of a specific job status.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#JobService.JobStatus/$entity",
"@odata.type": "#JobService.JobStatus",
"@odata.id": "/api/JobService/JobStatuses(2030)",
"Id": 2030,
"Name": "Queued"
}
Table 127. Attributes
Attribute Description
Id ID of the job status.
Name Name of the job status.
458 Monitor