POST
/
org
/
{org}
/
gvc
/
{gvc}
/
volumeset
curl --request POST \
  --url https://api.cpln.io/org/{org}/gvc/{gvc}/volumeset \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "tags": {},
  "spec": {
    "initialCapacity": 123,
    "performanceClass": "general-purpose-ssd",
    "storageClassSuffix": "<string>",
    "fileSystemType": "ext4",
    "snapshots": {
      "createFinalSnapshot": true,
      "retentionDuration": "<string>",
      "schedule": "<string>"
    },
    "autoscaling": {
      "maxCapacity": 123,
      "minFreePercentage": 123,
      "scalingFactor": 123
    }
  },
  "gvc": {}
}'
"<any>"

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
gvc
string
required

Body

application/json
description
string
Maximum length: 250
tags
object
spec
object
status
object
gvc
object

Response

201
application/json
VolumeSet was created successfully

The response is of type any.