Retrieve quotes for a new Azure volume
POST /azure/vsa/volumes/quote
Retrieves quotes for a new volume. Returns the resource quote required for the requested volume.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
aggregateName |
string |
False |
Optionally choose in which aggregate to create the volume |
capacityTier |
string |
False |
Capacity tier |
enableThinProvisioning |
boolean |
True |
Enable thin provisioning on the volume |
initialSize |
False |
||
iops |
integer |
False |
Provisioned IOPS |
isReplicationFlow |
boolean |
True |
Is replication flow |
name |
string |
False |
Volume name, unique within the SVM |
providerVolumeType |
string |
False |
Provider volume type |
size |
True |
||
svmName |
string |
True |
SVM name |
throughput |
integer |
False |
Provisioned throughput |
tieringPolicy |
string |
False |
Tiering policy |
verifyNameUniqueness |
boolean |
True |
Verify volume name uniqueness within the SVM |
workingEnvironmentId |
string |
True |
Cloud Volumes ONTAP system ID |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
aggregateName |
string |
True |
The aggregate on which the requested volume will be created |
autoVsaCapacityManagement |
boolean |
True |
Indicates if automatic Cloud Volumes ONTAP capacity management is enabled |
diskSize |
True |
||
elasticVolumeQuoteResponse |
False |
||
newAggregate |
boolean |
True |
Indicates if the aggregate is a newly created aggregate |
numOfDisks |
integer |
True |
Number of new disks needed |
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
PositiveCapacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
RaidInfoForEvAggregate
| Name | Type | Required | Description |
|---|---|---|---|
diskSize |
True |
||
numOfDisks |
integer |
True |
Number of new disks needed for the RAID group |
ElasticVolumeQuoteInfo
| Name | Type | Required | Description |
|---|---|---|---|
addedCapacityToExistingEvDisks |
False |
||
newRaidForEvInfo |
array[RaidInfoForEvAggregate] |
False |
New RAID information |
totalCapacityToAdd |
False |
||
totalEvDisks |
integer |
False |