Get session nodes with performance metrics

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

Get a list of nodes being used by the session.

Request Samples

1

Response Samples

1{
2 "description": "CAS Node Metrics",
3 "value": [
4 {
5 "name": "nodeName"
6 },
7 {
8 "port": 8080
9 },
10 {
11 "type": "Controller"
12 },
13 {
14 "connected": true
15 },
16 {
17 "pid": 32768
18 },
19 {
20 "httpPort": 7070
21 },
22 {
23 "httpProtocol": "https"
24 },
25 {
26 "uuid": "4092f24d-15f1-4c2e-8a06-9cb616c1a392"
27 },
28 {
29 "cpuLoad": 0
30 }
31 ]
32}

Path Parameters

NameTypeRequiredDescription
sessionId
string
true

sessionId (UUID) of session.

Responses

StatusMeaningDescription
200OKOKSchema
404Not FoundUnknown session.Schema