You need to enable JavaScript to run this app.
导航

PurchaseReservedInstances

最近更新时间2024.04.16 14:15:07

首次发布时间2023.11.21 10:21:45

调用 PurchaseReservedInstances 接口购买一张预留实例券。

说明

有关预留实例券的更多介绍,请参见预留实例券概述

请求参数

名称类型是否必填示例值描述

Action

String

PurchaseReservedInstances

要执行的操作,取值:PurchaseReservedInstances。

VersionString2020-04-01API的版本,取值:2020-04-01。

Scope

String

ZonalRI

预留实例券的类型,取值:

  • ZonalRI(默认):可用区级预留实例券。

  • RegionalRI:地域级预留实例券。地域级预留实例券正在邀测中,如需试用,请联系客户经理申请。

ZoneId

String

cn-beijing-a

可用区级预留实例券所在的可用区ID。
您可以调用 DescribeZones 查询一个地域下的可用区信息。

说明

Scope取值为ZonalRI时,必须传入该参数。

RegionId

String

cn-beijing

预留实例券所属的地域ID。
您可以调用 DescribeRegions 接口查看地域ID。

说明

Scope取值为RegionalRI时,必须传入该参数。

ReservedInstanceName

String

reserved-instance-test

预留实例券的名称,取值:

  • 不能以数字、中划线、下划线开头。

  • 只能包含中文、字母、数字、下划线“_”和中划线“-”。

  • 长度限制为1~128个字符。

  • 暂不支持特殊字符。

InstanceCount

Integer

1

预留实例券可以抵扣和预留的按量计费实例数量。取值范围:1~100;传入0时或者不传,会默认为1。
例如,实例规格设置为ecs.ecs.g3i.large,实例数量设置为2,该预留实例券就可以同时匹配2台规格为ecs.ecs.g3i.large的按量计费实例。

InstanceTypeId

String

ecs.g3i.large

预留实例券可以抵扣和预留的实例规格。

说明

支持购买预留实例券的实例规格请参见购买预留实例券

Period

Integer

12

预留实例券的购买时长(月)。

  • 取值:1、2、3、4、5、6、7、8、9、12、24、36

  • 默认值:1

PeriodUnitStringMonth购买预留实例券的时长单位,取值:Month。

AutoRenew

Boolean

true

预留实例券到期后是否自动续费,取值:

  • true:自动续费

  • false(默认):不自动续费

AutoRenewPeriod

Integer

1

每次自动续费的时长。

  • 仅当参数AutoRenew取值为true时,该参数有效,默认值为1。

  • PeriodUnit取值为Month时,AutoRenewPeriod取值为1、2、3、6、12。

ProjectName

String

project_a

资源所属项目,一个资源只能归属于一个项目。

  • 只能包含字母、数字、下划线“_”、点“.”和中划线“-”。

  • 长度限制在64个字符以内。

Tags.N.Key

String

Tags.1.Key=k1&Tags.2.Key=k2

用户标签的标签键。

  • 参数 - N:表示标签键的序号,取值范围:1~20。

  • 多个标签键之间用&分隔。

命名规则如下:

  • 不能以volc:sys:的任意大小写组合开头。

  • 只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。

  • 长度限制在1~128个字符之间。

说明

同一资源的标签键不允许重复。

Tags.N.Value

String

Tags.1.Value=v1&Tags.2.Value=v2

用户标签的标签值。

  • 参数 - N:表示标签值的序号,取值范围:1~20。

  • 多个标签值之间用&分隔。

命名规则如下:

  • 只能包含语言字符、数字、空格和英文符号“_”、“.”、“:”、“/”、“=”、“+”、“-”、“@”。

  • 允许为空,长度限制在0~256个字符之间。

说明

如果传入该参数,则必须先传入Tags.N.Key

ClientToken

String

333456899ff****

保证请求幂等性。由客户端自动生成一个参数值,确保不同请求间该参数值唯一,避免当调用API超时或服务器内部错误时,客户端多次重试导致重复性操作。
取值:仅支持ASCII字符,且不能超过64个字符。

HpcClusterId

String

hpcCluster-1

购买高性能计算GPU型实例的预留实例券时,需指定高性能计算集群ID。

