本接口用于查询指定资源的最新价格,支持根据资源类型查询ECS实例、云盘、专有宿主机、弹性保障服务、容量预定服务的最新价格,包括活动规则、价格、折扣等信息。
接口说明
查询不同类型资源的价格时,参数设置也有所不同:
ResourceType=instance时,必须同时指定参数InstanceType。 默认查询付费方式(ChargeType)为按量付费(PostPaid)的价格,您可以通过指定PriceUnit参数查询云服务器 ECS 不同计费周期的价格。ResourceType=disk时,必须同时指定参数DataDisk.1.Category和DataDisk.1.Size。查询disk资源的价格时,只返回云盘按量付费的价格,即参数PriceUnit只能取值为Hour。ResourceType=diskperformance时,必须同时指定参数DataDisk.1.Category和DataDisk.1.ProvisionedIops。ResourceType=ddh时,您必须同时指定参数DedicatedHostType。ResourceType=ElasticityAssurance时,必须同时指定参数InstanceType。ResourceType=CapacityReservation时,必须同时指定参数InstanceType。ResourceType=bandwidth时,只返回按流量计费(PayByTraffic)的价格。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
ecs:DescribePrice |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。 |
cn-hangzhou |
| ResourceType |
string |
否 |
目标资源的类型。取值范围:
默认值:instance。 |
instance |
| ImageId |
string |
否 |
仅当参数 ResourceType 的值为 instance 时,该参数生效。 镜像 ID,表示启动实例时希望装载的运行环境。您可以调用 DescribeImages 查询您可用的镜像资源。如果不指定,默认查询 Linux 系统镜像的价格。 |
centos_7_05_64_20G_alibase_20181212.vhd |
| InstanceType |
string |
否 |
实例的资源规格。参数 |
ecs.g6.large |
| DedicatedHostType |
string |
否 |
专有宿主机的规格。您可以调用 DescribeDedicatedHostTypes 接口获得最新的专有宿主机规格表。 |
ddh.c5 |
| IoOptimized |
string |
否 |
查询的实例是否为 I/O 优化实例。取值范围:
当 InstanceType 为系列 I的规格时,默认值为 none。 当 InstanceType 为非系列 I的规格时,默认值为 optimized。 |
optimized |
| InstanceNetworkType |
string |
否 |
实例的网络类型。取值范围:
默认值:vpc。 |
vpc |
| InternetChargeType |
string |
否 |
网络带宽计费方式。取值范围:
默认值:PayByTraffic。 |
PayByTraffic |
| InternetMaxBandwidthOut |
integer |
否 |
公网出带宽最大值,单位为 Mbit/s(Megabit per second)。取值范围:0~100。 默认值:0。 |
5 |
| SystemDisk.Category |
string |
否 |
系统盘的云盘种类。查询系统盘价格时,必须同时指定
参数默认值说明:
|
cloud_ssd |
| SystemDisk.Size |
integer |
否 |
系统盘大小,单位为 GiB。取值范围:
默认值:max{20, 参数 ImageId 对应的镜像大小}。 |
80 |
| SystemDisk.PerformanceLevel |
string |
否 |
系统盘类型为 ESSD 云盘时,区分性能等级。仅当 PL0。 PL1(默认)。 PL2。 PL3。 |
PL1 |
| DataDisk.1.Size |
integer |
否 |
数据盘容量。 为提高扩展性,建议您使用 |
2000 |
| DataDisk.1.Category |
string |
否 |
磁盘类型。 为提高扩展性,建议您使用 枚举值:
|
cloud_ssd |
| DataDisk.1.PerformanceLevel |
string |
否 |
数据盘的性能等级。 为提高扩展性,建议您使用 |
PL1 |
| DataDisk.2.Size |
integer |
否 |
数据盘容量。 为提高扩展性,建议您使用 |
200 |
| DataDisk.2.Category |
string |
否 |
磁盘类型。 为提高扩展性,建议您使用 枚举值:
|
cloud_ssd |
| DataDisk.2.PerformanceLevel |
string |
否 |
数据盘的性能等级 为提高扩展性,建议您使用 |
PL1 |
| DataDisk.3.Size |
integer |
否 |
数据盘容量。 为提高扩展性,建议您使用 |
2000 |
| DataDisk.3.Category |
string |
否 |
磁盘类型。 为提高扩展性,建议您使用 枚举值:
|
cloud_ssd |
| DataDisk.3.PerformanceLevel |
string |
否 |
数据盘的性能等级。 为提高扩展性,建议您使用 |
PL1 |
| DataDisk.4.Size |
integer |
否 |
数据盘容量。 为提高扩展性,建议您使用 |
2000 |
| DataDisk.4.Category |
string |
否 |
磁盘类型。 为提高扩展性,建议您使用 枚举值:
|
cloud_ssd |
| DataDisk.4.PerformanceLevel |
string |
否 |
数据盘的性能等级。 为提高扩展性,建议您使用 |
PL1 |
| Period |
integer |
否 |
云服务器 ECS 的计费时长。取值范围:
默认值:1。 |
1 |
| PriceUnit |
string |
否 |
查询云服务器 ECS 不同计费周期的价格。取值范围:
|
Year |
| Amount |
integer |
否 |
查询批量购买某种配置的云服务器 ECS 的价格。取值范围:1~1000。 默认值:1。 |
1 |
| OfferingType |
string |
否 |
预留实例券的付款类型。取值范围:
|
All Upfront |
| InstanceAmount |
integer |
否 |
在一个实例规格内,需要预留的实例的总数量。 取值范围:1~1000。 |
100 |
| Scope |
string |
否 |
预留实例券的范围。取值范围:
默认值:Region。 |
Zone |
| Platform |
string |
否 |
实例使用的镜像的操作系统类型。取值范围:
|
Linux |
| Capacity |
integer |
否 |
容量大小,单位为 GiB。 |
1024 |
| AssuranceTimes |
string |
否 |
弹性保障的总次数。取值:Unlimited,目前仅支持在服务生效期内的无限次模式。 默认值:Unlimited。 |
Unlimited |
| InstanceCpuCoreCount |
integer |
否 |
弹性保障内支持实例的 vCPU 总数量。调用 API 时系统会根据用户指定的 InstanceType 换算出需要弹性保证内支持实例的数量(向上取整)。 说明
当调用 API 查询弹性保障价格时,参数 InstanceCoreCpuCount 和 InstanceAmount 只能指定其中一个。 |
1024 |
| Isp |
string |
否 |
互联网服务运营商,取值范围:
|
cmcc |
| InstanceTypeList |
array |
否 |
实例规格。目前仅支持无限次保障服务设置单个实例规格。 |
ecs.g6.xlarge |
|
string |
否 |
实例规格。目前仅支持无限次保障服务设置单个实例规格。 |
ecs.c6.xlarge |
|
| SpotStrategy |
string |
否 |
按量付费实例的抢占策略。取值范围:
默认值:NoSpot。 说明
当 |
NoSpot |
| SpotDuration |
integer |
否 |
抢占式实例的保留时长,单位为小时。 默认值:1。取值范围:
实例回收前 5 分钟阿里云会通过 ECS 系统事件向您发送通知。抢占式实例按秒计费,建议您结合具体任务执行耗时来选择合适的保留时长。 说明
当 SpotStrategy 值为 SpotWithPriceLimit 或 SpotAsPriceGo 时该参数生效。 |
1 |
| ZoneId |
string |
否 |
可用区 ID。 说明
抢占式实例不同可用区价格可能不同,查询抢占式实例价格时,建议传入 ZoneId 查询指定可用区的抢占式实例价格。 |
cn-hagzhou-i |
| DataDisk |
array<object> |
否 |
数据盘列表集合。 |
|
|
object |
否 |
数据盘列表集合。 |
||
| Category |
string |
否 |
第 N 块数据盘的云盘种类。取值范围:
N 的取值范围:1~16。 |
cloud_ssd |
| Size |
integer |
否 |
第 N 块数据盘的容量大小,内存单位为 GiB。取值范围:
N 的取值范围:1~16。 |
2000 |
| PerformanceLevel |
string |
否 |
第 N 块数据盘类型为 ESSD 云盘时,区分性能等级。仅当
N 的取值范围:1~16。 |
PL1 |
| ProvisionedIops |
integer |
否 |
ESSD AutoPL 云盘预配置的读写 IOPS。可能值:0~min{50,000, 1000*容量-基准性能}。 基准性能=min{1,800+50*容量, 50000}。 说明
当 |
40000 |
| SchedulerOptions.DedicatedHostId |
string |
否 |
仅当参数 ResourceType 的值为 instance 时,该参数生效。 专有宿主机 ID。您可以通过DescribeDedicatedHosts 查询专有宿主机 ID 列表。 |
dh-bp67acfmxazb4p**** |
| StartTime |
string |
否 |
分时弹性保障服务生效时间。时间格式以 ISO 8601 为标准,需要使用 UTC +0 时间,格式为 yyyy-MM-ddTHH:mm:ssZ。更多信息,请参见ISO 8601。 |
2020-10-30T06:32:00Z |
| RecurrenceRules |
array<object> |
否 |
弹性保障-分时保障重复规则列表。 说明
弹性保障-分时保障功能当前仅对部分地域和用户开放,若您有使用需求,请提交工单。 |
|
|
object |
否 |
弹性保障-分时保障重复规则。 说明
|
||
| StartHour |
integer |
否 |
分时保障生效时间,取值必须为整点。 说明
同时指定 StartHour 和 EndHour,且两者至少需要相差 4 小时。 |
4 |
| RecurrenceType |
string |
否 |
重复规则的策略类型。取值范围:
说明
必须同时指定 |
Daily |
| EndHour |
integer |
否 |
分时保障结束时间,取值必须为整点。 |
10 |
| RecurrenceValue |
string |
否 |
重复规则执行数值。
说明
必须同时指定 |
5 |
| SchedulerOptions.DeploymentSetStrategy |
string |
否 |
部署集策略。取值范围:
说明
仅当策略设置为 ProximityLooseDispersion 时,API 响应中会包含 "Resource": "deploymentSet" 对应的价格详情。其他部署集策略免费,故 API 响应中不会包含"Resource": "deploymentSet" 的价格信息。 |
ProximityLooseDispersion |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
请求 ID。 |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| PriceInfo |
object |
价格信息类型(Price),包括价格和优惠规则。 |
|
| Rules |
object |
||
| Rule |
array<object> |
活动规则。 |
|
|
object |
|||
| Description |
string |
活动规则描述。 |
买满1年,立享官网价格8.5折优惠。 |
| RuleId |
integer |
活动规则 ID。 |
587 |
| Price |
object |
价格。 |
|
| OriginalPrice |
number |
原价。 |
4368 |
| ReservedInstanceHourPrice |
number |
0 预付或部分预付的预留实例券的小时价。 |
1 |
| DiscountPrice |
number |
折扣。 |
655.2 |
| Currency |
string |
货币单位。 中国站:CNY。 国际站:USD。 |
CNY |
| TradePrice |
number |
最终价,为原价减去折扣。 |
3712.8 |
| DetailInfos |
object |
||
| DetailInfo |
array<object> |
配置明细价格信息。 说明
仅当 ResourceType = instance 时返回。 |
|
|
array<object> |
|||
| OriginalPrice |
number |
原价。 |
4368 |
| DiscountPrice |
number |
折扣价。 |
655.2 |
| Resource |
string |
配置名称。可能值:
|
instanceType |
| SubRules |
object |
||
| Rule |
array<object> |
定价规则子集。 |
|
|
object |
|||
| Description |
string |
规则子集描述。 |
买满1年,立享官网价格8.5折优惠 |
| RuleId |
integer |
活动规则 ID。 |
587 |
| TradePrice |
number |
成交价。 |
3712.8 |
| RelatedPrice |
object |
关联价格。 |
|
| MarketplaceImagePrice |
object |
市场镜像价格。 |
|
| Currency |
string |
货币单位。 中国站:CNY。 国际站:USD。 |
CNY |
| OriginalPrice |
number |
原价。 |
100 |
| DiscountPrice |
number |
折扣。 |
0 |
| TradePrice |
number |
最终价,为原价减去折扣。 |
100 |
示例
正常返回示例
JSON格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"PriceInfo": {
"Rules": {
"Rule": [
{
"Description": "买满1年,立享官网价格8.5折优惠。",
"RuleId": 587
}
]
},
"Price": {
"OriginalPrice": 4368,
"ReservedInstanceHourPrice": 1,
"DiscountPrice": 655.2,
"Currency": "CNY",
"TradePrice": 3712.8,
"DetailInfos": {
"DetailInfo": [
{
"OriginalPrice": 4368,
"DiscountPrice": 655.2,
"Resource": "instanceType",
"SubRules": {
"Rule": [
{
"Description": "买满1年,立享官网价格8.5折优惠",
"RuleId": 587
}
]
},
"TradePrice": 3712.8
}
]
}
},
"RelatedPrice": {
"MarketplaceImagePrice": {
"Currency": "CNY",
"OriginalPrice": 100,
"DiscountPrice": 0,
"TradePrice": 100
}
}
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidParameter.RecurrenceRules | The specified parameter RecurrenceRules is invalid. | 指定的参数"RecurrenceRules"不合法。 |
| 400 | InvalidRecurrenceRules.CountLimitExceeded | The count of RecurrenceRules exceeds the limit. | 参数RecurrenceRules的个数超过限定值。 |
| 400 | InvalidRecurrenceRulesStartHourEndHour.TooShort | The recurrence hour between RecurrenceRules.StartHour and RecurrenceRules.EndHour is too short. | 参数RecurrenceRules.StartHour和RecurrenceRules.EndHour之间的生效时间小于最小要求。 |
| 400 | InvalidParameter.RecurrenceRulesStartHourEndHour | The specified parameter RecurrenceRules.StartHour or RecurrenceRules.EndHour is invalid. | 为RecurrenceRules指定的参数RecurrenceRules.StartHour或RecurrenceRules.EndHour不符合规范。 |
| 400 | InvalidParameter.RecurrenceRulesRecurrenceValueMonthly | The specified parameter RecurrenceRules.RecurrenceValue for Monthly is invalid. | 为RecurrenceRules.RecurrenceType=Monthly指定的参数RecurrenceRules.RecurrenceValue不符合规范。 |
| 400 | InvalidParameter.RecurrenceRulesRecurrenceValueWeekly | The specified parameter RecurrenceRules.RecurrenceValue for Weekly is invalid. | 为RecurrenceRules.RecurrenceType=Weekly指定的参数RecurrenceRules.RecurrenceValue不符合规范。 |
| 400 | InvalidParameter.RecurrenceRulesRecurrenceValueDaily | The specified parameter RecurrenceRules.RecurrenceValue for Daily is invalid. | 为RecurrenceRules.RecurrenceType=Daily指定的参数RecurrenceRules.RecurrenceValue不符合规范。 |
| 400 | InvalidParameter.RecurrenceRulesRecurrenceType | The specified parameter RecurrenceRules.RecurrenceType is invalid. | 指定的参数RecurrenceRules.RecurrenceType不符合规范。 |
| 400 | InvalidStartTime.NotSupported | The StartTime of TimeDivisionElasticityAssurance cannot between any of active time ranges. | |
| 400 | InvalidSpotAuthorized | The specified Spot param is unauthorized. | 指定的 SpotDuration 参数值未获得授权。 |
| 400 | Invalid.ZoneId | The specified ZoneId is not valid. | 指定的ZoneId不合法 |
| 400 | InvalidInstanceType.ValueUnauthorized | The specified InstanceType is not authorized. | |
| 400 | InvalidInstanceType.ValueNotSupported | The specified InstanceType does not exist or beyond the permitted range. | 您指定的实例规格不存在,或者您没有权限操作此规格的实例。 |
| 400 | InvalidInternetChargeType.ValueNotSupported | The specified InternetChargeType is not valid. | 暂不支持指定的网络付费类型的实例,请确认相关参数是否正确。 |
| 400 | InvalidInternetMaxBandwidthOut.ValueNotSupported | The specified parameter "InternetMaxBandwidthOut" is not valid. | |
| 400 | AccountForbidden.ProductCreationLimited | The commodity must be officially operated by Aliyun and in pay-as-you-go billing method. | 集团上云客户只能购买按量付费的 ECS,且不能购买第三方的商品比如由镜像市场提供的镜像。请检查参数,传入符合条件的参数重试。 |
| 400 | InvalidSystemDiskCategory.ValueNotSupported | The specified parameter "SystemDisk.Category" is not valid. | 指定的参数系统盘规格无效。 |
| 400 | InvalidDataDiskSize.ValueNotSupported | The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. | 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过指定磁盘类别的大小限制。 |
| 400 | InvalidDataDiskCategory.ValueNotSupported | The specified parameter "DataDisk.n.Category" is not valid. | |
| 400 | InvalidParameter.Conflict | The specified image does not support the specified instance type. | 指定的镜像不能用于指定的实例规格。 |
| 400 | InvalidNetworkType.Mismatch | Specified parameter "InternetChargeType" conflict with instance network type. | |
| 400 | InvalidDiskCategory.Mismatch | The specified disk categories' combination is not supported. | |
| 400 | InvalidIoOptimizedValue.ValueNotSupported | IoOptimized value not supported. | 不支持指定的I/O优化值。 |
| 400 | InvalidPeriod | The specified period is not valid. | 指定的时段不合法。 |
| 400 | InstanceDiskCategoryLimitExceed | The specified DataDisk.n.Size beyond the permitted range, or the capacity of snapshot exceeds the size limit of the specified disk category. | 指定的 DataDisk.n.Size 超出允许范围,或者快照的容量超过了指定磁盘类别的大小限制。 |
| 400 | InstanceDiskNumber.LimitExceed | The total number of specified disk in an instance exceeds. | 实例下磁盘数目超过限制。 |
| 400 | InvalidSystemDiskSize.LessThanImageSize | The specified parameter "SystemDisk.Size" is less than the image size. | 指定的系统盘大小小于镜像文件大小 |
| 400 | Throttling | Request was denied due to request throttling. | 请求被流控。 |
| 400 | Throttling.User | Request was denied due to user flow control. | |
| 400 | PriceNotFound | The price of your queried resource is not available now, please try other resources. | 未找到价格,请修改相应的参数值重试。 |
| 400 | InvalidResourceType.ValueNotSupported | The specified parameter ResourceType is not valid. | 指定的资源类型不合法。 |
| 400 | InvalidPriceUnit.ValueNotSupported | The specified parameter PriceUnit is not valid. | 指定的PriceUnit参数无效。 |
| 400 | IncorrectImageStatus | The specified image is an Alibaba Cloud Marketplace image. The sale of this image has ended. For more information, contact the image service provider. | 指定的镜像为阿里云市场镜像。此镜像的售卖已经结束。更多信息请联系镜像服务提供商。 |
| 400 | OperationDenied | The current operation is not supported due to unfinished Temporary Upgrade. | |
| 400 | InvalidPerformanceLevel.Malformed | The specified parameter DataDisk.n.PerformanceLevel is not valid. | 指定数据盘的参数 PerformanceLevel 无效 |
| 400 | InvalidCapacity.ValueNotSupported | The specified parameter Capacity is not valid. | |
| 400 | InvalidActivity.NotSupported | The specified discount activity is not supported. | |
| 400 | InvalidEncrypted.NotMatchEncryptAlgorithm | The specified parameter Encrypted must be true when EncryptAlgorithm is not empty. | |
| 400 | InvalidEncrypted.NotMatchKmsKeyId | The specified parameter Encrypted must be true when KmsKeyId is not empty. | |
| 400 | InvalidEncrypted.NotMatchSnapshot | The specified parameter Encrypted is different from the Encrypted of the snapshot. | 以加密快照创建磁盘时需指定Encrypted参数为true。 |
| 400 | InvalidEncryptAlgorithm.NotMatchSnapshot | The specified parameter EncryptAlgorithm is different from the encrypt algorithm of the snapshot. | |
| 400 | InvalidKmsKeyId.NotMatchSnapshot | The specified parameter KmsKeyId is different from the KmsKeyId of the snapshot. | |
| 400 | InvalidEncryptAlgorithm | The specified parameter EncryptAlgorithm is not valid. | |
| 400 | InvalidAssuranceTimes.NotSupported | The value of AssuranceTimes is not supported. | AssuranceTimes参数值不支持。 |
| 400 | InvalidParameter.Platform | The specified parameter Platform is invalid. | 指定的 Platform 参数非法。 |
| 400 | InvalidOperation.InstanceRenewWithDowngradeInPlan | The operation is denied due to the specified instance has renew with downgrade record in plan. | 存在未生效的续费降配订单。订单生效前不允许此操作。 |
| 400 | OperationDenied.TestAccountRetricted | Test-account for testing has been prohibited from creating instance in this region. Please contact 400181. | 测试账号不允许在本地域创建实例。请联系成本与资源中心@高冲(400181) |
| 400 | UnsupportedIspNetworkChargeType | The network charge type is not supported when specifying ISP. | 此实例的网络计费类型不支持指定 ISP |
| 400 | EncryptedOption.Conflict | Disk encryption attributes conflict. | 磁盘加密属性冲突。 |
| 400 | InvalidSystemDiskSize.ValueNotSupported | The specified parameter SystemDisk.Size is invalid | 指定的参数 SystemDisk.Size 不合法。 |
| 400 | UnsupportedIspChargeType | The specified Isp does not support the charge type. | 指定的 Isp 不支持该付费类型 |
| 400 | InvalidInstanceType.NotSupported | The specified instanceType is not supported by the image architecture. | 指定的镜像架构不支持此实例规格。 |
| 400 | InvalidDiskCategory.ValueNotSupported | The specified parameter "DiskCategory" is not valid. | 指定的参数云盘类型DiskCategory无效。 |
| 400 | InvalidMarketImage.NotAuthorized | The specified marketplace image is not authorized for your channel, please use other image. | 指定的市场镜像没有对您的渠道授权,请使用其他镜像。 |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | ImageNotSubscribed | The specified image has not be subscribed. | |
| 403 | OperationDenied | The specified Image is disabled or is deleted. | 指定的镜像被禁用或被删除。 |
| 403 | InvalidSystemDiskCategory.ValueUnauthorized | The disk category is not authorized. | 该磁盘类别未经授权。 |
| 403 | InstanceDiskCategoryLimitExceed | The total size of specified disk category in an instance exceeds. | 磁盘种类总容量超过实例限制。 |
| 403 | ImageRemovedInMarket | The specified market image is not available, Or the specified user defined image includes product code because it is based on an image subscribed from marketplace, and that image in marketplace includeing exact the same product code has been removed. | 指定的市场镜像不可用,或者指定的用户定义镜像包含产品代码,因为它基于从市场订购的镜像,并且市场中包含完全相同的产品代码的镜像已被删除。 |
| 403 | QuotaExceed.PortableCloudDisk | The quota of portable cloud disk exceeds. | |
| 403 | Forbbiden | User not authorized to operate on the specified resource. | 用户未被授权操作指定的资源。 |
| 403 | InstanceDiskNumLimitExceed | The number of specified disk in an instance exceeds. | 实例下磁盘数目超过限制。 |
| 403 | IoOptimized.NotSupported | The specified image is not support IoOptimized Instance. | |
| 403 | ImageNotSupportInstanceType | The specified image don't support the InstanceType instance. | 指定的镜像不支持选定实例规格的实例。 |
| 403 | InvalidDiskSize.TooSmall | Specified disk size is less than the size of snapshot. | |
| 403 | InvalidDiskCategory.Mismatch | The specified disk categories combination is not supported. | |
| 403 | InvalidDiskCategory.NotSupported | The specified disk category is not support the specified instance type. | |
| 403 | QuotaExceed.BuyImage | The specified image is from the image market, you have not bought it or your quota has been exceeded. | |
| 403 | InvalidParameter.ResourceOwnerAccount | ResourceOwnerAccount is Invalid. | 指定的 ResourceOwnerAccount 不合法。 |
| 403 | RegionUnauthorized | There is no authority to create instance in the specified region. | 用户未被授权在指定的地域创建实例。 |
| 403 | InvalidInstanceType.ValueNotSupported | The specified InstanceType does not exist or beyond the permitted range. | |
| 403 | InvalidAmount.Malformed | The specified parameter Amount is not valid. | 参数 Amount 格式错误。 |
| 403 | InvalidChargeType.MarketImage | The specified chargeType of marketplace image is invalid. | |
| 403 | InvalidDiskIds.NotFound | Some of the specified disks do not exist. | |
| 403 | PrePaidInstance.Expired | The prePaid instance has expired. | 包年包月实例已到期。 |
| 403 | OperationDenied.PerformanceLevelNotMatch | The specified DataDisk.n.PerformanceLevel and DataDisk.n.Size do not match. | |
| 403 | InvalidAction.Unauthorized | The specified action is not valid. | 指定的操作无效。 |
| 403 | InvalidRegionId.NotSupportEncryptAlgorithm | The current region does not support creating encrypted disks with EncryptAlgorithm. | |
| 403 | InvalidInstanceType.NotSupportDiskCategory | The instanceType of the specified instance does not support this disk category. | 指定的实例规格(InstanceType)不支持当前实例的云盘类别。请尝试更换其它实例规格。关于实例规格支持的云盘类型,请参见实例规格族文档。 |
| 403 | InvalidOperation.PublicIpAddressNoStock | The public IP address for the specified Region or ChargeType of the instance is out of stock. Please try another Region or ChargeType. | 在指定的地域或付费类型条件下,实例公网IP地址库存不足。请尝试使用其它地域或付费类型。 |
| 403 | UnsupportedIspRegion | The specified region does not support Isp. | 指定的地域不支持 Isp |
| 403 | InvalidIspBandwidthOut | The specified parameter InternetMaxBandwidthOut should be larger than 0 when specifying parameter Isp. | 当指定了 Isp 参数时,指定的参数 InternetMaxBandwidthOut 需要大于0 |
| 403 | InstanceType.Offline | The specified InstanceType has been offline | 您指定的实例规格已下线,请选择其它规格的实例。 |
| 403 | InvalidIspUID | The current account does not have permission to specify the Isp parameter. | 当前账号没有权限指定 Isp 参数 |
| 403 | UnsupportedIspClassicNetwork | The Isp parameter is not supported in the classic network. | 经典网络不支持指定 Isp 参数 |
| 403 | InvalidIspType.ValueNotSupported | The specified parameter Isp is invalid. | 指定的 Isp 参数取值非法 |
| 403 | InvalidSystemDiskCategory.ValueNotSupported | The specified parameter SystemDisk.Category is not valid. | 指定的 SystemDisk.Category 值不受支持。 |
| 403 | InvalidDataDiskCategory.ValueNotSupported | The specified Category of Data Disk is not valid. | 指定的数据盘磁盘类型不支持 |
| 404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | 地域信息错误 |
| 404 | OperationDenied | The specified Image is disabled or is deleted. | |
| 404 | InvalidImageId.NotFound | The specified ImageId does not exist. | 指定的镜像在该用户账号下不存在,请您检查镜像 ID 是否正确。 |
| 404 | IoOptimized.NotSupported | The specified instancetype is not support IoOptimized instance. | |
| 404 | InvalidInstanceChargeType.NotFound | The InstanceChargeType does not exist in our records. | |
| 404 | DependencyViolation.IoOptimized | The specified instancetype must be IoOptimized instance. | |
| 404 | InvalidSystemDiskSize.LessThanImageSize | The specified parameter SystemDisk.Size is less than the image size. | |
| 404 | InvalidSystemDiskSize.LessThanMinSize | The specified parameter SystemDisk.Size is less than the minimum size. | 指定的 SystemDisk.Size 低于最小值。 |
| 404 | InvalidSystemDiskSize.MoreThanMaxSize | The specified parameter SystemDisk.Size is more than the maximum size. | |
| 404 | InvalidInternetMaxBandwidthOut.ValueNotSupported | The specified vm bandwidth is not valid. | |
| 404 | InvalidSystemDiskSize.ValueNotSupported | The specified parameter SystemDisk.Size is invalid. | 指定的 SystemDisk.Size 不合法。 |
| 404 | InvalidInstanceType.Missing | The InstanceType parameter that is mandatory for processing the request is not provided. | InstanceType 参数为必填参数。 |
| 404 | InvalidInstanceType.ValueNotSupported | The specified InstanceType does not exist or beyond the permitted range. | |
| 404 | InvalidNetworkType.ValueNotSupported | The specified parameter NetworkType is not valid. | 指定的网络类型不合法。 |
| 404 | InvalidDiskCategory.Missing | The DataDisk.1.Category parameter that is mandatory for processing the request is not provided. | |
| 404 | Invalid.InstanceId.NotFound | The Instance provided does not exist. | 指定的实例不存在。 |
| 404 | InvalidMarketImage.NotFound | The specified marketplace image does not exist, please change the imageId and try again. | 指定的市场镜像不存在,请更改参数后重试。 |
| 404 | InvalidDiskIds.NotPortable | The specified DiskId is not portable. | |
| 404 | InvalidSystemDisk.NotFound | The specified system disk does not exist. | 指定的系统盘不存在。 |
| 404 | InvalidResourceGroup.NotFound | The ResourceGroup provided does not exist in our records. | 资源组并不在记录中。 |
| 404 | InvalidDedicatedHostType.Missing | The dedicatedHostType parameter that is mandatory for processing the request is not provided. | |
| 404 | InvalidDedicatedHostId.NotFound | The specified SchedulerOptions.DedicatedHostId does not exist. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。