RunInstances - 批量创建实例

更新时间:
复制为 MD 格式

创建按量付费或包年包月的ENS计算实例。

调试

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

调试

授权信息

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

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

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

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

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

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

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

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

操作

访问级别

资源类型

条件关键字

关联操作

ens:RunInstances

create

*Instance

acs:ens:*:{#accountId}:instance/*

请求参数

名称

类型

必填

描述

示例值

InstanceType

string

实例规格。

ens.sn1.small

InstanceChargeType

string

实例付费方式。取值:

  • PrePaid:预付费,包年包月。

  • PostPaid:按量付费。

枚举值:

  • PostPaid :

    按量付费

  • PrePaid :

    预付费

PostPaid

ImageId

string

镜像 ID。arm 版卡不能填,其他类型规格必填。

m-5si16wo6simkt267p8b7h****

NetDistrictCode

string

地区 Code。

说明

区域级调度时必填,节点级调度时无效。

350000

Carrier

string

运营商。

说明

区域级调度时必填。
在节点级调度时如果是节点存在多运营商场景时,如果不输入运营商则会按节点的运营商进行生产,如有移动、联通两个运营商,则生产出来的实例有两个 ISP。
您可以通过 DescribeRegionIsps 获取节点运营商信息。

telecom

ScheduleAreaLevel

string

调度层级。通过该字段来执行节点级调度或者区域调度。取值:

  • Big:大区

  • Middle:省份

  • Small:城市

  • Region:节点

Region

SchedulingStrategy

string

调度策略。取值:

  • Concentrate:集中

  • Disperse:分散

说明

节点级调度时,为 Concentrate;区域级调度时,按客户需求选择。

Concentrate

EnsRegionId

string

节点 ID。

说明

节点级调度时必填,区域级调度时无效。

cn-foshan-telecom

Password

string

实例密码。

说明

PasswordKeyPairNamePasswordInherit 至少填入一个。

testPassword

KeyPairName

string

密钥对名称。

说明

PasswordKeyPairNamePasswordInherit 至少填入一个。

wx2-jumpserver

InternetChargeType

string

带宽计费方式。取值:

  • BandwidthByDay:日峰值带宽

  • 95BandwidthByMonth:月 95 峰值带宽

说明

如果是第一次新购时可以进行选择计费方式,后续此字段值会根据第一次所选择的计费方式进行默认处理。

BandwidthByDay

SystemDisk

object

系统盘规格。

Size

integer

系统盘大小,单位:GiB。

50

Category

string

系统盘类型。

local_ssd

DataDisk

array<object>

数据盘规格。

object

数据盘列表。

Size

integer

数据盘大小,单位:GiB。

20

Category

string

磁盘种类。取值:

  • cloud_efficiency:高效云盘

  • cloud_ssd:全闪云盘

  • local_hdd:本地 HDD 盘

  • local_ssd:本地 SSD 盘

cloud_efficiency

Encrypted

boolean

是否加密云盘。取值范围:

  • true:是

  • false(默认值):否

false

KMSKeyId

string

云盘使用的 KMS 密钥 ID。取值范围:

  • true:是

  • false(默认值):否

说明

如果 Encrypted 置为 true,KMSKeyId 为空时则使用服务默认密钥。

false

Period

integer

购买资源的时长。

  • 如果 PeriodUnit 取值为 Day 时,则 Period 仅可设置为 3

  • 如果 PeriodUnit 取值为 Month 时,则 Period 可设置为1-9,12

1-9,12

InternetMaxBandwidthOut

integer

公网最大带宽,如果本参数的值大于 0,则自动为实例分配公网 IP。

1

Amount

integer

创建的实例数量。取值范围:1~100。

1

NetWorkId

string

网络 ID。

说明

只能在节点级调度使用,区域级调度时配置该参数会报错。如果不指定交换机信息时,则只会校验网络 ID 是否合法,实际资源生产并不以此网络 ID 为准。

net-id

VSwitchId

string

交换机 ID。

说明

只能在节点级调度使用,区域级调度时配置该参数会报错。

vsw-5sagnw7m613oulalkd10n****

SecurityId

string

安全组 ID。

sg-test

HostName

string

主机名称。

test-HostName

InstanceName

string

实例名称。长度为 2~128 个字符,必须以大小字母或中文开头,不能以http://https://开头。可以包含中文、英文、数字、半角冒号(:)、下划线(_)、点号(.)或者连字符(-)。

默认值为实例的 InstanceId。

TestName

UniqueSuffix

boolean

是否为 HostNameInstanceName 添加有序后缀,有序后缀从 001 开始递增,最大不能超过 999。

True

UserData

string

用户自定义数据,最大支持 16 KB。您可传入 UserData 信息,UserData 以 Base64 的方式编码。

ZWtest

AutoRenew

boolean

是否自动续费。取值:

  • true:自动续费

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

说明

按量付费时,该参数无效。

true

SchedulingPriceStrategy

string

调度价格策略。取值:

  • PriceHighPriority:优先高价

  • PriceLowPriority:优先低价

PriceHighPriority

PrivateIpAddress

string

私网 IP 地址。

说明

只能在节点级调度使用,区域级调度时配置该参数会报错。 如果指定了私网 IP,实例数量只能为 1 台,且私网 IP 和交换机 ID 同时非空时,该私网 IP 才生效。

10.0.XX.XX

PeriodUnit

string

购买资源的时长单位。取值:

  • Month(默认):按月购买。

  • Day:按天购买。

Month

PublicIpIdentification

boolean

是否启用公网 ipidentification。 取值:

  • true:启用。

  • false:不启用

默认值:true。

true

PasswordInherit

boolean

是否使用镜像预置密码。取值:

  • true:使用

  • false:不使用

说明

PasswordKeyPairNamePasswordInherit 至少填入一个。

false

InstanceChargeStrategy

string

实例计费策略。取值:

  • instance:实例粒度

  • 不传默认按用户维度

instance

BillingCycle

string

实例计算资源计费周期,仅支持实例级后付费。 取值

  • Day:按天计费。

  • Month:按月计费。

枚举值:

  • Month :

    Month

  • Day :

    Day

Day

IpType

string

IP 类型。取值:

  • ipv4(默认值):IPv4。

  • ipv6:IPv6。

  • ipv4Andipv6:IPv4 和 IPv6(单栈)。

  • ipv4Withipv6:IPv4 和 IPv6(双栈)。

ipv4

AutoUseCoupon

string

是否使用代金券,默认为使用,即 AutoUseCoupon=true。

true

Tag

array<object>

实例所绑定的标签

object

标签键值对数组。

Key

string

自定义标签 key

team

Value

string

标签值。不可超过 128 个字符,不能以aliyunacs:开头,不能包含http://或者https://

tagValue

AutoReleaseTime

string

按量付费实例的自动释放时间。按照ISO 8601标准表示,使用 UTC+0 时间。格式为:yyyy-MM-ddTHH:mm:ssZ

  • 如果秒(ss)取值不是00,则自动取为当前分钟(mm)开始时。

  • 最短释放时间为当前时间一小时之后。

2023-06-28T14:38:52Z

SpotStrategy

string

按量付费实例的竞价策略。当参数InstanceChargeType取值为PostPaid时生效。取值范围:

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

  • SpotAsPriceGo:系统自动出价,跟随当前市场实际价格。

默认值:NoSpot。

SpotAsPriceGo

SpotDuration

integer

抢占式实例保护期。

单位:小时。

1

Ipv6AddressCount

integer

为私网主网卡指定随机生成的 ipv6 地址数量。

2

DeletionProtection

boolean

实例释放保护属性,指定是否支持通过控制台或 API 释放实例。取值范围:

  • true:开启实例释放保护。

  • false:关闭实例释放保护。

默认值:false。

说明

该属性仅适用于按量付费实例,且只能限制手动释放操作,对系统释放操作不生效。

false

LaunchTemplateId

string

实例启动模板 ID

lt-test

LaunchTemplateName

string

实例启动模板名称

lt-test

LaunchTemplateVersion

integer

实例启动模板版本

2

VpdId

string

VpdVSwitchIds

array

string

返回参数

名称

类型

描述

示例值

object

RequestId

string

请求 ID。

91E4AFBE-4E35-5D2A-A886-BB477C9953D2

InstanceIds

array

实例 ID 列表。

string

实例 ID 列表。

['i-5xxxx26dix05koz15l5413j25o', 'i-5sdmxxxx']

OrderId

string

订单编号。

213177957850399

示例

正常返回示例

JSON格式

{
  "RequestId": "91E4AFBE-4E35-5D2A-A886-BB477C9953D2",
  "InstanceIds": [
    "['i-5xxxx26dix05koz15l5413j25o', 'i-5sdmxxxx']"
  ],
  "OrderId": "213177957850399"
}

错误码

HTTP status code

错误码

错误信息

描述

400 Invalid%s The specified parameter %s is invalid.
400 Missing%s You must specify the parameter %s.
400 SaleControlVerificationFailedInstanceDistrict The regional sales constraint verification failed, please re-match or contact the product. 区域售卖约束校验未通过,请重新选配
400 ens.interface.error Failed to call API. 接口调用发生异常。
400 OrderFailed Order failed, please try again. 订单失败请重试
400 SystemUseCouponFailed Failed to use coupon. 使用代金券失败
400 SystemUseStoredCardFailed Failed to use stored value card. 使用储值卡失败
400 System.SystemError system error. 后端系统错误
400 SystemCanRefundCheckFailed The business rule check of the cloud product fails, and this order cannot be refunded. 云产品业务规则检查不通过,本订单无法申请退款
400 SystemOtsSystem ots storage error. ots存储错误
400 SystemQueryImmortalError Failed to call Juxiange. 调用聚仙阁失败
400 SystemQueryInstanceInfoFailed Failed to find instance information. 查找实例资源信息失败
400 SystemResellerPayCalRefundUnitError Ecological payment channel calculation unsubscribe information error. 生态支付渠道计算退订信息错误
400 SystemSaleValidateFailed Sales Expression Validation System Error. 销售表达式校验系统错误
400 SystemTransferDeleteOldResourceFailed Failed to delete the transferred instance in the transfer order. 过户订单逻辑删除已过户实例失败
400 SystemUnSupportOperationType Unsupported operation type. 不支持的操作类型
400 RiskRiskControlRejection Risk Control Rejection. 风险控制拒绝
400 AuthRamAuthFailed ram sub-account authentication failed.
400 CommodityInvalidComponent The module you purchased is illegal, please re-select. 你购买的模块非法,请重新选择
400 CommodityInvalidItemCode Specification code illegal. 规格code非法
400 PriceHsfTimeoutError Time out when calling the request for quotation interface. 调用询价接口超时
400 PricePatingConfigError Inquiry related goods configuration error. 询价相关商品配置错误
400 PricePricingPlanResultNotFound Pricing plan price result not found. 定价计划价格结果没有找到
400 PriceRatingGetRatingpricingPlan Obtain a valid pricing plan exception. 得到有效定价计划异常
400 OrderAbnormalResourceStatusForRenew Invalid resource status for renewal. 续费资源状态非法
400 OrderAccountStatusIllegal Illegal account status. 账号状态非法
400 OrderArrearage User Arrears. 用户欠费
400 OrderBidUserOrderForbidden Bid users cannot buy on the official website. bid用户不能在官网购买
400 OrderCaptureFailed The paid order of the instance has not been deducted successfully. 实例的已支付订单未扣款成功
400 OrderExistsReleasedInstances There are already released instances. 存在已经释放的实例
400 OrderGroupOrderSizeOverflow The quantity of bound combined payment order exceeds the limit. 绑定合并支付订单数量超限
400 OrderHomeCurrencyCanNotDowngrade Users in current currency cannot downgrade. 本币用户不能降配
400 OrderHomeCurrencyCanNotUpgradeByValueTransfer Users of current currency cannot upgrade through residual value transfer. 本币用户不能通过剩余价值转移的方式升级
400 OrderInstanceHasInactiveChange Instances exist temporary upgrade. 实例存在临时升级
400 OrderInstHasUnpaidOrder The instance has an unpaid order. 实例有未支付订单
400 OrderInstHasUnsettledBills The instance has an unsettled bill. 实例有未结算账单
400 OrderLatestOrderIsHandling Recent order is being processed, please try again later. 最近的订单正在处理中,请稍候重试
400 OrderMainOrderSizeOverflow The quantity of the main order exceeds the limit. 主订单数量超限
400 OrderMissingModuleInfoError Module parameter not specified. 未指定模块参数
400 OrderNoRealNameAuthentication No real-name authentication. 未实名认证
400 OrderNotFound The specified order information is not found. 未查询到指定的订单信息
400 OrderOpend You have activated this product. 您已开通该产品
400 OrderPeriodInvalid Illegal order cycle. 订购周期非法
400 OrderQuantityInvalid Illegal quantity ordered. 订购数量非法
400 OrderQueryInstanceError Query instance error. 查询实例错误
400 OrderQueryInstanceNotExists Instance data does not exist. 实例数据不存在
400 OrderQueryOrderExchangeRateFail Failed to query order exchange rate information. 查询订单汇率信息失败
400 OrderQueryUserSettleInfoFail Failed to query user settlement information. 查询用户结算信息失败
400 OrderQuotaExceeded Quantity exceeds limit. 数量超出额度限制
400 OrderSysConstraintInvalid System constraint check failed. 系统约束校验失败
400 OrderTradeCompleteSettleInfoFail Failed to complete the order settlement currency amount information. 补全订单结算币种金额信息失败
400 TradeTradeOrderAfterPayCheckError You have already paid for the subsequent orders of this instance. The current order has been automatically voided and you cannot pay any more. 您已支付此实例的后续订单,当前订单已自动作废,您不可再支付
400 PurchaseExistRenewchangeProd There is a renewal change subscription that has not yet taken effect. 存在未生效的续费变配订购
400 PurchaseExistToBeValidProdRuleError Currently, there are temporary orders that are not in effect, and the upgrade operation cannot be performed. 当前有未生效的临时订购,不能进行升级操作
400 PurchaseExistToBeValidRenewChangeProdRuleError Currently, there is an uneffective renewal change subscription, and temporary upgrade operation cannot be performed. 当前有未生效续费变配订购,不能进行临时升级操作
400 PurchaseExistValidProdRuleError Currently, there is a temporary order in effect, and operations such as upgrade/downgrade/expansion/pre-transfer cannot be performed. 当前有生效中的临时订购,不能进行升级/降配/扩容/预转后等操作
400 ProductInstanceReleased Instance released. 实例已释放
400 ProductInstanceTypeNotSupported The instance type is not supported. 实例类型不支持
400 PatRiskRejectForTradeData Payment order problem leads to risk control rejection. 支付订单问题导致风控拒绝
400 PayAccountBookNotExist There is no insufficient account balance in the account book, please retry after recharging. 账本不存在 账户余额不足,请充值后重试
400 PayAmountLimitExceeded Payment limit exceeded, please resubmit. 超出支付限额,请重新提交
400 PayBeforePayRiskRuleValidateFailed The payment was blocked by risk control, and the payment failed. 该笔支付被风险控制拦截,支付失败
400 PayCounponNotExist Counpon does not exist. 代金券不存在
400 PayCouponAmountNotEnough Insufficient voucher balance or expired. 代金券余额不足或已过期
400 PayCouponNotMeetConsumptionRule The coupon does not meet the conditions for use. 代金券不满足使用条件
400 PayCurrencyInconsistency Currency mismatch. 币种不匹配
400 PayCurrencyNotSupported Currency not supported. 币种不支持
400 PayForbiddenNoReasonFefund Banned five days no reason refund. 禁止五天无理由退款
400 PayHsfTimeoutError Call payment system timeout. 调用支付系统超时
400 PayInsufficientBalance Account balance is insufficient, please recharge and try again. 账户余额不足,请充值后重试
400 PayInvalidCreditCard Invalid credit card. 信用卡无效
400 PayInvalidPayMethod Illegal payment method. 支付方式非法
400 PayMegrePayOrderHasThanOneChagreChannel Payment failed, please retry or submit work order feedback. 支付失败,请重试或提交工单反馈
400 PayNoCreditCard No valid payment method, please check the payment method and try again. 没有有效支付方式,请检查支付方式后重试
400 PayOrderPayTimeInvalid Order effective time is invalid. 订单生效时间无效
400 PayPartRefundNotSupport Not Capture, no partial refund. Capture,不能部分退款
400 PayPayChannelPayOrderInvalidStatus Illegal status of payment order in payment channel. 支付渠道支付订单状态非法
400 PayPayChannelPayOrderNotExist Payment channel payment order does not exist. 支付渠道支付订单不存在
400 PayPayerAccountIllegal Illegal payment account. 支付账户非法
400 PayPayFailedParentRelationchanged If the financial custody relationship changes, please void the order and place a new order for payment. 财务托管关系发生变化,请作废订单并重新下单支付
400 PayPayForbidUserCoupon Coupon prohibited for orders. 订单禁止使用代金券
400 PayQueryAvailableAmountFailed Failed to query user availability, please try again later. 查询用户可用金失败,请稍后重试
400 PayQueryAvailableEnduserAmountFailed Failed to query the availability of quota direct customer main user, please try again later. 查询quota直客主用户可用金失败,请稍后重试
400 PayQueryParentRelationshipFailed Failed to query current user hosting relationship, please try again later. 查询当前用户托管关系失败,请稍后重试
400 PayQueryPayChangeChannelNotEqual Multi-order payment channels are inconsistent, please check whether the original order data payment channel is correct. 多订单支付渠道不一致,请检查原订单数据支付渠道是否正确
400 PayRefundFailed Accumulated refund amount exceeds payment order amount. 累计退款金额超过支付单金额
400 PayResellerPayGetUrlError Order payment failed, please try again later. 订单支付失败,请稍后重试
400 PayRiskRejectForPayerAccount Payment account problem leads to risk control rejection. 支付账户问题导致风控拒绝
400 PayStoredCardNotExist Stored value card does not exist. 储值卡不存在
400 PaySystemError Error calling payment system. 调用支付系统错误
400 PayTaxCalcFailed Failed to get user tax address. 获取用户计税地址失败
400 PayWithholdingAgreementIllegal Withholding Agreement Status Illegal. 代扣协议状态非法
400 AccountAliyunAccountFrozen Alibaba Cloud account is frozen. 阿里云账号被冻结
400 AccountAliyunAccountNotExist Alibaba Cloud account does not exist. 阿里云账号不存在
400 RefundRefundInstanceNotFound Unable to find instance information. 无法查到实例信息
400 RefundRefundNoValidProd Refund is not available to unsubscribe. 退款无可退订购
400 RefundRefundParamInvalid Abnormal refund parameter. 退款参数异常
400 RefundRefundQueryOrderFail Failed to query order for refund field. 退款域查询订单失败
400 SystemConcurrentOperate Concurrent operation causes failure. 并发操作导致失败
400 PricePricingPlanNotFound Pricing plan tree not found. 定价计划树没有找到
400 OrderInstanceHasTempUpgrade Instances exist temporary upgrade. 实例存在临时升级
400 PayQueryParentRelationchangedFailed The financial custody relationship may change, please refresh and pay again. 财务托管关系可能发生变化,请刷新后重新支付
400 PayforCreditPayInsufficientBalance Insufficient quota, please contact your channel partner to increase the quota. 额度不足,请联系您的渠道合作伙伴提升额度
400 PayforAccountMoneyValidateError The available amount of your channel partner's account is insufficient, please contact your channel partner to recharge in time. 您的渠道合作伙伴的账号可用金额不足,请联系您的渠道合作伙伴及时充值
400 BasicInfoUncompleted You have not completed your basic personal information. Please complete the information and re-operate it. 您未完善个人基本信息,请完善信息后重新操作
400 SaleControlVerificationFailedStock Inventory sales constraint verification failed, please re-match, or contact the product. 库存售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceSpec Instance specification sales constraint verification failed, please re-match, or contact the product. 实例规格售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceNetLevel The network-level sales constraint verification failed, please re-match or contact the product. 网络层级售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceCpuCore cpu core sales constraint verification failed, please re-match, or contact the product. cpu核数售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceBandwidthValue The bandwidth speed limit value sales constraint verification failed, please re-match or contact the product. 带宽限速值售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceBandwidthType Bandwidth type sales constraint verification failed, please re-match, or contact the product. 带宽计费方式售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceSystemDiskSpec The system disk capacity sales constraint verification failed, please re-match or contact the product. 系统盘容量售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceDataDiskType Data disk type sales constraint verification failed, please re-select, or contact the product. 云盘类型售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceDataDiskSpec Data disk capacity sales constraint verification failed, please re-match, or contact the product. 云盘容量售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedInstanceDataDiskBlock The sales constraint verification of the number of data disks failed, please re-match or contact the product. 云盘数量售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedRegion The node sales constraint verification failed, please re-select or contact the product. 节点售卖约束校验未通过,请重新选配
400 SaleControlVerificationFailedCarrier The isp failed to verify the sales restriction. Please re-select or contact the product. 运营商售卖约束校验失败,请重新选配
400 EnsAreaCountIllegal The number of instances in the region is all 0, please re-select or contact the product. 有区域数实例全部为0,请重新选配
400 EnsAreaInsufficientInventory Regional inventory is insufficient, please re-match, or contact the product. 区域库存不足,请重新选配
400 EnsEnsRegionInsufficientInventory The node inventory is insufficient, please re-select or contact the product. 节点库存不足,请重新选配
400 EnsRegionCountExceeded Purchase quantity exceeds the single default limit, please re-match, or contact the product. 单次购买节点数量或者区域数量最多为10,针对节点调度单节点实例数量最多为100,总实例数量最多为1000,针对区域调度总实例数量不超过100
400 EnsServiceArrearage The user is in arrears or the status is abnormal, please contact the product. 用户已欠费或状态异常,请充值
400 EnsServiceConsumerNotExists The user has not opened the edge service to pay by volume, please contact the product consultation. 用户未开通边缘服务按量付费,请开通再使用
400 GenerateDataKeyFailure Failed to generate key information, please contact the product. 生成密钥信息失败,请重试
400 InvalidDataDiskCountValueNotSupported The maximum number of dataDiskCount is exceeded,please re-match, or contact the product. 云盘数量太多,不能超过15个,请重新选配
400 SystemError Interface call error, please re-match, or contact the product. 接口调用错误,请重新选配
400 InvalidParameterCategoryNotSupported This disk category is not support kms,please re-select, or contact the product. 云盘类型不支持加密,请重新选配
400 InvalidParameterKMSKeyIdCMKNotEnabled The CMK needs to be enabled, please re-select, or contact the product. 密钥状态错误,请去密钥管理控制台开启密钥状态
400 InvalidImageIdSpec The image does not match the specification cluster information, please re-match. 镜像与规格蔟信息不匹配,请重新选配
400 InvalidParameterInstanceType Failed to obtain specification information, please try to place the order again. 获取规格信息失败,请尝试重新下单
400 InvalidSpecPostPaid This specification is not supported for a Pay-As-You-Go instance. 后付费付费类型实例不支持购买此规格
400 InvalidSpecNetlevel The current network level does not support configuring this specification. 当前网络层级不支持配置该规格
400 SuperfluousDataDiskInstanceSpec Data disk properties cannot be configured for the current specification. 当前规格不能配置数据盘属性
400 SuperfluousImageIdInstanceSpec Image properties cannot be configured for the current specification. 当前规格不能配置镜像属性
400 SuperfluousPublicIpIdentificationInstanceSpec The current specification cannot create a public network card. 当前规格不能创建公网网卡
400 SuperfluousSystemDiskInstanceSpec System disk properties cannot be configured for the current specification. 当前规格不能配置系统盘属性
400 LackImageIdInstanceSpec Image properties must be configured for the current specification. 当前规格必须配置镜像属性
400 LackSystemDiskInstanceSpec System disk properties must be configured for the current specification. 当前规格必须配置系统盘属性
400 LackPublicIpIdentificationInstanceSpec The current specification must create a public network card. 当前规格必须要创建公网网卡
400 LackLabelImageIdEnsRegionId The instance created by using this image on this node lacks the necessary label, please contact the product or operation classmate. 在该节点上使用该镜像创建实例缺少必要的标签
400 InvalidImageIdSystemDisk The system disk size does not match the image size, please re-select. 系统盘大小与镜像大小不匹配,请重新选配
400 SaleNetIpType There is a conflict between the input parameters related to the double stack. 双栈相关入参输入有冲突
400 InvalidSKUStatus Inventory storage unit(SKU) background status is illegal, please submit work order in time. 库存存储单元(SKU)后台状态不合法,请及时提交工单
400 NoPermission Permission denied.
400 EnsPostOpenError Commodity opening failed. 商品开通失败
400 VswitchNotMatchIpv6 The specified switch does not support ipv6. 指定的交换机不支持ipv6
400 SwitchNotSupportIpv6 The specified switch does not support ipv6. 指定交换机不支持 ipv6

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

变更历史

更多信息,参考变更详情