v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
kubernetes

Get a specific PersistentVolume

Get a PersistentVolume by name in the given environment. Access policy: Authenticated user.

get/kubernetes/{id}/persistent_volumes/{name}

Path parameters

idinteger required

Environment identifier

namestring required

PersistentVolume name

Response

Success

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