说明

如需购买GPU型的预留实例券,请联系客户经理申请。

返回数据

名称类型示例值描述
ReservedInstanceIdStringecsri-ycq8kgnlxrb5oxt0****预留实例券ID。

请求示例

GET /?Action=PurchaseReservedInstances&Version=2020-04-01&RegionId=cn-beijing&ZoneId=cn-beijing-a&ReservedInstanceName=reserved-instance-test&InstanceTypeId=ecs.g3i.large HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
ServiceName: ecs

返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021062415303301022514515207C4****",
        "Action": "PurchaseReservedInstances",
        "Version": "2020-04-01",
        "Service": "ecs",
        "Region": "cn-beijing"
    },
    "Result": {
        "ReservedInstanceId": "ecsri-ycq8kgnlxrb5oxt0****"
    }
}

错误码

HttpCode错误码错误信息描述
400InvalidCount.MalformedThe specified count is malformed.指定的参数Count不合法。

400

InvalidInstanceTypeForCreateReservedInstance.Unsupported

The specified InstanceType does not support creation of reserved instances.

指定的实例规格不支持创建预留实例券。

400

InvalidPeriod

The specified period is not valid.

指定的计费周期个数不合法。

400InvalidPeriodUnitThe specified PeriodUnit is not valid, is unsupported, or cannot be used.指定的计费周期不合法。
400InvalidReservedInstanceName.MalformedThe specified ReservedInstanceName is malformed.指定的ReservedInstanceName不合法。
400InvalidScope.MalformedThe specified Scope is malformed.指定的预留实例券类型不合法。

400

InvalidTagKey.Malformed

The specified TagKey is malformed.

指定的标签键不合法。

400InvalidTagValue.MalformedThe specified TagValue is malformed.指定的标签值不合法。

400

LimitExceeded.MaximumTags

You've reached the limit on the number of tags that you can create.

指定的标签数量超过最大限制。

400LimitExceeded.MinimumInstanceCountThe number of specified InstanceCount exceeds the minimum limit.指定的InstanceCount超过最小限制。

400

LimitExceeded.ReservedCapacitySize

The specified reserved capacity size exceeds the limit.

指定的预留存储容量大小(GiB)超出限制。

400

MissingParameter.InstanceTypeId

The required parameter InstanceTypeId is not supplied.

实例规格ID不能为空。

400MissingParameter.ReservedInstanceNameThe required parameter ReservedInstanceName is not supplied.参数ReservedInstanceName不能为空。

400

MissingParameter.ZoneId

The required parameter ZoneId is not supplied.

可用区ID不能为空。

400

QuotaExceeded.MaximumReservedInstanceCpus

You've reached the limit on the number of reserved instance CPU that you can create, please submit ticket to request an increase in quota.

预留实例CPU配额不足,请提工单申请提高配额。

400

QuotaExceeded.MaximumReservedInstanceTypeInstances

You've reached the limit on the number of reserved instance type instances that you can create, please submit ticket to request an increase in quota.

预留规格实例数量配额不足,请提工单申请提高配额。

400

QuotaExceeded.MaximumReservedInstances

You've reached the limit on the number of reserved instances that you can create, please submit ticket to request an increase in quota.

预留实例数量配额不足,请提工单申请提高配额。

404InvalidHpcCluster.NotFoundThe specified HpcCluster does not exist.指定的高性能集群不存在。
404InvalidInstanceType.NotFoundThe specified InstanceType does not exist.指定的实例规格不存在。
404InvalidProject.NotFoundThe specified Project does not exist.指定的Project不存在。
404InvalidRegion.NotFoundThe specified region does not exist.指定的Region不存在。
404InvalidZone.NotFoundThe specified zone does not exist.指定的可用区不存在。
409InvalidTagKey.ConflictThe specified TagKey already exists.指定的标签键已存在。
500Insufficient.InstanceCapacityThere is not enough capacity to fulfill your request.当前资源不足,请稍后重试或选择其它实例规格。
500InternalErrorAn internal error has occurred.内部错误,请重试。如果多次尝试失败,请提交工单。
500Insufficient.VolumePoolCapacityThere is not enough capacity to fulfill your request.当前存储池容量不足。