Create Persistent Volume
POST
/api/v1/persistent_volume/{kubernetes_cluster_id}/Path parameters
kubernetes_cluster_idPathintegerrequiredKubernetes ID
Query parameters
project_idQueryintegerrequiredProject ID Find your project id here
locationQuerystringrequiredDeployment region for the resource. Accepted values:
Delhi,Chennai.Mumbai region has been discontinued. Delhi and Chennai are the only supported regions.
Request body
application/json
The name of the Persistent Volume.
example
PV-10GB-313The size of the Persistent Volume in GB.
example
10Responses
200Response indicating that a persistent volume (PV) was created successfully.
example
200example
persistent volume created successfully