Get provider information

get/providers/{providerId}
Internal-Use Only

Returns information about a single provider based on its unique ID.

Request Samples

1

Response Samples

1{
2 "id": "Compute",
3 "links": [
4 {
5 "method": "GET",
6 "rel": "self",
7 "href": "/jobExecution/providers/Compute",
8 "uri": "/jobExecution/providers/Compute",
9 "type": "application/vnd.sas.job.execution.provider"
10 },
11 {
12 "method": "GET",
13 "rel": "alternate",
14 "href": "/jobExecution/providers/Compute",
15 "uri": "/jobExecution/providers/Compute",
16 "type": "application/vnd.sas.job.execution.provider.summary"
17 },
18 {
19 "method": "GET",
20 "rel": "up",
21 "href": "/jobExecution/providers",
22 "uri": "/jobExecution/providers",
23 "type": "application/vnd.sas.collection",
24 "itemType": "application/vnd.sas.job.execution.provider.summary"
25 }
26 ],
27 "version": 1,
28 "heartbeatInterval": 600
29}

Path Parameters

NameTypeRequiredDescription
providerId
string
true

The ID of the provider.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
404Not FoundNo job request exists at the requested path.Schema