Purchases instances.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ens:RunInstances | create | *Instance acs:ens:*:{#accountId}:instance/* |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceType | string | Yes | The instance type. | ens.sn1.small |
InstanceChargeType | string | Yes | The billing method of the instance. Valid values:
| PostPaid |
ImageId | string | No | The ID of the image. For ARM PCB-based server instances, leave this parameter empty. For other instances, this parameter is required. | m-5si16wo6simkt267p8b7hcmy3 |
NetDistrictCode | string | No | The code of the region. Note
This parameter is not available if ScheduleAreaLevel is set to Region and is required if ScheduleAreaLevel is set to other values.
| 350000 |
Carrier | string | No | The Internet service provider (ISP). Note
This parameter is not available if ScheduleAreaLevel is set to Region and is required if ScheduleAreaLevel is set to other values.
| telecom |
ScheduleAreaLevel | string | Yes | The scheduling level. This parameter specifies area-level scheduling or node-level scheduling. Valid values:
| Region |
SchedulingStrategy | string | No | The scheduling policy of the taint. Valid values:
Note
If ScheduleAreaLevel is set to Region, set this parameter to Concentrate. If ScheduleAreaLevel is set to other values, set this parameter to Concentrate or Disperse based on your business requirements.
| concentrate |
EnsRegionId | string | No | The ID of the node. Note
This parameter is required if ScheduleAreaLevel is set to Region and is not available if ScheduleAreaLevel is set to other values.
| cn-foshan-telecom |
Password | string | No | The password that is used to connect to the instance. Note
You need to specify at least one of Password, KeyPairName, and PasswordInherit.
| testPassword |
KeyPairName | string | No | The name of the key pair. Note
You need to specify at least one of Password, KeyPairName, and PasswordInherit.
| wx2-jumpserver |
InternetChargeType | string | No | The bandwidth billing method. Valid values:
Note
This parameter is required if you purchase an ENS instance for the first time. The value that you specified is used as the default value for subsequent purchases.
| BandwidthByDay |
SystemDisk | object | No | The specification of the system disk. | |
Size | long | No | The size of the system disk. Unit: GiB. | 50 |
Category | string | No | The category of the system disk. | local_ssd |
DataDisk | array<object> | No | The specifications of data disks. | |
object | No | The data disks. | ||
Size | long | No | The size of a data disk. Unit: GiB. | 20 |
Category | string | No | The category of the disk. Valid values:
| cloud_efficiency |
Encrypted | boolean | No | Indicates whether the cloud disk is encrypted. Valid values:
| false |
KMSKeyId | string | No | The ID of the Key Management Service (KMS) key that is used for the disk. Valid values:
Note
If you set the Encrypted parameter to true, the default service key is used when the KMSKeyId parameter is empty.
| false |
Period | long | No | The unit of the subscription period.
| 1-9,12 |
InternetMaxBandwidthOut | long | Yes | The maximum public bandwidth. If the value of this parameter is greater than 0, a public IP address is assigned to the instance. | 1 |
Amount | long | Yes | The number of instances that you want to create. Valid values: 1 to 100. | 1 |
NetWorkId | string | No | The ID of the network. Note
This parameter is available only if ScheduleAreaLevel is set to Region and cannot be configured if ScheduleAreaLevel is set to other values. Otherwise, an error occurs.
| net-id |
VSwitchId | string | No | The ID of the vSwitch. Note
This parameter is available only if ScheduleAreaLevel is set to Region and cannot be configured if ScheduleAreaLevel is set to other values. Otherwise, an error occurs.
| vsw-5sagnw7m613oulalkd10nv0ob |
SecurityId | string | No | The ID of security group. | sg-test |
HostName | string | No | The name of the host. | test-HostName |
InstanceName | string | No | The name of the instance. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with The default value of this parameter is the value of the InstanceId parameter. | TestName |
UniqueSuffix | boolean | No | Specifies whether to append sequential suffixes to the hostname specified by the HostName parameter and to the instance name specified by the InstanceName parameter. The sequential suffixes range from 001 to 999. | True |
UserData | string | No | The custom data. The maximum data size is 16 KB. You can specify UserData. UserData must be Base64-encoded. | ZWtest |
AutoRenew | boolean | No | Specifies whether to enable auto-renewal. Valid values:
Note
This parameter is not available when InstanceChargeType is set to PostPaid.
| true |
SchedulingPriceStrategy | string | No | The scheduling price policy. Valid values:
| PriceHighPriority |
PrivateIpAddress | string | No | The private IP address. Note
This parameter is available only if ScheduleAreaLevel is set to Region and cannot be configured if ScheduleAreaLevel is set to other values. Otherwise, an error occurs. If you specify a private IP address, the number of instances must be 1. The private IP address takes effect only when the private IP address and the vSwitch ID are not empty.
| 10.0.0.120 |
PeriodUnit | string | No | The unit of the subscription period. Valid values:
| Month |
PublicIpIdentification | boolean | No | Specifies whether to enable public IP address identification. Valid values: true and false. Default value: false. | true |
PasswordInherit | boolean | No | Specifies whether to use the preset password of the image. Valid values:
Note
You need to specify at least one of Password, KeyPairName, and PasswordInherit.
| false |
InstanceChargeStrategy | string | No | The billing policy of the instance. Valid values:
| instance |
BillingCycle | string | No | The billing cycle of computing resources of the instance. Only pay-as-you-go instances are supported. Valid values:
| Day |
IpType | string | No | The type of the IP address. Examples:
| ipv4 |
AutoUseCoupon | string | No | Specifies whether to use coupons. Default value: true. | true |
Tag | array<object> | No | The tags. | |
object | No | The tags. | ||
Key | string | No | The key of the tag. | team |
Value | string | No | The value of the tag. | tagValue |
AutoReleaseTime | string | No | The time when to automatically release the pay-as-you-go instance. Specify the time in the ISO 8601 standard in the
| 2023-06-28T14:38:52Z |
SpotStrategy | string | No | The bidding policy for the pay-as-you-go instance. This parameter is valid only when the
Default value: NoSpot. | SpotAsPriceGo |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "91E4AFBE-4E35-5D2A-A886-BB477C9953D2",
"InstanceIds": [
"['i-5xxxx26dix05koz15l5413j25o', 'i-5sdmxxxx']"
],
"OrderId": "213177957850399"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
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. | Regional sales constraint verification failed, please re-match |
400 | ens.interface.error | Failed to call API. | - |
400 | OrderFailed | Order failed, please try again. | Order failed, please try again |
400 | SystemUseCouponFailed | Failed to use coupon. | Failed to use coupon |
400 | SystemUseStoredCardFailed | Failed to use stored value card. | Failed to use stored value card |
400 | System.SystemError | system error. | system error. |
400 | SystemCanRefundCheckFailed | The business rule check of the cloud product fails, and this order cannot be refunded. | The business rule check of the cloud product fails, and this order cannot be refunded. |
400 | SystemOtsSystem | ots storage error. | ots storage error. |
400 | SystemQueryImmortalError | Failed to call Juxiange. | Failed to call Juxiange. |
400 | SystemQueryInstanceInfoFailed | Failed to find instance information. | Failed to find instance information |
400 | SystemResellerPayCalRefundUnitError | Ecological payment channel calculation unsubscribe information error. | Ecological payment channel calculation unsubscribe information error. |
400 | SystemSaleValidateFailed | Sales Expression Validation System Error. | Sales Expression Validation System Error |
400 | SystemTransferDeleteOldResourceFailed | Failed to delete the transferred instance in the transfer order. | Failed to delete the transferred instance in the transfer order. |
400 | SystemUnSupportOperationType | Unsupported operation type. | Unsupported operation type. |
400 | RiskRiskControlRejection | Risk Control Rejection. | Risk Control Rejection. |
400 | AuthRamAuthFailed | ram sub-account authentication failed. | RAM sub-account authentication failed. |
400 | CommodityInvalidComponent | The module you purchased is illegal, please re-select. | The module you purchased is illegal, please re-select. |
400 | CommodityInvalidItemCode | Specification code illegal. | Specification code illegal. |
400 | PriceHsfTimeoutError | Time out when calling the request for quotation interface. | Time out when calling the request for quotation interface. |
400 | PricePatingConfigError | Inquiry related goods configuration error. | Inquiry related goods configuration error. |
400 | PricePricingPlanResultNotFound | Pricing plan price result not found. | Pricing plan price result not found. |
400 | PriceRatingGetRatingpricingPlan | Obtain a valid pricing plan exception. | Obtain a valid pricing plan exception. |
400 | OrderAbnormalResourceStatusForRenew | Invalid resource status for renewal. | Invalid resource status for renewal. |
400 | OrderAccountStatusIllegal | Illegal account status. | Illegal account status. |
400 | OrderArrearage | User Arrears. | User Arrears. |
400 | OrderBidUserOrderForbidden | Bid users cannot buy on the official website. | Bid users cannot buy on the official website. |
400 | OrderCaptureFailed | The paid order of the instance has not been deducted successfully. | The paid order of the instance has not been deducted successfully. |
400 | OrderExistsReleasedInstances | There are already released instances. | There are already released instances. |
400 | OrderGroupOrderSizeOverflow | The quantity of bound combined payment order exceeds the limit. | The quantity of bound combined payment order exceeds the limit. |
400 | OrderHomeCurrencyCanNotDowngrade | Users in current currency cannot downgrade. | Users in current currency cannot downgrade. |
400 | OrderHomeCurrencyCanNotUpgradeByValueTransfer | Users of current currency cannot upgrade through residual value transfer. | Users of current currency cannot upgrade through residual value transfer. |
400 | OrderInstanceHasInactiveChange | Instances exist temporary upgrade. | Instances exist temporary upgrade. |
400 | OrderInstHasUnpaidOrder | The instance has an unpaid order. | The instance has an unpaid order. |
400 | OrderInstHasUnsettledBills | The instance has an unsettled bill. | The instance has an unsettled bill. |
400 | OrderLatestOrderIsHandling | Recent order is being processed, please try again later. | Recent order is being processed, please try again later. |
400 | OrderMainOrderSizeOverflow | The quantity of the main order exceeds the limit. | The quantity of the main order exceeds the limit. |
400 | OrderMissingModuleInfoError | Module parameter not specified. | Module parameter not specified. |
400 | OrderNoRealNameAuthentication | No real-name authentication. | No real-name authentication. |
400 | OrderNotFound | The specified order information is not found. | The specified order information is not found. |
400 | OrderOpend | You have activated this product. | You have activated this product. |
400 | OrderPeriodInvalid | Illegal order cycle. | Illegal order cycle. |
400 | OrderQuantityInvalid | Illegal quantity ordered. | Illegal quantity ordered. |
400 | OrderQueryInstanceError | Query instance error. | Query instance error. |
400 | OrderQueryInstanceNotExists | Instance data does not exist. | Instance data does not exist. |
400 | OrderQueryOrderExchangeRateFail | Failed to query order exchange rate information. | Failed to query order exchange rate information. |
400 | OrderQueryUserSettleInfoFail | Failed to query user settlement information. | Failed to query user settlement information. |
400 | OrderQuotaExceeded | Quantity exceeds limit. | Quantity exceeds limit. |
400 | OrderSysConstraintInvalid | System constraint check failed. | System constraint check failed. |
400 | OrderSysConstraintInvalid | The pre-verification of the order failed, please re-match or contact the product. | The pre-verification of the order failed, please re-match or contact the product. |
400 | OrderTradeCompleteSettleInfoFail | Failed to complete the order settlement currency amount information. | 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. | 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. | 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. | 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. | 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. | Currently, there is a temporary order in effect, and operations such as upgrade/downgrade/expansion/pre-transfer cannot be performed. |
400 | ProductInstanceReleased | Instance released. | Instance released. |
400 | ProductInstanceTypeNotSupported | The instance type is not supported. | The instance type is not supported. |
400 | PatRiskRejectForTradeData | Payment order problem leads to risk control rejection. | Payment order problem leads to risk control rejection. |
400 | PayAccountBookNotExist | There is no insufficient account balance in the account book, please retry after recharging. | There is no insufficient account balance in the account book, please retry after recharging. |
400 | PayAmountLimitExceeded | Payment limit exceeded, please resubmit. | Payment limit exceeded, please resubmit. |
400 | PayBeforePayRiskRuleValidateFailed | The payment was blocked by risk control, and the payment failed. | The payment was blocked by risk control, and the payment failed. |
400 | PayCounponNotExist | Counpon does not exist. | Counpon does not exist. |
400 | PayCouponAmountNotEnough | Insufficient voucher balance or expired. | Insufficient voucher balance or expired. |
400 | PayCouponNotMeetConsumptionRule | The coupon does not meet the conditions for use. | The coupon does not meet the conditions for use. |
400 | PayCurrencyInconsistency | Currency mismatch. | Currency mismatch. |
400 | PayCurrencyNotSupported | Currency not supported. | Currency not supported. |
400 | PayForbiddenNoReasonFefund | Banned five days no reason refund. | Banned five days no reason refund. |
400 | PayHsfTimeoutError | Call payment system timeout. | Call payment system timeout. |
400 | PayInsufficientBalance | Account balance is insufficient, please recharge and try again. | Account balance is insufficient, please recharge and try again. |
400 | PayInvalidCreditCard | Invalid credit card. | Invalid credit card. |
400 | PayInvalidPayMethod | Illegal payment method. | Illegal payment method. |
400 | PayMegrePayOrderHasThanOneChagreChannel | Payment failed, please retry or submit work order feedback. | Payment failed, please retry or submit work order feedback. |
400 | PayNoCreditCard | No valid payment method, please check the payment method and try again. | No valid payment method, please check the payment method and try again. |
400 | PayOrderPayTimeInvalid | Order effective time is invalid. | Order effective time is invalid. |
400 | PayPartRefundNotSupport | Not Capture, no partial refund. | Not Capture, no partial refund. |
400 | PayPayChannelPayOrderInvalidStatus | Illegal status of payment order in payment channel. | Illegal status of payment order in payment channel. |
400 | PayPayChannelPayOrderNotExist | Payment channel payment order does not exist. | Payment channel payment order does not exist. |
400 | PayPayerAccountIllegal | Illegal payment account. | Illegal payment account. |
400 | PayPayFailedParentRelationchanged | If the financial custody relationship changes, please void the order and place a new order for payment. | If the financial custody relationship changes, please void the order and place a new order for payment. |
400 | PayPayForbidUserCoupon | Coupon prohibited for orders. | Coupon prohibited for orders. |
400 | PayQueryAvailableAmountFailed | Failed to query user availability, please try again later. | 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. | Failed to query the availability of quota direct customer main user, please try again later. |
400 | PayQueryParentRelationshipFailed | Failed to query current user hosting relationship, please try again later. | 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. | 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. | Accumulated refund amount exceeds payment order amount. |
400 | PayResellerPayGetUrlError | Order payment failed, please try again later. | Order payment failed, please try again later. |
400 | PayRiskRejectForPayerAccount | Payment account problem leads to risk control rejection. | Payment account problem leads to risk control rejection. |
400 | PayStoredCardNotExist | Stored value card does not exist. | Stored value card does not exist. |
400 | PaySystemError | Error calling payment system. | Error calling payment system |
400 | PayTaxCalcFailed | Failed to get user tax address. | Failed to get user tax address. |
400 | PayWithholdingAgreementIllegal | Withholding Agreement Status Illegal. | Withholding Agreement Status Illegal. |
400 | AccountAliyunAccountFrozen | Alibaba Cloud account is frozen. | Alibaba Cloud account is frozen. |
400 | AccountAliyunAccountNotExist | Alibaba Cloud account does not exist. | Alibaba Cloud account does not exist. |
400 | RefundRefundInstanceNotFound | Unable to find instance information. | Unable to find instance information. |
400 | RefundRefundNoValidProd | Refund is not available to unsubscribe. | Refund is not available to unsubscribe. |
400 | RefundRefundParamInvalid | Abnormal refund parameter. | Abnormal refund parameter. |
400 | RefundRefundQueryOrderFail | Failed to query order for refund field. | Failed to query order for refund field. |
400 | SystemConcurrentOperate | Concurrent operation causes failure. | Concurrent operation causes failure. |
400 | PricePricingPlanNotFound | Pricing plan tree not found. | Pricing plan tree not found. |
400 | OrderInstanceHasTempUpgrade | Instances exist temporary upgrade. | Instances exist temporary upgrade. |
400 | PayQueryParentRelationchangedFailed | The financial custody relationship may change, please refresh and pay again. | The financial custody relationship may change, please refresh and pay again. |
400 | PayforCreditPayInsufficientBalance | Insufficient quota, please contact your channel partner to increase the quota. | 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. | 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. | 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. | Inventory sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceSpec | Instance specification sales constraint verification failed, please re-match, or contact the product. | Instance specification sales constraint verification failed, please re-match |
400 | SaleControlVerificationFailedInstanceNetLevel | The network-level sales constraint verification failed, please re-match or contact the product. | Network level sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceCpuCore | cpu core sales constraint verification failed, please re-match, or contact the product. | cpu core sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceBandwidthValue | The bandwidth speed limit value sales constraint verification failed, please re-match or contact the product. | The bandwidth speed limit value sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceBandwidthType | Bandwidth type sales constraint verification failed, please re-match, or contact the product. | Bandwidth billing method sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceSystemDiskSpec | The system disk capacity sales constraint verification failed, please re-match or contact the product. | The system disk capacity sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceDataDiskType | Data disk type sales constraint verification failed, please re-select, or contact the product. | Cloud disk type sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedInstanceDataDiskSpec | Data disk capacity sales constraint verification failed, please re-match, or contact the product. | Cloud disk capacity sales constraint verification failed, please re-match |
400 | SaleControlVerificationFailedInstanceDataDiskBlock | The sales constraint verification of the number of data disks failed, please re-match or contact the product. | Cloud disk quantity sales constraint verification failed, please re-match |
400 | SaleControlVerificationFailedRegion | The node sales constraint verification failed, please re-select or contact the product. | Node sales constraint verification failed, please re-select |
400 | SaleControlVerificationFailedCarrier | The isp failed to verify the sales restriction. Please re-select or contact the product. | Operator sales constraint verification failed, please re-select |
400 | EnsAreaCountIllegal | The number of instances in the region is all 0, please re-select or contact the product. | The number of instances with regions is all 0, please re-select |
400 | EnsAreaInsufficientInventory | Regional inventory is insufficient, please re-match, or contact the product. | Insufficient regional inventory, please re-match |
400 | EnsEnsRegionInsufficientInventory | The node inventory is insufficient, please re-select or contact the product. | Insufficient node inventory, please re-select |
400 | EnsRegionCountExceeded | Purchase quantity exceeds the single default limit, please re-match, or contact the product. | The maximum number of nodes or regions purchased at a time is 10, the maximum number of single-node instances scheduled for a node is 100, and the maximum number of total instances is 1000, and the total number of instances scheduled for a region is 100 or less |
400 | EnsServiceArrearage | The user is in arrears or the status is abnormal, please contact the product. | The user is overdue or in abnormal status, please recharge |
400 | EnsServiceConsumerNotExists | The user has not opened the edge service to pay by volume, please contact the product consultation. | The user has not activated the edge service to pay by volume, please activate and use it again. |
400 | GenerateDataKeyFailure | Failed to generate key information, please contact the product. | Failed to generate key information, please try again |
400 | InvalidDataDiskCountValueNotSupported | The maximum number of dataDiskCount is exceeded,please re-match, or contact the product. | The number of cloud disks is too large, not more than 15, please re-select |
400 | SystemError | Interface call error, please re-match, or contact the product. | Interface call error, please re-select |
400 | InvalidParameterCategoryNotSupported | This disk category is not support kms,please re-select, or contact the product. | Cloud disk type does not support encryption, please re-select |
400 | InvalidParameterKMSKeyIdCMKNotEnabled | The CMK needs to be enabled, please re-select, or contact the product. | The key status is incorrect, please go to the key management console to enable the key status. |
400 | InvalidImageIdSpec | The image does not match the specification cluster information, please re-match. | 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. | 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. | This specification is not supported for a Pay-As-You-Go instance. |
400 | InvalidSpecNetlevel | The current network level does not support configuring this specification. | The current network level does not support configuring this specification. |
400 | SuperfluousDataDiskInstanceSpec | Data disk properties cannot be configured for the current specification. | Data disk properties cannot be configured for the current specification |
400 | SuperfluousImageIdInstanceSpec | Image properties cannot be configured for the current specification. | Image properties cannot be configured for the current specification |
400 | SuperfluousPublicIpIdentificationInstanceSpec | The current specification cannot create a public network card. | The current specification cannot create a public network card. |
400 | SuperfluousSystemDiskInstanceSpec | System disk properties cannot be configured for the current specification. | System disk properties cannot be configured for the current specification |
400 | LackImageIdInstanceSpec | Image properties must be configured for the current specification. | Image properties must be configured for the current specification |
400 | LackSystemDiskInstanceSpec | System disk properties must be configured for the current specification. | System disk properties must be configured for the current specification |
400 | LackPublicIpIdentificationInstanceSpec | The current specification must create a public network card. | 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. | The required tag for creating an instance using this image on this node is missing |
400 | InvalidImageIdSystemDisk | The system disk size does not match the image size, please re-select. | 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. | 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. | Inventory storage unit(SKU) background status is illegal, please submit work order in time. |
400 | NoPermission | Permission denied. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-12 | The Error code has changed | View Change Details |
2024-08-27 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2024-08-20 | The Error code has changed | View Change Details |
2024-08-19 | The Error code has changed | View Change Details |
2024-06-28 | The Error code has changed | View Change Details |
2024-04-09 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2024-01-25 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-11-07 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-10-19 | The Error code has changed | View Change Details |
2023-10-17 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-07-27 | The Error code has changed | View Change Details |
2023-07-27 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-06-13 | The Error code has changed | View Change Details |
2023-06-08 | The Error code has changed | View Change Details |
2023-05-10 | The Error code has changed. The request parameters of the API has changed | View Change Details |