调用ModifyVolumeExtraPerformance接口为云盘配置额外性能或修改额外性能属性。
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyVolumeExtraPerformance | 要执行的操作,取值:ModifyVolumeExtraPerformance。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
VolumeId | String | 是 | vol-cmq1cd6ezvhcitve**** | 待创建或修改额外性能的所属云盘ID。 |
ExtraPerformanceTypeId | String | 是 | IOPS | 额外性能的类型,不同的云盘,取值不同,说明如下:
|
ExtraPerformanceIOPS | Integer | 否 | 100 | 额外IOPS性能大小,单位为次/秒,各个类型的额外性能取值范围如下:
|
ExtraPerformanceThroughputMB | Integer | 否 | 100 | 额外吞吐性能大小,单位为MB/s。 说明
|
参数 | 类型 | 示例值 | 说明 |
---|---|---|---|
OrderNumber | String | Order722545967890640**** | 订单号。 说明 返回订单号,说明创建或修改额外性能正在处理中。您可以使用DescribeVolumes查看创建或修改性能是否成功。 |
GET /?Action=ModifyVolumeExtraPerformance&Version=2020-04-01&VolumeId=vol-cmq1cd6ezvhcitve****&ExtraPerformanceTypeId=IOPS&ExtraPerformanceIOPS=10 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: storage_ebs
{ "ResponseMetadata": { "RequestId": "20210702183508010225243153072A****", "Action": "ModifyVolumeExtraPerformance", "Version": "2020-04-01", "Service": "storage_ebs", "Region": "cn-beijing" }, "Result": { "OrderNumber": "Order722545967890640****" } }
HttpCode | 错误码 | 错误信息 |
---|---|---|
400 | InvalidExtraPerformanceType | 错误的额外性能类型。 |
400 | InvalidExtraPerformanceValue | 错误的额外IOPS或者吞吐量的值。 |
400 | InvalidVolumeTypeForExtraPerformance | 该云盘类型不支持创建额外性能。 |
400 | InvalidVolumeKindForExtraPerformance | 系统盘不支持创建额外性能。 |
400 | InvalidVolumeSizeForExtraPerformance | 该云盘容量不支持创建额外性能。 |
400 | InvalidVolumeStatusForExtraPerformance | 该云盘状态不支持创建额外性能。 |
400 | ExtraPerformanceNotAvailableForVolume | 当前云盘的额外性能功能不可用,请联系管理员。 |