Pools
Back-end storage pool information
Last updated
Was this helpful?
Back-end storage pool information
Last updated
Was this helpful?
Was this helpful?
GET /cinder/v3/scheduler-stats/get_pools HTTP/1.1
Host: example.platform9.com
X-Auth-Token: YOUR_API_KEY
Accept: */*
{
"pools": [
{
"name": "text",
"capabilities": {},
"total_capacity_gb": 1,
"free_capacity_gb": 1,
"allocated_capacity_gb": 1,
"QoS_support": true,
"reserved_percentage": 1,
"driver_version": "text",
"storage_protocol": "text",
"vendor_name": "text",
"volume_backend_name": "text",
"location_info": "text"
}
]
}