Get the reusable Batch server information

get/servers/{serverId}

Gets the reusable Batch server information for the specified reusable Batch server.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2022-06-14T15:00:49.668113Z",
3 "createdBy": "someuser",
4 "modifiedTimeStamp": "2022-06-14T15:01:05.66361Z",
5 "modifiedBy": "anonymous",
6 "contextId": "6794ba8a-6aff-4989-ae77-93f67286aea2",
7 "hostName": "10.254.3.12",
8 "id": "dbbb00c3-e67c-408b-bd84-9b57a2d69472",
9 "isPermanent": true,
10 "links": [
11 {
12 "method": "GET",
13 "rel": "self",
14 "href": "/batch/servers/dbbb00c3-e67c-408b-bd84-9b57a2d69472",
15 "uri": "/batch/servers/dbbb00c3-e67c-408b-bd84-9b57a2d69472",
16 "type": "application/vnd.sas.batch.server"
17 },
18 {
19 "method": "GET",
20 "rel": "up",
21 "href": "/batch/servers",
22 "uri": "/batch/servers",
23 "type": "application/vnd.sas.collection",
24 "itemType": "application/vnd.sas.batch.server"
25 }
26 ],
27 "processId": "b7e39cf9-eda7-400c-a752-301653e55e8e",
28 "queueName": "High Priority",
29 "ruleId": "16c332b2-4ac6-483b-85f6-7bb9d2d5a576",
30 "runServerAs": "myUserName",
31 "state": "available",
32 "version": 1
33}

Path Parameters

NameTypeRequiredDescription
serverId
string
true

The ID of the reusable Batch server.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

The specified reusable Batch server is not found.

Schema
406Not Acceptable

The requested response type is not acceptable. See the returned error response for more information and acceptable response types.

Schema