Get connection information for CAS server

get/servers/{serverName}/connection
Internal-Use Only

Returns the connection information for a CAS server definition.

Request Samples

1

Response Samples

1{
2 "host": "grid.example.com",
3 "links": [
4 {
5 "href": "/casManagement/servers/casServer/connection",
6 "method": "GET",
7 "rel": "self",
8 "type": "application/vnd.sas.cas.server.connection",
9 "uri": "/casManagement/servers/casServer/connection"
10 },
11 {
12 "href": "/casManagement/servers/casServer",
13 "method": "GET",
14 "rel": "up",
15 "type": "application/vnd.sas.cas.server",
16 "uri": "/casManagement/servers/casServer"
17 }
18 ],
19 "port": 15943,
20 "serverName": "casServer",
21 "sessionId": "C875-DAA73-DA543-BE662-783BA-12D3F",
22 "version": 1
23}

Path Parameters

NameTypeRequiredDescription
serverName
string
true

The name of the server.

Responses

StatusMeaningDescription
200OKConnection information for the requested CAS server was returned.Schema
400Bad RequestThe request was invalid.Schema
404Not FoundThe requested CAS server does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.