Skip to content
Docs

Persistent Volume Claims

Get NKS Persistent Volume Claim Details
GET/v1/nks/clusters/{cluster_id}/persistent_volume_claims/{persistent_volume_claim_id}
List NKS Persistent Volume Claims
GET/v1/nks/clusters/{cluster_id}/persistent_volume_claims
ModelsExpand Collapse
PersistentVolumeClaim object { id, cluster_id, created_at, 5 more }

NKS persistent volume claim details.

id: string

Unique identifier for the persistent volume claim.

cluster_id: string

Cluster this persistent volume claim belongs to.

created_at: string

When the persistent volume claim was first discovered.

formatdate-time
name: string

Name of the persistent volume claim.

size: number

Size of the persistent volume claim in GB.

Status of the resource.

One of the following:
"pending"
"creating"
"updating"
"ready"
"deleting"
"deleted"
"error"

Type of the Volume.

One of the following:
"nvme"
"abs"
updated_at: string

When the persistent volume claim was last updated.

formatdate-time
PersistentVolumeClaimList object { items, pagination }
items: array of PersistentVolumeClaim { id, cluster_id, created_at, 5 more }
id: string

Unique identifier for the persistent volume claim.

cluster_id: string

Cluster this persistent volume claim belongs to.

created_at: string

When the persistent volume claim was first discovered.

formatdate-time
name: string

Name of the persistent volume claim.

size: number

Size of the persistent volume claim in GB.

Status of the resource.

One of the following:
"pending"
"creating"
"updating"
"ready"
"deleting"
"deleted"
"error"

Type of the Volume.

One of the following:
"nvme"
"abs"
updated_at: string

When the persistent volume claim was last updated.

formatdate-time