DescribePrice - 查询价格

更新时间:
复制为 MD 格式

本接口用于查询指定资源的最新价格,支持根据资源类型查询ECS实例、云盘、专有宿主机、弹性保障服务、容量预定服务的最新价格,包括活动规则、价格、折扣等信息。

接口说明

查询不同类型资源的价格时,参数设置也有所不同:

  • ResourceType=instance时,必须同时指定参数InstanceType。 默认查询付费方式(ChargeType)为按量付费(PostPaid)的价格,您可以通过指定PriceUnit参数查询云服务器 ECS 不同计费周期的价格。

  • ResourceType=disk时,必须同时指定参数DataDisk.1.CategoryDataDisk.1.Size。查询disk资源的价格时,只返回云盘按量付费的价格,即参数PriceUnit只能取值为Hour

  • ResourceType=diskperformance时,必须同时指定参数DataDisk.1.CategoryDataDisk.1.ProvisionedIops

  • ResourceType=ddh时,您必须同时指定参数DedicatedHostType

  • ResourceType=ElasticityAssurance时,必须同时指定参数InstanceType

  • ResourceType=CapacityReservation时,必须同时指定参数InstanceType

  • ResourceType=bandwidth时,只返回按流量计费(PayByTraffic)的价格。

调试

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

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

ecs:DescribePrice

get

*全部资源

*

请求参数

名称

类型

必填

描述

示例值

RegionId

string

地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou

ResourceType

string

目标资源的类型。取值范围:

  • instance:查询 ECS 实例的最新价格列表。当取值为instance时,必须同时指定参数InstanceType

  • disk:查询云盘的最新价格列表。当取值为disk时,必须同时指定参数DataDisk.1.CategoryDataDisk.1.Size

  • diskperformance:查询 ESSD AutoPL 云盘预配置性能的最新价格列表。必须同时指定参数DataDisk.1.CategoryDataDisk.1.ProvisionedIops

  • bandwidth:查询带宽的最新价格列表。

  • ddh:查询专有宿主机的最新价格列表。

  • ElasticityAssurance:查询弹性保障服务的价格信息。当取值为ElasticityAssurance时,必须同时指定参数InstanceType

  • CapacityReservation:查询容量预定服务的价格信息。当取值为CapacityReservation时,必须同时指定参数InstanceType

默认值:instance。

instance

ImageId

string

仅当参数 ResourceType 的值为 instance 时,该参数生效。

镜像 ID,表示启动实例时希望装载的运行环境。您可以调用 DescribeImages 查询您可用的镜像资源。如果不指定,默认查询 Linux 系统镜像的价格。

centos_7_05_64_20G_alibase_20181212.vhd

InstanceType

string

实例的资源规格。参数ResourceType的值为instance时,您必须同时指定该参数。更多详情,请参见实例规格族,也可以调用 DescribeInstanceTypes 接口获得最新的规格表。

ecs.g6.large

DedicatedHostType

string

专有宿主机的规格。您可以调用 DescribeDedicatedHostTypes 接口获得最新的专有宿主机规格表。

ddh.c5

IoOptimized

string

查询的实例是否为 I/O 优化实例。取值范围:

  • none:非 I/O 优化。

  • optimized:I/O 优化。

当 InstanceType 为系列 I的规格时,默认值为 none。

当 InstanceType 为非系列 I的规格时,默认值为 optimized。

optimized

InstanceNetworkType

string

实例的网络类型。取值范围:

  • classic:实例的网络类型为经典网络(Classic)。

  • vpc:实例的网络类型为专有网络(VPC)。

默认值:vpc。

vpc

InternetChargeType

string

网络带宽计费方式。取值范围:

  • PayByBandwidth:按固定带宽计费。

  • PayByTraffic:按带宽流量计费。

默认值:PayByTraffic。

PayByTraffic

InternetMaxBandwidthOut

integer

公网出带宽最大值,单位为 Mbit/s(Megabit per second)。取值范围:0~100。

默认值:0。

5

SystemDisk.Category

string

