调用ExpandCacheDisk接口可以扩容缓存盘。
接口说明
调用该接口时,您需要注意:
-
请确保在使用该接口前,已充分了解云存储网关产品的收费方式和价格。
- 请确认您已创建缓存盘,并通过接口返回的购买链接进行购买,完成缓存盘的扩容。
- 基础型网关扩容缓存盘上限为4 TB,标准型网关扩容缓存盘上限为8 TB,增强型和性能型网关扩容缓存盘上限为32 TB。
- 文件网关缓存盘扩容下限为40 GB,块网关缓存盘扩容下限为20 GB。
- 云存储网关支持扩容缓存盘,但不支持缩减缓存盘。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | ExpandCacheDisk | 系统规定参数。取值:ExpandCacheDisk。 |
GatewayId | String | 是 | gw-000eg44nmxbsfwbvq*** | 网关ID。 |
NewSizeInGB | Integer | 是 | 101 | 扩容后的缓存容量。单位为GB。扩容要求如下:
|
LocalFilePath | String | 是 | /dev/vdb | 缓存盘内部设备名。您可以通过DescribeGatewayCaches接口获得缓存盘内部设备名。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
BuyURL | String | https://common-buy.aliyun.com/?commodityCode=hcs_sgw_csg_pre&request={"gateway_id":"gw-0007va9bnidei3s8a***”,”directBuy":"false","gateway_class":"standard","cache_cloud_efficiency_size":0}®ionId=cn-hangzhou#/buy | 缓存盘为预付费情况下的购买支付链接。 |
TaskId | String | t-000eg44nmxbsh3qk3*** | 任务ID。 |
RequestId | String | F8B59F29-453D-49BF-8673-EEB8F9F2D5C6 | 请求ID。 |
Message | String | successful | 请求结果描述。 |
Code | String | 200 | 状态码。状态码为200表示请求成功。 |
Success | Boolean | true | 请求是否成功。可取值如下:
|
示例
请求示例
http(s)://[Endpoint]/?Action=ExpandCacheDisk
&GatewayId=gw-000eg44nmxbsfwbvq***
&NewSizeInGB=101
&LocalFilePath=/dev/vdb
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<ExpandCacheDiskResponse>
<BuyURL>https://common-buy.aliyun.com/?commodityCode=hcs_sgw_csg_pre&request={"gateway_id":"gw-0007va9bnidei3s8a***”,”directBuy":"false","gateway_class":"standard","cache_cloud_efficiency_size":0}&regionId=cn-hangzhou#/buy</BuyURL>
<TaskId>t-000eg44nmxbsh3qk3***</TaskId>
<RequestId>F8B59F29-453D-49BF-8673-EEB8F9F2D5C6</RequestId>
<Message>successful</Message>
<Code>200</Code>
<Success>true</Success>
</ExpandCacheDiskResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"BuyURL" : "https://common-buy.aliyun.com/?commodityCode=hcs_sgw_csg_pre&request={\"gateway_id\":\"gw-0007va9bnidei3s8a***”,”directBuy\":\"false\",\"gateway_class\":\"standard\",\"cache_cloud_efficiency_size\":0}®ionId=cn-hangzhou#/buy",
"TaskId" : "t-000eg44nmxbsh3qk3***",
"RequestId" : "F8B59F29-453D-49BF-8673-EEB8F9F2D5C6",
"Message" : "successful",
"Code" : "200",
"Success" : true
}
错误码
HttpCode |
错误码 |
错误信息 |
描述 |
400 | EmptyGatewayId | You must enter a valid ID for the gateway. | 网关ID不能为空。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
400 | GatewayOperationNotAllowed | You cannot perform the operation when the gateway is in the current state. | 网关当前状态不允许执行该操作。 |
400 | GatewayInOperation | The gateway is processing requests . Try again later. | 网关正在进行操作中,请稍后再试。 |
400 | BadRequest | Invalid request. You must specify valid parameters in the request. | 非法请求,请检查请求参数。 |
400 | CacheNotExist | The specified cache disk does not exist. You must specify a valid parameter. | 缓存盘不存在,请确认输入参数是否正确。 |
400 | EmptyLocalFilePath | You must enter an local file path for the cache disk. | 缓存盘内部设备名不能为空。 |
400 | InvalidNewSizeInGB | The scale-up size that you specified for the cache disk is invalid. You must specify a valid size. | 无效的扩容缓存容量值,请确认输入参数是否正确。 |
400 | CacheSizeLimit | The maximum size of cache disks for the gateway is 32 TB. | 网关缓存盘大小上限32 TB。 |
400 | CacheSizeLimitForBasic | The specified scale-up size exceeds the maximum limit. The maximum scale-up size of cache disks for a Basic gateway is 4 TB. | 扩容量超过最大缓存盘上限,基础型网关缓存盘上限为4 TB。 |
400 | CacheSizeLimitForStandard | The specified scale-up size exceeds the maximum limit. The maximum scale-up size of cache disks for a Standard gateway is 8 TB. | 扩容量超过最大缓存盘上限,标准型网关缓存盘上限为8 TB。 |
访问错误中心查看更多错误码。
文档内容是否对您有帮助?