tencent cloud

云数据库 PostgreSQL

动态与公告
产品动态
产品简介
产品概述
产品特性
产品优势
应用场景
信息安全说明
地域和可用区
产品功能列表
大版本生命周期说明
MSSQL 兼容版
产品计费
计费概述
实例类型与规格
购买方式
退费说明
欠费说明
备份空间收费说明
快速入门
创建 PostgreSQL 实例
连接 PostgreSQL 实例
管理 PostgreSQL 实例
数据导入
通过 DTS 迁移数据
内核能力介绍
内核版本概述
内核版本更新动态
查看内核版本
自研内核功能介绍
数据库审计
审计服务说明
开通审计服务
查看审计日志
修改审计服务
审计性能说明
用户指南
实例管理
升级实例
CPU 弹性扩容
只读实例
账号管理
数据库管理
参数管理
日志管理及分析
备份与恢复
数据迁移
插件管理
网络管理
访问管理
数据安全
租户及资源隔离
安全组
监控与告警
标签
AI 实践
使用 tencentdb_ai 插件调用大模型
使用 tencentdb_ai 插件构建 AI 应用
结合 Supabase 快速构建基于云数据库 PostgreSQL 的后端服务
实践教程
跨库访问
如何在 PostgreSQL 中自动创建分区
基于 pg_roaringbitmap 实现超大规模标签查找
一条 SQL 实现查询附近的人
如何配置云数据库 PostgreSQL 作为 GitLab 外部数据源
通过 cos_fdw 插件支持分级存储能力
通过 pgpool 实现读写分离
通过 auto_explain 插件实现慢 SQL 分析
使用 pglogical 进行逻辑复制
使用 Debezium 采集 PostgreSQL 数据
在 CVM 本地搭建 PostgreSQL 异地灾备环境
只读实例与只读组实践教程
如何使用云函数定时操作数据库
表膨胀处理
性能白皮书
测试方法
测试结果
API 文档
History
Introduction
API Category
Making API Requests
Instance APIs
Read-Only Instance APIs
Backup and Recovery APIs
Parameter Management APIs
Security Group APIs
Performance Optimization APIs
Account APIs
Specification APIs
Network APIs
Data Types
Error Codes
常见问题
相关协议
Service Level Agreement
Terms of Service
词汇表
联系我们

CreateInstances

PDF
聚焦模式
字号
最后更新时间: 2026-04-01 18:23:15

1. API Description

Domain name for API request: postgres.intl.tencentcloudapi.com.

