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
},
"mountOptions": {
"resources": {
"maxCpu": "2000m",
"minCpu": "500m",
"minMemory": "1Gi",
"maxMemory": "2Gi"
}
}
},
"gvc": {}
}'
"<any>"
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
},
"mountOptions": {
"resources": {
"maxCpu": "2000m",
"minCpu": "500m",
"minMemory": "1Gi",
"maxMemory": "2Gi"
}
}
},
"gvc": {}
}'
"<any>"
Service account key can be used as API keys
The body is of type object
.
VolumeSet was created successfully
The response is of type any
.