Retrieve quotes for a new volume
POST /azure/ha/volumes/quote
Retrieves quotes for a new volume. Returns the resource quote required for the requested volume.
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
workingEnvironmentId |
string |
True |
|
svmName |
string |
True |
|
aggregateName |
string |
False |
|
name |
string |
False |
|
size |
True |
||
initialSize |
False |
||
enableThinProvisioning |
boolean |
True |
|
providerVolumeType |
string |
False |
|
verifyNameUniqueness |
boolean |
True |
|
capacityTier |
string |
False |
|
isReplicationFlow |
boolean |
True |
|
iops |
integer |
False |
|
throughput |
integer |
False |
|
tieringPolicy |
string |
False |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
numOfDisks |
integer |
True |
|
diskSize |
True |
||
aggregateName |
string |
True |
|
newAggregate |
boolean |
True |
|
autoVsaCapacityManagement |
boolean |
True |
|
elasticVolumeQuoteResponse |
False |
Definitions
See Definitions
PositiveCapacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
RaidInfoForEvAggregate
| Name | Type | Required | Description |
|---|---|---|---|
numOfDisks |
integer |
True |
|
diskSize |
True |
ElasticVolumeQuoteInfo
| Name | Type | Required | Description |
|---|---|---|---|
totalCapacityToAdd |
False |
||
addedCapacityToExistingEvDisks |
False |
||
newRaidForEvInfo |
array[RaidInfoForEvAggregate] |
False |
|
totalEvDisks |
integer |
False |