Skip to main content

Update the underlying volume tier

POST /gcp/vsa/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

numOfDisks

integer

True

Number of new disks needed

newAggregate

boolean

True

Indicates if it is a newly created aggregate

newDiskTypeName

string

True

New disk type name

newCapacityTier

string

False

New capacity tier

iops

integer

False

Provisioned IOPS

throughput

integer

False

Provisioned throughput

newTieringPolicy

string

False

New tiering policy

evCapacityApprovedToAdd

ElasticVolumeQuoteInfo

False

minimumCoolingDays

minimumCoolingDays

False

Cooling Days

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

numOfDisks

integer

True

Number of new disks needed for the RAID group

diskSize

Capacity

True

ElasticVolumeQuoteInfo

Name Type Required Description

totalCapacityToAdd

Capacity

False

addedCapacityToExistingEvDisks

Capacity

False

newRaidForEvInfo

array[RaidInfoForEvAggregate]

False

New RAID information

totalEvDisks

integer

False

minimumCoolingDays

Cooling Days