Clone a volume
POST /gcp/vsa/volumes/{workingEnvironmentId}/{svmName}/{volumeName}/clone
Clones an existing volume.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
|
svmName |
string |
path |
True |
|
volumeName |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
newVolumeName |
string |
True |
|
parentSnapshot |
string |
False |
Example request
{
"newVolumeName": "string",
"parentSnapshot": "string"
}
Error
Status: Default, Default response