This API is used to create one or more PostgreSQL instances. Instances created through this interface do not need to be initialized and can be used directly.

  • After an instance is successfully created, it will automatically start up, and its status changes to "Running".
  • For prepaid instances, the required amount for the instance purchase will be deducted in advance. For post-paid hourly instances, the amount required for the purchase within the first hour will be temporarily frozen. Please ensure that your account balance is sufficient before calling this interface.
  • A maximum of 100 requests can be initiated per second for this API.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

    Parameter Name Required Type Description
    Action Yes String Common Params. The value used for this API: CreateInstances.
    Version Yes String Common Params. The value used for this API: 2017-03-12.
    Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo.
    Zone Yes String

    The primary availability zone of the instance, for example: ap-guangzhou-3. If needed to support multiple AZs, add primary and secondary AZ information in the DBNodeSet.N field.
    AZ information can be obtained by calling the DescribeZones api and checking the Zone field in the returned value.

    SpecCode Yes String

    Purchasable specification code. Obtain this parameter by calling the SpecCode field in the return value of DescribeClasses.

    Storage Yes Integer

    Instance disk capacity size, unit: GB. The step length for parameter settings is 10.

    InstanceCount Yes Integer

    Number of instances to purchase, value ranges from 1 to 10. Single transaction supports a maximum quantity of 10. If exceeding this quantity, multiple calls can be performed to purchase.

    Period Yes Integer

    Purchase duration, unit: month.

  • Prepaid: Supports 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, and 36.
  • Postpaid: Supports only 1.
  • Charset Yes String

    Instance character set, which currently supports only:

  • UTF8
  • LATIN1
  • AdminName Yes String

    Username of the instance root account. Specific specifications are as follows:

  • The username must consist of 1-16 characters, which can only be letters, digits, or underscores.
  • Cannot be postgres.
  • Cannot begin with digits or pg_.
  • All rules are case-insensitive.
  • AdminPassword Yes String

    Password for the instance root account username, with a length of 8-32 characters. It is recommended to use a password of more than 12 characters and it cannot start with "/".
    Must contain the following four character types:

  • Lowercase letter: [a-z]
  • Uppercase letter: [a-z]
  • Number: 0-9
  • Special character: ()`~!@#$%^&*-+=_
  • DBMajorVersion No String

    PostgreSQL major version number (this parameter is currently required). Version information can be obtained from DescribeDBVersions. Currently supports major versions 10, 11, 12, 13, 14, and 15. For details, see kernel version overview.
    When this parameter is entered, an instance running the latest kernel version of the latest minor version will be created based on this major version number.

    DBVersion No String

    PostgreSQL community major version + minor version number.
    It's generally not recommended to pass in this parameter. If needed, only the latest minor version number under the current major version can be passed.

    DBKernelVersion No String

    PostgreSQL kernel version number.
    It's generally not recommended to pass in this parameter. If needed, only the latest kernel version number under the current major version can be passed.

    InstanceChargeType No String

    Instance billing type. Currently supports:

  • PREPAID: Prepayment, i.e., yearly/monthly subscription
  • POSTPAID_BY_HOUR: Postpaid, i.e., pay-as-you-go
  • Default value: PREPAID
    VpcId No String

    VPC ID, such as vpc-xxxxxxxx (this parameter is currently required). A valid VPC ID can be obtained by logging in to the console to query or by calling the API DescribeVpcEx and acquiring the unVpcId field in the API return.

    SubnetId No String

    VPC subnet ID, such as subnet-xxxxxxxx (this parameter is currently required). Effective VPC subnet IDs can be queried by logging in to the console or by calling the API DescribeSubnets and acquiring the unSubnetId field in the API return.

    DBNodeSet.N No Array of DBNode

    Instance node deployment information. When multi-availability zone deployment is supported, it requires specifying the AZ information for each node.
    AZ information can be obtained from the Zone field in the returned value by calling the DescribeZones API.

    AutoRenewFlag No Integer

    Auto-renewal flag:

  • 0: Manual renewal
  • 1: Auto renewal
  • Default value: 0
    AutoVoucher No Integer

    Whether to automatically use a voucher:

  • 0: No
  • 1: Yes
  • Default value: 0
    VoucherIds.N No Array of String

    Voucher ID list. Currently only support specifying one voucher.

    ProjectId No Integer

    Project ID. The default value is 0, which means it belongs to the default project.

    ActivityId No Integer

    Activity ID.

    Name No String

    Instance name only supports Chinese/English/number/"_"/"-" with length less than 60. If no instance name is specified, "unnamed" is displayed by default.

    TagList.N No Array of Tag

    Tag information that should be bound to the instance is empty by default. You can get it by calling DescribeTags and checking the Tags field in the return value.

    SecurityGroupIds.N No Array of String

    Security group to which an instance belongs. Obtain this parameter by calling the sgId field in the returned value of DescribeSecurityGroups. If not specified, the default security group is bound.

    NeedSupportTDE No Integer

    Whether data transparent encryption is required:

  • 0: No
  • 1: Yes
  • Default value: 0. See Overview of Data Transparent Encryption.
    KMSKeyId No String

    The KeyId of the custom key. If you select custom key encryption, you need to input the KeyId of the custom key. KeyId is the unique identifier of CMK.
    For related reference on KeyId creation and retrieval, see Enable Transparent Data Encryption

    KMSRegion No String

    For regions using the KMS service, KMSRegion is empty by default and the local region KMS is used. If the local region is not supported, select another KMS supported region.
    For details about KMSRegion, see enable transparent data encryption

    KMSClusterId No String

    Designate the service cluster for KMS. If KMSClusterId is empty, use the KMS of the Default Cluster. To select the specified KMS cluster, require the input of KMSClusterId. For details about KMSClusterId, see enable transparent data encryption.

    DBEngine No String

    Database engine, support:

  • postgresql: TencentDB for PostgreSQL
  • mssql_compatible: MSSQL compatible - TencentDB for PostgreSQL
  • Default value: postgresql
    DBEngineConfig No String

    Configuration information for the database engine. The configuration format is as follows:
    {"$key1":"$value1", "$key2":"$value2"}
    Supported engines:
    mssql_compatible engine:

  • migrationMode: Database schema, optional parameter. Valid values: single-db (single-database mode), multi-db (multi-database mode). Default is single-db.
  • defaultLocale: Sorting area rule, optional parameter, cannot be modified after initialization. Default is en_US. Valid values include: "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN".
  • serverCollationName: Collation name, optional parameter, cannot be modified after initialization. Default is sql_latin1_general_cp1_ci_as. Valid values include: "bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as".
  • SyncMode No String

    Primary-standby sync mode, supports:

  • Semi-sync: semi-synchronous
  • Async: asynchronous
  • Default value for the primary instance: Semi-syncDefault value for the read-only instance: Async
    NeedSupportIpv6 No Integer

    Whether required to support Ipv6:

  • 0: No
  • 1: Yes
  • Default value: 0
    DeletionProtection No Boolean

    Whether to enable deletion protection for the instance: true-enable deletion protection; false-disable deletion protection.

    StorageType No String

    Instance storage type. Available values: PHYSICAL_LOCAL_SSD: LOCAL SSD hard disk of PHYSICAL machine; CLOUD_PREMIUM: high-performance CLOUD block storage; CLOUD_SSD: SSD CLOUD disk; CLOUD_HSSD: enhanced SSD CLOUD disk.

    3. Output Parameters

    Parameter Name Type Description
    DealNames Array of String

    Order number list. Each instance corresponds to an order number.

    BillId String

    Frozen transaction ID.

    DBInstanceIdSet Array of String

    ID set of successfully created instances. Return value is available only in pay scenarios.

    RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

    4. Example

    Example1 Creating a PostgreSQL Instance of Version 12.4

    Create a PostgreSQL instance with the new kernel in version 12.4

    Input Example

    POST / HTTP/1.1
    Host: postgres.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: CreateInstances
    <Common request parameters>
    
    {
        "InstanceCount": 1,
        "AutoRenewFlag": 1,
        "AdminName": "test2313",
        "Zone": "ap-guangzhou-2",
        "AdminPassword": " xxxxxxx",
        "DBVersion": "12.4",
        "DBEngine": "postgresql",
        "Storage": 10,
        "Period": 1,
        "SpecCode": "cdb.pg.z1.2g",
        "InstanceChargeType": "prepaid",
        "AutoVoucher": 0,
        "Charset": "UTF8"
    }
    

    Output Example

    {
        "Response": {
            "RequestId": "6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90",
            "DealNames": [
                "20180119110001"
            ],
            "DBInstanceIdSet": [
                "postgres-xxxxx"
            ],
            "BillId": "20181225711000768276471"
        }
    }
    

    Example2 Create a PostgreSQL instance with the latest kernel version in version 12

    Create a PostgreSQL instance with the latest kernel version in version 12 (cross-availability zone).

    Input Example

    POST / HTTP/1.1
    Host: postgres.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: CreateInstances
    <Common request parameters>
    
    {
        "InstanceCount": 1,
        "AutoRenewFlag": 1,
        "DBMajorVersion": "12",
        "Zone": "ap-guangzhou-2",
        "AdminPassword": " xxxxxxx",
        "Charset": "UTF8",
        "Storage": 10,
        "Period": 1,
        "SpecCode": "cdb.pg.z1.2g",
        "InstanceChargeType": "prepaid",
        "AutoVoucher": 0,
        "DBNodeSet": [
            {
                "Role": "Standby",
                "Zone": "ap-guangzhou-3"
            },
            {
                "Role": "Primary",
                "Zone": "ap-guangzhou-2"
            }
        ],
        "AdminName": "test2313"
    }
    

    Output Example

    {
        "Response": {
            "RequestId": "6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90",
            "DealNames": [
                "20180119110001"
            ],
            "DBInstanceIdSet": [
                "postgres-xxxxx"
            ],
            "BillId": "20181225711000768276479"
        }
    }
    

    Example3 Create a PostgreSQL instance with a specified kernel version number

    Create a PostgreSQL instance with kernel version number v12.4_r1.0

    Input Example

    POST / HTTP/1.1
    Host: postgres.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: CreateInstances
    <Common request parameters>
    
    {
        "InstanceCount": 1,
        "AutoRenewFlag": 1,
        "AdminName": "test2313",
        "Zone": "ap-guangzhou-2",
        "AdminPassword": " xxxxxxx",
        "Charset": "UTF8",
        "Storage": 10,
        "Period": 1,
        "SpecCode": "cdb.pg.z1.2g",
        "DBKernelVersion": "v12.4_r1.0",
        "DBEngine": "postgresql",
        "InstanceChargeType": "prepaid",
        "AutoVoucher": 0
    }
    

    Output Example

    {
        "Response": {
            "RequestId": "6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90",
            "DealNames": [
                "20180119110001"
            ],
            "DBInstanceIdSet": [
                "postgres-xxxxx"
            ],
            "BillId": "20181225711000768276476"
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

    Error Code Description
    AuthFailure.UnauthorizedOperation Authentication failed.
    FailedOperation.AllocateQuotasError Failed to request a quota for resource tags.
    FailedOperation.CamAuthFailed CAM authentication failed.
    FailedOperation.CamSigAndAuthError Authentication failed. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.CdbCgwConnectError Failed to get project information. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.CreateBasicNetworkDeniedError Classic network creation is unsupported.
    FailedOperation.CreateOrderFailed Failed to create the renewal order.
    FailedOperation.DatabaseAccessError Failed to access database management service. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.DatabaseAffectedError Data operation failed. Please contact customer service.
    FailedOperation.FailedOperationError Operation failed. Please try again later.
    FailedOperation.FlowCreateError Failed to create a task. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.GetSubnetError Failed to query VPC subnets.
    FailedOperation.GetVpcInfoError Failed to query VPC information. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.InvalidTradeOperate Billing error. Corresponding purchase/renewal/configuration change operations are not allowed for the current instance.
    FailedOperation.PayOrderFailed Failed to make order payment.
    FailedOperation.QueryPriceFailed Failed to query the price.
    FailedOperation.QuerySpecError Failed to query specifications. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.QueryVpcFailed Failed to query VPC.
    FailedOperation.QueryVpcFalied Failed to get VPC details.
    FailedOperation.ServiceAccessError Failed to access internal service. Please try again later. If the problem persists, please contact customer service.
    FailedOperation.StorageMemoryCheckError The memory and storage capacity to which an instance is upgraded should be higher than its original memory and storage capacity.
    FailedOperation.TradeCreateError Failed to request the billing platform to create an order.
    FailedOperation.TradePayOrdersError Failed to request to pay for the order.
    FailedOperation.WhitelistConnectError Failed to query the allowlist. Try again later. If the problem persists, contact customer service.
    InternalError.CgwError CGW error.
    InternalError.CnsError Basic network error.
    InternalError.DBError Backend database execution error.
    InternalError.DfwError DFW error.
    InternalError.FlowError Failed to create the flow.
    InternalError.InternalHttpServerError An exception occurred while executing the request.
    InternalError.JsonParseError Json data parsing failed. contact our customer service for assistance.
    InternalError.SystemError System error. When this error occurs, please contact customer service for assistance.
    InternalError.UnknownError Unknown error. When this error occurs, please contact customer service for assistance.
    InternalError.VpcError VPC error.
    InvalidParameter Parameter error.
    InvalidParameter.ParameterCheckError Failed to check the parameter.
    InvalidParameter.TradeAccessDeniedError Incorrect PID
    InvalidParameter.VpcNotFoundError Failed to query VPC information.
    InvalidParameterValue.AccountExist The current account already exists.
    InvalidParameterValue.BadSpec The instance specification to upgrade to is not purchasable.
    InvalidParameterValue.CharsetNotFoundError Incorrect database character set
    InvalidParameterValue.DataConvertError Failed to convert data format. Please contact customer service.
    InvalidParameterValue.DecryptPasswordFailed Decrypting the password failed. confirm whether the password encryption is correct.
    InvalidParameterValue.IllegalInstanceChargeType Incorrect billing mode.
    InvalidParameterValue.IllegalProjectId Invalid ProjectId.
    InvalidParameterValue.IllegalRegion Invalid Region parameter.
    InvalidParameterValue.IllegalZone Invalid Zone parameter.
    InvalidParameterValue.InterfaceNameNotFound Incorrect ACTION.
    InvalidParameterValue.InvalidAccountError Invalid account. The account name is case-insensitive, must contain 1-16 characters comprised of letters, digits, underscores, and should neither be "postgres" nor start with a digit or "pg_".
    InvalidParameterValue.InvalidAccountFormat Incorrect account format.
    InvalidParameterValue.InvalidAccountName The current account name cannot be a reserved character.
    InvalidParameterValue.InvalidAccountNameError The account setting is invalid. please follow the account naming rules: the account name must be 1-16 characters, can only consist of letters, digits, or underscores; cannot be postgres; cannot start with a digit, pg_, or tencentdb_; all rules are case-insensitive.
    InvalidParameterValue.InvalidAccountNameFormatError The account is invalid. follow the account naming rules: it must consist of letters (a-z, a-z), digits (0-9), and underscores (_), start with a letter or underscore (_), and be no more than 63 characters. system reserved keywords cannot be used, 'postgres' is not allowed, and it cannot start with 'pg_' or 'tencentdb_'.
    InvalidParameterValue.InvalidCharset Incorrect database character set. Currently, only UTF8 and LATIN1 are supported.
    InvalidParameterValue.InvalidInstanceNum The number of purchased instances exceeds the limit.
    InvalidParameterValue.InvalidOrderNum Billing error. Invalid order type ID.
    InvalidParameterValue.InvalidParameterValueError Incorrect parameter value
    InvalidParameterValue.InvalidPasswordFormat Incorrect password format.
    InvalidParameterValue.InvalidPasswordLengthError Invalid password. The password length does not meet the requirements.
    InvalidParameterValue.InvalidPasswordValueError Invalid password. The password must contain uppercase letters, lowercase letters, digits, and symbols (()`~!@#$%^&*-+=_
    InvalidParameterValue.InvalidPid Incorrect PID parameter.
    InvalidParameterValue.InvalidZoneIdError Invalid availability zone.
    InvalidParameterValue.ParameterCharacterError Invalid parameter. The parameter can contain only letters, digits, underscores, and hyphens.
    InvalidParameterValue.ParameterHandleError Failed to process the parameter. Please check if the parameter value is valid.
    InvalidParameterValue.ParameterLengthLimitError The length of parameter exceeds the limit.
    InvalidParameterValue.ParameterOutRangeError Invalid parameter values.
    InvalidParameterValue.RegionNotSupported The current region is not supported.
    InvalidParameterValue.SpecNotRecognizedError Failed to identify the specification ({{1}}).
    InvalidParameterValue.StructParseFailed An error occurred while parsing parameters.
    InvalidPid Incorrect PID parameter.
    OperationDenied.CamDeniedError This operation cannot be performed.
    OperationDenied.InstanceStatusLimitOpError This operation cannot be performed on an instance in this status.
    OperationDenied.InsufficientBalanceError Insufficient account balance.
    OperationDenied.TradePermissionError No payment permission. activation failed.
    OperationDenied.UserNotAuthenticatedError You need to verify your identity to make a purchase.
    OperationDenied.VpcDeniedError You do not have the permission to operate the VPC.
    ResourceInsufficient.ResourceNotEnough There are not enough resources to purchase instances of this specification in the current region.
    ResourceUnavailable.InvalidInstanceStatus Incorrect instance status.
    ResourceUnavailable.ResourceNoPermission No permission for the VPC.
    ResourceUnavailable.VpcResourceNotFound Failed to get the information of the VPC where the instance resides.
    UnauthorizedOperation.UserHasNoRealnameAuthentication Unverified user.
    UnknownError Unknown error. When this error occurs, please contact customer service for assistance.

    帮助和支持

    本页内容是否解决了您的问题?

    填写满意度调查问卷,共创更好文档体验。

    文档反馈