Get a list of ESP servers that run in the Kubernetes cluster
get/deployments/{deploymentName}/clusterServers
Returns a list of ESP servers that run in the Kubernetes cluster and are associated with the specified deployment. The status of each ESP project in the cluster is returned.
1{2 "accept": "application/json",3 "count": 1,4 "items": [5 {6 "adminPort": 7010,7 "autoRegistered": false,8 "clusterServer": false,9 "combinedWindows": [],10 "equipment": {11 "diskSpace": 0,12 "friendlyName": "espServer1",13 "health": 0,14 "hostName": "esp-server01.sas.com",15 "id": "-1358091958",16 "ipAddress": "esp-server01.sas.com",17 "memoryUse": 018 },19 "espServerId": "fba3b637-c55c-4ddb-91f5-f5635adfcb13",20 "friendlyName": "ESPServer1",21 "health": true,22 "hostName": "esp-server01.sas.com",23 "httpPort": 7010,24 "id": "-1358091958",25 "ipAddress": "esp-server01.sas.com",26 "kerberosEnabled": false,27 "memoryUsage": 0,28 "metering": false,29 "parameters": [],30 "projects": [],31 "pubSubPort": 7010,32 "residentMemoryUsage": 0,33 "ssl": false,34 "state": "AVAILABLE",35 "useAuthzHeader": false,36 "version": "2022.12(7.32#2731)",37 "virtualMemoryUsage": 038 }39 ],40 "limit": 50,41 "name": "items",42 "start": -1,43 "version": 244}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |