Get connection information for CAS server
get/servers/{serverName}/connection
Returns the connection information for a CAS server definition.
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": 123}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Connection information for the requested CAS server was returned. | Schema | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested CAS server does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |