Storage Classes

Deprecated

Get all storageClasses from a cluster.

get

this API is used by cluster versions < 2.20

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
uuidstring · uuidRequired

Unique identifier of the cluster

Query parameters
includeNonebooleanOptional

Include runai-none storage class to be able to create PVCs without a storage class

Responses
chevron-right
200

Expected response to a valid request

application/json
get
/v1/k8s/clusters/{uuid}/storage-classes

get a Storage Class/Classes for a given cluster

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
clusterIdstring · uuidRequired

The id of the cluster

Example: d73a738f-fab3-430a-8fa3-5241493d7128
namestringOptional

filter by name

includeNonebooleanOptional

Include runai-none storage class, which is used for static provisioning of PVC. In static provisioning storage is omitted.

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v1/storage-classes

get a Storage Class/Classes for a given cluster

get
Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
clusterIdstring · uuidRequired

The id of the cluster

Example: d73a738f-fab3-430a-8fa3-5241493d7128
namestringOptional

filter by name

includeNonebooleanOptional

Include runai-none storage class, which is used for static provisioning of PVC. In static provisioning storage is omitted.

Responses
chevron-right
200

Executed successfully.

application/json
get
/api/v2/storage-classes

Last updated