---
title: "List back-end storage pools"
method: GET
path: "/v3/scheduler-stats/get_pools"
tags: ["pools"]
---

# List back-end storage pools

`GET /v3/scheduler-stats/get_pools`

Lists back-end storage pools

## Query parameters

- `detail` boolean

## Response `200`

OK

- StoragePools
  - `pools` StoragePool[]
    - `name` string — The pool name
    - `capabilities` object — Pool capabilities
    - `total_capacity_gb` number — Total capacity in GB
    - `free_capacity_gb` number — Free capacity in GB
    - `allocated_capacity_gb` number — Allocated capacity in GB
    - `QoS_support` boolean — Whether QoS is supported
    - `reserved_percentage` integer — Reserved percentage
    - `driver_version` string — Driver version
    - `storage_protocol` string — Storage protocol
    - `vendor_name` string — Vendor name
    - `volume_backend_name` string — Volume backend name
    - `location_info` string — Location information

---

[API](https://skmtc.net/platform9/apis/cluster-blueprint-api.md) · [All operations](https://skmtc.net/platform9/apis/cluster-blueprint-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/platform9/cluster-blueprint-api/revisions/708ad90fe444/schema)