系统盘的云盘种类。查询系统盘价格时,必须同时指定ImageId。取值范围:

  • cloud:普通云盘。

  • cloud_efficiency:高效云盘。

  • cloud_ssd:SSD 云盘。

  • ephemeral_ssd:本地 SSD 盘。

  • cloud_essd:ESSD 云盘。

  • cloud_auto:ESSD AutoPL 云盘。

  • cloud_essd_entry:ESSD Entry 云盘。

参数默认值说明:

  • 当 InstanceType 为已停售的实例规格,且参数IoOptimized取值为none时,该参数默认值为cloud

  • 其它情况下,该参数默认值为cloud_efficiency2026 年 1 月 30 日后,对于仅支持 cloud_essd 的实例规格,默认值由 cloud_efficiency 调整为 cloud_essd PL0,详情参见变更公告

cloud_ssd

SystemDisk.Size

integer

系统盘大小,单位为 GiB。取值范围:

  • 普通云盘:20~500。

  • ESSD 云盘:
    • PL0:1~2048。

    • PL1:20~2048。

    • PL2:461~2048。

    • PL3:1261~2048。

  • ESSD AutoPL 云盘:1~2048。

  • 其他云盘类型:20~2048。

默认值:max{20, 参数 ImageId 对应的镜像大小}。

80

SystemDisk.PerformanceLevel

string

系统盘类型为 ESSD 云盘时,区分性能等级。仅当SystemDiskCategory=cloud_essd 时该参数有效。取值范围:

PL0。 PL1(默认)。 PL2。 PL3。

PL1

DataDisk.1.Size

integer

数据盘容量。

为提高扩展性,建议您使用DataDisk.N.Size参数。

2000

DataDisk.1.Category

string

磁盘类型。

为提高扩展性,建议您使用DataDisk.N.Category参数。

枚举值:

  • cloud :

    普通云盘

  • cloud_efficiency :

    高效云盘

  • cloud_ssd :

    SSD 云盘

  • cloud_auto :

    ESSD AutoPL 云盘

  • cloud_regional_disk_auto :

    ESSD 同城冗余云盘

  • cloud_essd :

    ESSD 云盘

  • elastic_ephemeral_disk_standard :

    弹性临时盘-标准版

  • cloud_essd_entry :

    ESSD Entry 云盘

  • elastic_ephemeral_disk_premium :

    弹性临时盘-高级版

cloud_ssd

DataDisk.1.PerformanceLevel

string

数据盘的性能等级。

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

PL1

DataDisk.2.Size

integer

数据盘容量。

为提高扩展性,建议您使用DataDisk.N.Size参数。

200

DataDisk.2.Category

string

磁盘类型。

为提高扩展性,建议您使用DataDisk.N.Category参数。

枚举值:

  • cloud :

    普通云盘

  • cloud_efficiency :

    高效云盘

  • cloud_ssd :

    SSD 云盘

  • cloud_auto :

    ESSD AutoPL 云盘

  • cloud_regional_disk_auto :

    ESSD 同城冗余云盘

  • cloud_essd :

    ESSD 云盘

  • elastic_ephemeral_disk_standard :

    弹性临时盘-标准版

  • cloud_essd_entry :

    ESSD Entry 云盘

  • elastic_ephemeral_disk_premium :

    弹性临时盘-高级版

cloud_ssd

DataDisk.2.PerformanceLevel

string

数据盘的性能等级

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

PL1

DataDisk.3.Size

integer

数据盘容量。

为提高扩展性,建议您使用DataDisk.N.Size参数。

2000

DataDisk.3.Category

string

磁盘类型。

为提高扩展性,建议您使用DataDisk.N.Category参数。

枚举值:

  • cloud :

    普通云盘

  • cloud_efficiency :

    高效云盘

  • cloud_ssd :

    SSD 云盘

  • cloud_auto :

    ESSD AutoPL 云盘

  • cloud_regional_disk_auto :

    ESSD 同城冗余云盘

  • cloud_essd :

    ESSD 云盘

  • elastic_ephemeral_disk_standard :

    弹性临时盘-标准版

  • cloud_essd_entry :

    ESSD Entry 云盘

  • elastic_ephemeral_disk_premium :

    弹性临时盘-高级版

cloud_ssd

DataDisk.3.PerformanceLevel

string

数据盘的性能等级。

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

