Get session nodes

get/cas/sessions/{sessionId}/nodes
Internal-Use Only

Get a list of nodes being used by the session.

Request Samples

1

Response Samples

1[
2 {
3 "name": "nodeName"
4 },
5 {
6 "port": 443
7 },
8 {
9 "type": "Controller"
10 },
11 {
12 "connected": true
13 },
14 {
15 "pid": 32768
16 },
17 {
18 "httpPort": 8080
19 },
20 {
21 "httpProtocol": "https"
22 },
23 {
24 "uuid": "4092f24d-15f1-4c2e-8a06-9cb616c1a392"
25 }
26]

Path Parameters

NameTypeRequiredDescription
sessionId
string
true

sessionId (UUID) of session.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundUnknown session.Schema