Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-10-26 22:52:04
You can call this operation to renew the specified EBS volume. You can renew only formal EBS volumes that operate properly and use the Monthly billing mode.
Parameter | Type | Required | Description |
---|---|---|---|
VolumeId | String | Yes | The ID of the EBS volume to be renewed in a KEC instance. The EBS volume and the KEC instance must reside in the same availability zone. The ID must be 36 characters in length and can contain letters, digits, hyphens (-), and underscores (_). |
PurchaseTime | Integer | Yes | The number of months for which the EBS volume is to be renewed. |
Parameter | Type | Description |
---|---|---|
RequestId | String | The request ID, which is unique. A request ID is returned for each request. |
PaidMoney | Integer | The renewal fee. |
Request parameters
http://ebs.api.ksyun.com/
?Action=RenewVolume
&Version=2016-03-04
&VolumeId=b01cbcb3-04dd-40c8-bfbb-dc990d54ee68
&PurchaseTime=2
Response parameters
{
"RequestId": "6e2682a1-5968-42f5-80e5-284aae218df0",
"PaidMoney": 8
}
Pure Mode