PL1

DataDisk.4.Size

integer

数据盘容量。

为提高扩展性,建议您使用DataDisk.N.Size参数。

2000

DataDisk.4.Category

string

磁盘类型。

为提高扩展性,建议您使用DataDisk.N.Category参数。

枚举值:

  • cloud :

    普通云盘

  • cloud_efficiency :

    高效云盘

  • cloud_ssd :

    SSD 云盘

  • cloud_auto :

    ESSD AutoPL 云盘

  • cloud_regional_disk_auto :

    ESSD 同城冗余云盘

  • cloud_essd :

    ESSD 云盘

  • elastic_ephemeral_disk_standard :

    弹性临时盘-标准版

  • cloud_essd_entry :

    ESSD Entry 云盘

  • elastic_ephemeral_disk_premium :

    弹性临时盘-高级版

cloud_ssd

DataDisk.4.PerformanceLevel

string

数据盘的性能等级。

为提高扩展性,建议您使用DataDisk.N.PerformanceLevel参数。

PL1

Period

integer

云服务器 ECS 的计费时长。取值范围:

  • 当参数 PriceUnit 取值为 Month 时:1~9。

  • 当参数 PriceUnit 取值为 Year 时:1~5。

  • 当参数 PriceUnit 取值为 Hour 时:1。

  • 当参数 PriceUnit 取值为 Week 时:1~4。

默认值:1。

1

PriceUnit

string

查询云服务器 ECS 不同计费周期的价格。取值范围:

  • Month:按月计费的价格单位。

  • Year:按年计费的价格单位。

  • Hour(默认):按小时计费的价格单位。

  • Week:按周计费的价格单位。

Year

Amount

integer

查询批量购买某种配置的云服务器 ECS 的价格。取值范围:1~1000。

默认值:1。

1

OfferingType

string

预留实例券的付款类型。取值范围:

  • No Upfront:零预付。

  • Partial Upfront:部分预付。

  • All Upfront:全预付。

All Upfront

InstanceAmount

integer

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

取值范围:1~1000。

100

Scope

string

预留实例券的范围。取值范围:

  • Region:地域级别。

  • Zone:可用区级别。

默认值:Region。

Zone

Platform

string

实例使用的镜像的操作系统类型。取值范围:

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

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

Linux

Capacity

integer

容量大小,单位为 GiB。

1024

AssuranceTimes

string

弹性保障的总次数。取值:Unlimited,目前仅支持在服务生效期内的无限次模式。

默认值:Unlimited。

Unlimited

InstanceCpuCoreCount

integer

弹性保障内支持实例的 vCPU 总数量。调用 API 时系统会根据用户指定的 InstanceType 换算出需要弹性保证内支持实例的数量(向上取整)。

说明

当调用 API 查询弹性保障价格时,参数 InstanceCoreCpuCount 和 InstanceAmount 只能指定其中一个。

1024

Isp

string

互联网服务运营商,取值范围:

  • cmcc:移动。

  • telecom:电信。

  • unicom:联通。

  • multiCarrier:多线。

cmcc

InstanceTypeList

array

实例规格。目前仅支持无限次保障服务设置单个实例规格。

ecs.g6.xlarge

string

实例规格。目前仅支持无限次保障服务设置单个实例规格。

ecs.c6.xlarge

SpotStrategy

string

按量付费实例的抢占策略。取值范围:

  • NoSpot:正常按量付费实例。

  • SpotWithPriceLimit:设置上限价格的抢占式实例。

  • SpotAsPriceGo:系统自动出价,最高按量付费价格。

默认值:NoSpot。

说明

PriceUnit=HourPeriod=1时,该参数才有效。由于PriceUnit默认值为HourPeriod默认值为1,因此您在设置该参数值时,无需设置PriceUnitPeriod参数值。

NoSpot

SpotDuration

integer

抢占式实例的保留时长,单位为小时。 默认值:1。取值范围:

  • 1:创建后阿里云会保证实例运行 1 小时不会被自动释放;超过 1 小时后,系统会自动比较出价与市场价格、检查资源库存,来决定实例的持有和回收。

  • 0:创建后,阿里云不保证实例运行 1 小时,系统会自动比较出价与市场价格、检查资源库存,来决定实例的持有和回收。

