Kubernetes

List cluster volumes

The cluster's persistent volumes — created automatically by PersistentVolumeClaims on the raff-block storage class and billed per GB. Manage them through Kubernetes (kubectl), not this API: grow by editing the claim's requested size, delete by deleting the claim.

get/api/v1/k8s/clusters/{cluster_id}/volumes

Path parameters

cluster_idstring required

Cluster ID (short id, e.g. q7z7zg)

Headers

X-Project-IDstring uuid required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Response

Cluster volumes

successboolean

Example response

{
  "volumes": [
    {
      "name": "k7n92s-data-postgres-data-postgresql-0"
    }
  ]
}

Changes

Changed in 1 of the 28 revisions of this API.1