Skip to main content

Update the underlying volume tier

POST /azure/ha/volumes/{workingEnvironmentId}/{svmName}/{volumeName}/change-tier

Updates the underlying volume tier.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

svmName

string

path

True

volumeName

string

path

True

Request Body

Name Type Required Description

aggregateName

string

True

Target aggregate name

evCapacityApprovedToAdd

ElasticVolumeQuoteInfo

False

iops

integer

False

Provisioned IOPS

minimumCoolingDays

minimumCoolingDays

False

Cooling Days

newAggregate

boolean

True

Is it a newly created aggregate

newCapacityTier

string

False

New capacity tier

newDiskTypeName

string

True

New disk type name

newTieringPolicy

string

False

New tiering policy

numOfDisks

integer

True

Number of new disks needed

throughput

integer

False

Provisioned throughput

Error

Status: Default, Default response

Definitions

See Definitions

Capacity

Name Type Required Description

size

number

True

Size

unit

string

True

Unit

RaidInfoForEvAggregate

Name Type Required Description

diskSize

Capacity

True

numOfDisks

integer

True

Number of new disks needed for the RAID group

ElasticVolumeQuoteInfo

Name Type Required Description

addedCapacityToExistingEvDisks

Capacity

False

newRaidForEvInfo

array[RaidInfoForEvAggregate]

False

New RAID information

totalCapacityToAdd

Capacity

False

totalEvDisks

integer

False

minimumCoolingDays

Cooling Days