Returns a list of information about the overall status of VBOS, including service information, node information, volume usage, etc.
Method |
GET /vbos/status |
Description |
|
Options |
|
Status |
Sample Response |
200 |
{ "name": "cmapdcdpl-17-1-0",
"read_missing_counter": 0, "read_hit_counter": 0, "search_missing_counter": 0, "search_hit_counter": 0 }
{ "name": "cmapmcdpl-1-0", "hit_counter": 133708, "miss_counter": 0 }
{ "server_name": "servicedpl-1-1-0", "id": "5a22c788-5a60-4422-bf42-87edacc12bf2", "name": "gke-vizion-ai-vbos-us-vbos-dpl-pool-1-5c12ab1b-7sro", "system_os": "linux", "kernel_version": "5.3.0-1036-gke", "ip": "10.245.208.117", "version": "v1.16.13-gke.401" }
{ "count": 1, "total_capacity": 21902594568192, "total_usage": 2190589456384 }
{ "name": "neiltarget-1-west-2", "tenant": "default", "storage_idx": "134217732", "vendor_type": "1", "storage_type": "2", "usage": 641858566, "vset": "1" } |