latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-17288558922.3 KB

d7d5dff08b4c

kubernetes

Get all PersistentVolumes in the cluster

Get a list of all PersistentVolumes in the given environment. Access policy: Authenticated user.

get/kubernetes/{id}/persistent_volumes

Path parameters

idinteger required

Environment identifier

Response

Success

accessModesstring[]
annotationsobject
capacityV1ResourceList
creationDatestring
humanReadableAccessModesV1PersistentVolumeAccessMode[]
labelsobject
namestring
persistentVolumeReclaimPolicy'Recycle' | 'Delete' | 'Retain'
status'Pending' | 'Available' | 'Bound' | 'Released' | 'Failed'
storageClassNamestring
volumeMode'Block' | 'Filesystem'