调用CreateCapacityReservation创建容量预定服务。

接口说明

您可以通过容量预定服务,指定可用区、实例规格等属性,系统会以私有池的方式预留属性相匹配的资源。更多信息,请参见立即生效容量预定概述

  • 目前服务仅支持立即生效模式。购买立即生效容量预定服务后,实例规格即开始遵循按量付费标准计费,不论是否实际创建了按量付费实例,直至您自行手动释放或到期系统自动释放立即生效容量预订。
    • 您可以通过CreateInstanceRunInstances创建实例时设置私有池容量选项,或者通过ModifyInstanceAttachmentAttributes修改实例的私有池容量选项。实例成功匹配私有池容量后,将根据您的实例配置收取实例规格、云盘、公网带宽等相关资源费用。
    • 未实际创建按量付费实例时,仅收取实例规格的费用。
  • 立即生效容量预定的匹配的实例和未使用的容量账单支持通过节省计划、地域级预留实例券抵扣小时账单,不支持通过可用区级预留实例券抵扣小时账单。推荐您先购买预留实例券或节省计划,在预留实例券或节省计划的覆盖下使用立即生效容量预定服务,可以免费获取资源的确定性保障。
说明 调用API方式仅支持创建立即生效容量预定。通过ECS控制台可以创建立即生效容量预定或指定时间生效容量预定,更多信息,请参见资源预定服务

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateCapacityReservation

系统规定参数。取值:CreateCapacityReservation

RegionId String cn-hangzhou

容量预定服务所属地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。

ResourceGroupId String rg-bp67acfmxazb4p****

容量预定服务所在的企业资源组ID。

Tag.N.Key String TestKey

容量预定服务的标签键。N的取值范围:1~20。一旦传入该值,则不允许为空字符串。最多支持128个字符,不能以aliyunacs:开头,不能包含http://或者https://

Tag.N.Value String TestValue

容量预定服务的标签值。N的取值范围:1~20。一旦传入该值,允许为空字符串。最多支持128个字符,不能以acs:开头,不能包含http://或者https://

ClientToken String 0c593ea1-3bea-11e9-b96b-88e9fe637760

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多信息,请参见如何保证幂等性

PrivatePoolOptions.Name String crpTestName

容量预定服务的名称。长度为2~128个英文或中文字符。必须以大小写字母或中文开头,不能以http://https://开头。可以包含数字、半角冒号(:)、下划线(_)或者短划线(-)。

Description String This is description.

容量预定服务的描述信息。长度为2~256个英文或中文字符,不能以http://https://开头。

默认值:空

PrivatePoolOptions.MatchCriteria String Open

容量预定服务生效后生成的私有资源池的类型。取值范围:

  • Open:开放模式。
  • Target:专用模式。

默认值:Open

InstanceAmount Integer 2

在一个实例规格内,需要预留的实例的总数量。

InstanceType String ecs.g6.xlarge

实例规格。目前仅支持为一个实例规格设置容量预定服务。您可以调用DescribeInstanceTypes查询云服务器ECS提供的实例规格信息。

StartTime String 2021-10-30T05:32:00Z

容量预定服务的生效方式。目前调用API的方式仅支持设置为立即生效。

说明 该参数不传值即表示设置为立即生效。
EndTime String 2021-10-30T06:32:00Z

容量预定服务的失效时间。时间格式以ISO8601为标准,并需要使用UTC +0时间,格式为yyyy-MM-ddTHH:mm:ssZ。更多信息,请参见ISO 8601

EndTimeType String Unlimited

容量预定服务的失效方式。取值范围:

  • Limited:指定时间释放。必须同时指定EndTime参数。
  • Unlimited:手动释放。不限制时间。
Platform String Linux

实例使用的镜像的操作系统类型。该参数与地域级预留实例券的Platform参数对应。如果容量预定服务和地域级预留实例券的操作系统类型相匹配,则可以使用地域级预留实例券来抵扣容量预定服务中的未使用容量的账单。取值范围:

  • Windows:Windows Server类型的操作系统。
  • Linux:Linux及类Unix类型的操作系统。

默认值:Linux

说明 该参数暂未开放使用。
ZoneId.N String cn-hangzhou-h

容量预定服务所属地域下的可用区ID。目前仅支持在一个可用区下创建容量预定服务。

返回数据

名称 类型 示例值 描述
PrivatePoolOptionsId String crp-bp67acfmxazb4****

容量预定服务ID。

RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

请求ID。

示例

请求示例

http(s)://ecs.aliyuncs.com/?Action=CreateCapacityReservation
&RegionId=cn-hangzhou
&InstanceType=ecs.g6.xlarge
&InstanceAmount=2
&ZoneId.1=cn-hangzhou-h
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateCapacityReservationResponse>
    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>
    <PrivatePoolOptionsId>crp-bp67acfmxazb4****</PrivatePoolOptionsId>
</CreateCapacityReservationResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
  "PrivatePoolOptionsId" : "crp-bp67acfmxazb4****"
}

错误码

HttpCode 错误码 错误信息 描述
400 OperationDenied The specified InstanceType or Zone is not available or not authorized. 指定的实例规格或可用区不可用或者未授权。
400 MissingParameter.RegionId The specified RegionId should not be null. RegionId是必选参数。
400 InvalidStartTime.NotSupported The specified StartTime should be within 180 calendar days from the current date, and you must specify a precision to hour. 指定的 StartTime 参数不在有效取值范围内。
400 InvalidStartTime.MalFormed The specified StartTime is out of the permitted range. 指定的 StartTime 参数超出了最大有效取值。
400 DedicatedHostNotSupported DedicatedHost is not supported for PrivatePool. 私有池不支持专有宿主机。
400 SpotNotSupported Spot is not supported for PrivatePool. 私有池不支持抢占式实例。
400 ClassicNetworkNotSupported Classic network is not supported for PrivatePool. 私有池不支持经典网络类型实例。
400 Invalid.InstanceId Instance does not exist. 实例不存在。
400 Invalid.PrivatePoolOptions.MatchCriteria Target mode does not support this operation. Target模式不支持本次操作。
400 MissingParameter.PrivatePoolOptions.Id The specified PrivatePoolOptions.Id should not be null. PrivatePoolOptions.Id 参数不能为空。
400 Invalid.PrivatePoolOptions.Id The PrivatePool does not exist. 私有池不存在。
400 Invalid.InstanceType The InstanceType does not match the PrivatePool. 实例类型与私有池不匹配。
400 Invalid.InstanceChargeType The InstanceChargeType does not match the PrivatePool. 实例计费类型与私有池不匹配。
400 Invalid.ZoneId The ZoneId does not match the PrivatePool. 可用区与私有池不匹配。
400 Invalid.PrivatePoolOptions.MatchCriteria The PrivatePoolOptions.MatchCriteria does not match the PrivatePool. 指定的PrivatePoolOptions.MatchCriteria参数与私有池不匹配。
400 InvalidPlatform.ValueNotSupported The Platform does not match the PrivatePool. 指定的Platform参数与私有池不匹配。
400 InvalidAliUid The PrivatePool does not belong to the user of the Instance. 私有池不属于创建实例的用户。
400 Invalid.InstanceId The Instance dose not attached to a PrivatePool. 实例未与私有池匹配。
400 Invalid.TooManyPrivatePoolOptions.Ids Too many PrivatePoolOptions.Ids in this request. PrivatePoolOptions.Ids参数超过上限。
400 Invalid.TooManyZoneIds Too many ZoneIds in the request. ZoneIds参数超过上限。
400 Invalid.TooManyInstanceTypes Too many InstanceTypes in the request. InstanceTypes参数超过上限。
400 Invalid.TooManyUnpaidPrivatePool Too many PrivatePools create but still unpaid. 多个私有池未支付。
400 Invalid.InstanceCpuCoreCountOrInstanceAmount Both InstanceCpuCoreCount and InstanceAmount are provided. InstanceCpuCoreCount和InstanceAmount两个参数不需要同时提供。
400 Invalid.PrivatePool.Purchase The PrivatePool has already paid. 私有池已经支付。
400 Invalid.AssuranceTimes.NotSupported The value of AssuranceTimes is not supported. AssuranceTimes参数值不支持。
400 RepeatStartPrivatePool PrivatePool has already been started. 私有池已经启动。
400 AccountForbidden.ProductCreationLimited The commodity must be officially operated by Aliyun and in pay-as-you-go billing method. 集团上云客户只能购买按量付费的 ECS,且不能购买第三方的商品比如由镜像市场提供的镜像。请检查参数,传入符合条件的参数重试。
400 PriceNotFound The price of your queried resource is not available now, please try other resources. 未找到价格,请修改相应的参数值重试。
403 Zone.NotOpen The specified zone is not granted to you to buy resources yet. 用户未被授权购买指定的可用区的资源。
403 OperationDenied.NoStock The resource is out of stock in the specified zone. Please try other types, or choose other regions and zones. 指定的资源在指定可用区中无货。请尝试其他类型,或选择其他可用区和地域。
403 InvalidInstanceType.NotSupported The specified InstanceType is invalid. 指定的参数“InstanceType”无效。
403 Zone.NotOnSale The specified zone is not available for purchase. 指定可用区已经售罄,请您更换实例规格或者更换地域创建。
404 InvalidZoneId.NotFound The specified zoneId does not exist. 指定的可用区 ID 不存在。
404 InvalidResourceGroup.NotFound The ResourceGroup provided does not exist in our records. 资源组并不在记录中。
500 InternalError The request processing has failed due to some unknown error, exception or failure. 内部错误,请重试。
500 InternalError The request processing has failed due to some unknown error. 内部错误,请重试。

访问错误中心查看更多错误码。