Home > Operation and Maintenance > Linux Operation and Maintenance > How to renew a prepaid instance easily and quickly

How to renew a prepaid instance easily and quickly

坏嘻嘻
Release: 2018-09-20 14:49:24
Original
1991 people have browsed it

The content of this article is about how to renew a prepaid instance easily and quickly. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

RenewInstance

Renew a prepaid instance.

Description

When calling this interface, you need to pay attention:

This interface only supports renewal of annual and monthly ECS instances. .

Except for 0 discount accounts, when making payment, the coupons available under your account will be used first by default.

Your account must support account balance payment or credit payment.

Request parameters

How to renew a prepaid instance easily and quickly

##Return parameters

are all public return parameters. See Public Parameters

Example

Request Example

https://ecs.aliyuncs.com/?Action=RenewInstance
&InstanceId=i-instance1
&Period=1
&<公共请求参数>
Copy after login

Return Example

XML format

<ModifyInstanceSpecResponse>
    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
</ModifyInstanceSpecResponse>
Copy after login

JSON format

{
    "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Copy after login

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center.

How to renew a prepaid instance easily and quickly

The above is the detailed content of How to renew a prepaid instance easily and quickly. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template