- Knowledge Base
- Cloud Block Store
- Connection Server
Connection Server Info
Returns the name, vset, status, and node information about each connected servicedpl server.
Method |
GET /connection_server/info |
Options |
|
Status |
Sample Response |
200 |
{ "name": "servicedpl-1-1-0", "vset_name": "1", "status": "Running", "node_info": { "id": "3b32ae44-522e-4650-a38c-7cf382ae5ed3", "name": "node4", "system_os": "linux", "kernel_version": "5.2.8", "ip": "10.180.116.14", "version": "v1.16.2" }, "creat_at": "2020-09-17T08:49:15Z", "namespace": "vizion" } |