Returns detailed information about the specified connected volume, including more information on bounding than GET /volume/info would provide.
Method |
GET /volume/describe/<volume_name> |
Options |
|
Status |
Sample Response |
200 |
{ "id": "e9af8025-e99b-4a68-a188-e22200d9cf7a", "name": "vbos-92dd4f3b-a40c-42f3-a016-704a2ba98cd6", "vset": "1", "namespace": "vizion", "storage_class": "csi-ext4-sc-vset1", "pod_name": "es770-odfe-cold-001-data-sts-0", "app_name": "es770-odfe-cold-001-data-sts", "kind": "StatefulSet", "pv": "vbos-92dd4f3b-a40c-42f3-a016-704a2ba98cd6", "connect_dpl": "servicedpl-1-1-0", "pvc": "es-data-store-es770-odfe-cold-001-data-sts-0", "last_update_time": 1601359139, "capacity": 10908285698048, "usage": 297129013248, "bound": { "status": "Bound", "mount_pod_name": "es770-odfe-cold-001-data-sts-0",
"events": [ { "type": "pod", "resource": "es770-odfe-cold-001-data-sts-0", "event_resource": "default-scheduler", "event_type": "Normal", "event_reason": "Scheduled", "event_interval_time": "7m11s", "message": "Successfully assigned vizion/es770-odfe-cold-001-data-sts-0 to gke-vizion-ai-vbos-u-es-elk-770-cold--9763cb74-7clf" } ] }, "metrics": { "tps": "0", "read_second": "0", "write_second": "0", "read": "0", "write": "0", "await": "0", "read_wait": "0", "write_wait": "0" } } |