实例回收前 5 分钟阿里云会通过 ECS 系统事件向您发送通知。抢占式实例按秒计费,建议您结合具体任务执行耗时来选择合适的保留时长。

说明

当 SpotStrategy 值为 SpotWithPriceLimit 或 SpotAsPriceGo 时该参数生效。

1

ZoneId

string

可用区 ID。

说明

抢占式实例不同可用区价格可能不同,查询抢占式实例价格时,建议传入 ZoneId 查询指定可用区的抢占式实例价格。

cn-hagzhou-i

DataDisk

array<object>

数据盘列表集合。

object

数据盘列表集合。

Category

string

第 N 块数据盘的云盘种类。取值范围:

  • cloud:普通云盘。

  • cloud_efficiency:高效云盘。

  • cloud_ssd:SSD 云盘。

  • ephemeral_ssd:本地 SSD 盘。

  • cloud_essd:ESSD 云盘。

  • cloud_auto:ESSD AutoPL 云盘。

  • cloud_essd_entry:ESSD Entry 云盘。

N 的取值范围:1~16。

cloud_ssd

Size

integer

第 N 块数据盘的容量大小,内存单位为 GiB。取值范围:

  • cloud:5~2000。

  • cloud_efficiency:20~32768。

  • cloud_ssd:20~32768。

  • cloud_auto:1~32768。

  • cloud_essd_entry:10~32768。

  • cloud_essd:具体取值范围与DataDisk.N.PerformanceLevel的取值有关。
    • PL0:1~32768。

    • PL1:20~32768。

    • PL2:461~32768。

    • PL3:1261~32768。

  • ephemeral_ssd:5~800。

N 的取值范围:1~16。

2000

PerformanceLevel

string

第 N 块数据盘类型为 ESSD 云盘时,区分性能等级。仅当DataDisk.N.Category=cloud_essd时该参数有效。取值范围:

  • PL0。

  • PL1(默认)。

  • PL2。

  • PL3。

N 的取值范围:1~16。

PL1

ProvisionedIops

integer

ESSD AutoPL 云盘预配置的读写 IOPS。可能值:0~min{50,000, 1000*容量-基准性能}。

基准性能=min{1,800+50*容量, 50000}。

说明

DiskCategory取值为cloud_auto时才支持设置该参数。更多信息,请参见ESSD AutoPL 云盘

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:按天重复。

  • Weekly:按周重复。

  • Monthly:按月重复。

说明

必须同时指定RecurrenceTypeRecurrenceValue

Daily

EndHour

integer

分时保障结束时间,取值必须为整点。

10

RecurrenceValue

string

重复规则执行数值。

  • RecurrenceTypeDaily时,只能填一个值,取值范围:1~31。表示每几天执行一次。

  • RecurrenceTypeWeekly时,可以填入多个值,多个值间使用半角逗号(,)隔开。周日、周一、周二、周三、周四、周五、周六的值依次为:0,1,2,3,4,5,6。例如1,2表示周一和周二执行。

  • RecurrenceTypeMonthly时,格式为A-B。A、B 的取值范围为 1~31,并且 B 必须大于等于 A。例如:1-5表示每月的 1~5 日重复执行。

说明

必须同时指定RecurrenceTypeRecurrenceValue

5

SchedulerOptions.DeploymentSetStrategy

string

部署集策略。取值范围:

  • Availability:高可用策略。

  • AvailabilityGroup:部署集组高可用策略。

  • LowLatency:网络低时延策略。

  • ProximityLooseDispersion:邻近松散部署集策略。

说明

仅当策略设置为 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:实例。

  • bandwidth:带宽。

  • image:镜像。

  • systemDisk:系统盘。

  • dataDisk:数据盘。

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.StartHourRecurrenceRules.EndHour之间的生效时间小于最小要求。
400 InvalidParameter.RecurrenceRulesStartHourEndHour The specified parameter RecurrenceRules.StartHour or RecurrenceRules.EndHour is invalid. RecurrenceRules指定的参数RecurrenceRules.StartHourRecurrenceRules.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.

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

变更历史

更多信息,参考变更详情