tccli 3.0.1404.1__py2.py3-none-any.whl → 3.0.1406.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
 - tccli/services/autoscaling/v20180419/api.json +1 -1
 - tccli/services/batch/v20170312/api.json +1 -1
 - tccli/services/cdb/v20170320/api.json +95 -25
 - tccli/services/cdb/v20170320/examples.json +3 -3
 - tccli/services/cdn/v20180606/api.json +1 -1
 - tccli/services/cdwdoris/v20211228/api.json +9 -0
 - tccli/services/ckafka/v20190819/api.json +33 -0
 - tccli/services/cloudapp/v20220530/api.json +55 -0
 - tccli/services/cloudhsm/v20191112/api.json +10 -10
 - tccli/services/cls/v20201016/api.json +40 -31
 - tccli/services/cls/v20201016/examples.json +8 -2
 - tccli/services/ctem/v20231128/api.json +30 -0
 - tccli/services/dbbrain/v20191016/api.json +11 -1
 - tccli/services/dbbrain/v20191016/examples.json +1 -1
 - tccli/services/dbbrain/v20210527/api.json +17 -7
 - tccli/services/dbbrain/v20210527/examples.json +1 -1
 - tccli/services/dc/v20180410/api.json +101 -3
 - tccli/services/dlc/v20210125/examples.json +1 -1
 - tccli/services/dts/v20211206/api.json +13 -3
 - tccli/services/emr/v20190103/api.json +11 -2
 - tccli/services/es/es_client.py +57 -4
 - tccli/services/es/v20180416/api.json +3 -3
 - tccli/services/es/v20180416/examples.json +1 -1
 - tccli/services/es/v20250101/api.json +135 -2
 - tccli/services/es/v20250101/examples.json +8 -0
 - tccli/services/ess/ess_client.py +159 -0
 - tccli/services/ess/v20201111/api.json +508 -24
 - tccli/services/ess/v20201111/examples.json +33 -3
 - tccli/services/essbasic/v20210526/api.json +12 -3
 - tccli/services/essbasic/v20210526/examples.json +2 -2
 - tccli/services/gwlb/gwlb_client.py +53 -0
 - tccli/services/gwlb/v20240906/api.json +80 -0
 - tccli/services/gwlb/v20240906/examples.json +8 -0
 - tccli/services/hunyuan/v20230901/api.json +2 -2
 - tccli/services/ioa/ioa_client.py +220 -8
 - tccli/services/ioa/v20220601/api.json +559 -0
 - tccli/services/ioa/v20220601/examples.json +38 -0
 - tccli/services/iotexplorer/iotexplorer_client.py +220 -8
 - tccli/services/iotexplorer/v20190423/api.json +959 -12
 - tccli/services/iotexplorer/v20190423/examples.json +68 -0
 - tccli/services/lcic/v20220817/api.json +2 -2
 - tccli/services/lighthouse/v20200324/api.json +1 -1
 - tccli/services/lke/v20231130/api.json +1 -1
 - tccli/services/lke/v20231130/examples.json +2 -2
 - tccli/services/lkeap/v20240522/api.json +1 -1
 - tccli/services/lkeap/v20240522/examples.json +7 -1
 - tccli/services/monitor/monitor_client.py +53 -0
 - tccli/services/monitor/v20180724/api.json +248 -0
 - tccli/services/monitor/v20180724/examples.json +8 -0
 - tccli/services/mps/v20190612/api.json +140 -2
 - tccli/services/mqtt/v20240516/api.json +10 -0
 - tccli/services/mqtt/v20240516/examples.json +3 -9
 - tccli/services/nlp/v20190408/api.json +6 -6
 - tccli/services/oceanus/oceanus_client.py +110 -4
 - tccli/services/oceanus/v20190422/api.json +157 -13
 - tccli/services/oceanus/v20190422/examples.json +16 -0
 - tccli/services/ocr/v20181119/api.json +3 -3
 - tccli/services/postgres/v20170312/api.json +5 -5
 - tccli/services/privatedns/privatedns_client.py +641 -58
 - tccli/services/privatedns/v20201028/api.json +923 -12
 - tccli/services/privatedns/v20201028/examples.json +88 -0
 - tccli/services/redis/v20180412/api.json +1 -1
 - tccli/services/teo/v20220901/api.json +51 -51
 - tccli/services/tione/v20211111/api.json +1 -1
 - tccli/services/tke/v20180525/api.json +23 -14
 - tccli/services/tke/v20180525/examples.json +1 -1
 - tccli/services/trtc/v20190722/api.json +9 -9
 - tccli/services/trtc/v20190722/examples.json +1 -1
 - tccli/services/tse/v20201207/api.json +30 -1
 - tccli/services/vpc/v20170312/api.json +231 -4
 - tccli/services/vpc/v20170312/examples.json +32 -0
 - tccli/services/vpc/vpc_client.py +228 -16
 - tccli/services/wedata/v20210820/api.json +1281 -601
 - tccli/services/wedata/v20210820/examples.json +127 -157
 - tccli/services/wedata/v20250806/api.json +8736 -3085
 - tccli/services/wedata/v20250806/examples.json +378 -0
 - tccli/services/wedata/wedata_client.py +2903 -836
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +83 -83
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/license_files/LICENSE +0 -0
 
    
        tccli/__init__.py
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            __version__ = '3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            __version__ = '3.0.1406.1'
         
     | 
| 
         @@ -4486,7 +4486,7 @@ 
     | 
|
| 
       4486 
4486 
     | 
    
         
             
                    },
         
     | 
| 
       4487 
4487 
     | 
    
         
             
                    {
         
     | 
| 
       4488 
4488 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4489 
     | 
    
         
            -
                      "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。  </li> \n 
     | 
| 
      
 4489 
     | 
    
         
            +
                      "document": "公网 IP 类型。\n\n<li> WanIP:普通公网IP。</li>\n<li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>\n<li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646) 。  </li> \n如需为资源分配弹性公网IPv4地址,请指定弹性公网IPv4地址类型。如只使用WanIP,不需要设置此字段。\n\n精品IP 高防IP功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
         
     | 
| 
       4490 
4490 
     | 
    
         
             
                      "example": "WanIP",
         
     | 
| 
       4491 
4491 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       4492 
4492 
     | 
    
         
             
                      "name": "IPv4AddressType",
         
     | 
| 
         @@ -441,7 +441,7 @@ 
     | 
|
| 
       441 
441 
     | 
    
         
             
                    {
         
     | 
| 
       442 
442 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       443 
443 
     | 
    
         
             
                      "document": "应用程序软件包的远程存储路径",
         
     | 
| 
       444 
     | 
    
         
            -
                      "example": "cos://kelvin-test-1251762227.cos.ap-nanjing.myqcloud.com/batch_test/",
         
     | 
| 
      
 444 
     | 
    
         
            +
                      "example": "cos://kelvin-test-1251762227.cos.ap-nanjing.myqcloud.com/batch_test/demon_job.tar.gz",
         
     | 
| 
       445 
445 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       446 
446 
     | 
    
         
             
                      "name": "PackagePath",
         
     | 
| 
       447 
447 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -3789,11 +3789,11 @@ 
     | 
|
| 
       3789 
3789 
     | 
    
         
             
                  "members": [
         
     | 
| 
       3790 
3790 
     | 
    
         
             
                    {
         
     | 
| 
       3791 
3791 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       3792 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 3792 
     | 
    
         
            +
                      "document": "售卖实例名称。\nZ3:是高可用类型,对应规格中的 DeviceType,包含 UNIVERSAL,EXCLUSIVE。\nCVM:是基础版类型,对应规格中的 DeviceType 是 BASIC(已下线)。\nTKE:是基础版v2类型,对应规格中的 DeviceType 是 BASIC_V2。\nCLOUD_NATIVE_CLUSTER:表示云盘版标准型。\nCLOUD_NATIVE_CLUSTER_EXCLUSIVE:表示云盘版加强型。\nECONOMICAL:表示经济型。",
         
     | 
| 
       3793 
3793 
     | 
    
         
             
                      "example": "Z3",
         
     | 
| 
       3794 
3794 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       3795 
3795 
     | 
    
         
             
                      "name": "TypeName",
         
     | 
| 
       3796 
     | 
    
         
            -
                      " 
     | 
| 
      
 3796 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       3797 
3797 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3798 
3798 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3799 
3799 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3803,7 +3803,7 @@ 
     | 
|
| 
       3803 
3803 
     | 
    
         
             
                      "example": "[\"5.6\",\"5.7\"]",
         
     | 
| 
       3804 
3804 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       3805 
3805 
     | 
    
         
             
                      "name": "EngineVersion",
         
     | 
| 
       3806 
     | 
    
         
            -
                      " 
     | 
| 
      
 3806 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       3807 
3807 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       3808 
3808 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3809 
3809 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3813,7 +3813,7 @@ 
     | 
|
| 
       3813 
3813 
     | 
    
         
             
                      "example": "[1,2,3]",
         
     | 
| 
       3814 
3814 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       3815 
3815 
     | 
    
         
             
                      "name": "ConfigIds",
         
     | 
| 
       3816 
     | 
    
         
            -
                      " 
     | 
| 
      
 3816 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       3817 
3817 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       3818 
3818 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       3819 
3819 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -4071,7 +4071,7 @@ 
     | 
|
| 
       4071 
4071 
     | 
    
         
             
                    },
         
     | 
| 
       4072 
4072 
     | 
    
         
             
                    {
         
     | 
| 
       4073 
4073 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4074 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 4074 
     | 
    
         
            +
                      "document": "云盘版实例在当前可用区的售卖状态。可能的返回值为:1-上线;3-停售;4-不展示",
         
     | 
| 
       4075 
4075 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       4076 
4076 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       4077 
4077 
     | 
    
         
             
                      "name": "CloudNativeClusterStatus",
         
     | 
| 
         @@ -4081,7 +4081,7 @@ 
     | 
|
| 
       4081 
4081 
     | 
    
         
             
                    },
         
     | 
| 
       4082 
4082 
     | 
    
         
             
                    {
         
     | 
| 
       4083 
4083 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4084 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 4084 
     | 
    
         
            +
                      "document": "云盘版或者单节点基础型支持的磁盘类型。",
         
     | 
| 
       4085 
4085 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       4086 
4086 
     | 
    
         
             
                      "member": "DiskTypeConfigItem",
         
     | 
| 
       4087 
4087 
     | 
    
         
             
                      "name": "DiskTypeConf",
         
     | 
| 
         @@ -4203,7 +4203,7 @@ 
     | 
|
| 
       4203 
4203 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       4204 
4204 
     | 
    
         
             
                },
         
     | 
| 
       4205 
4205 
     | 
    
         
             
                "CheckMigrateResult": {
         
     | 
| 
       4206 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 4206 
     | 
    
         
            +
                  "document": "迁移云盘版校验结果",
         
     | 
| 
       4207 
4207 
     | 
    
         
             
                  "members": [
         
     | 
| 
       4208 
4208 
     | 
    
         
             
                    {
         
     | 
| 
       4209 
4209 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -4545,7 +4545,7 @@ 
     | 
|
| 
       4545 
4545 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
       4546 
4546 
     | 
    
         
             
                },
         
     | 
| 
       4547 
4547 
     | 
    
         
             
                "ClusterInfo": {
         
     | 
| 
       4548 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 4548 
     | 
    
         
            +
                  "document": "云盘版节点信息",
         
     | 
| 
       4549 
4549 
     | 
    
         
             
                  "members": [
         
     | 
| 
       4550 
4550 
     | 
    
         
             
                    {
         
     | 
| 
       4551 
4551 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -4584,7 +4584,7 @@ 
     | 
|
| 
       4584 
4584 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
       4585 
4585 
     | 
    
         
             
                },
         
     | 
| 
       4586 
4586 
     | 
    
         
             
                "ClusterNodeInfo": {
         
     | 
| 
       4587 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 4587 
     | 
    
         
            +
                  "document": "云盘版实例节点信息",
         
     | 
| 
       4588 
4588 
     | 
    
         
             
                  "members": [
         
     | 
| 
       4589 
4589 
     | 
    
         
             
                    {
         
     | 
| 
       4590 
4590 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -7941,6 +7941,16 @@ 
     | 
|
| 
       7941 
7941 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       7942 
7942 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       7943 
7943 
     | 
    
         
             
                    },
         
     | 
| 
      
 7944 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7945 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7946 
     | 
    
         
            +
                      "document": "是否正在开启审计。目前支持的值包括:\"false\"-否,\"true\"-是",
         
     | 
| 
      
 7947 
     | 
    
         
            +
                      "example": "\"true\"",
         
     | 
| 
      
 7948 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7949 
     | 
    
         
            +
                      "name": "IsOpening",
         
     | 
| 
      
 7950 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 7951 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 7952 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 7953 
     | 
    
         
            +
                    },
         
     | 
| 
       7944 
7954 
     | 
    
         
             
                    {
         
     | 
| 
       7945 
7955 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       7946 
7956 
     | 
    
         
             
                      "document": "审计服务开通时间。",
         
     | 
| 
         @@ -13890,7 +13900,7 @@ 
     | 
|
| 
       13890 
13900 
     | 
    
         
             
                  "members": [
         
     | 
| 
       13891 
13901 
     | 
    
         
             
                    {
         
     | 
| 
       13892 
13902 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13893 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13903 
     | 
    
         
            +
                      "document": "磁盘对应的实例类型。仅支持单节点(云盘)和云盘版。",
         
     | 
| 
       13894 
13904 
     | 
    
         
             
                      "example": "CLOUD_NATIVE_CLUSTER",
         
     | 
| 
       13895 
13905 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13896 
13906 
     | 
    
         
             
                      "name": "DeviceType",
         
     | 
| 
         @@ -14629,7 +14639,7 @@ 
     | 
|
| 
       14629 
14639 
     | 
    
         
             
                    {
         
     | 
| 
       14630 
14640 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14631 
14641 
     | 
    
         
             
                      "document": "实例相关信息",
         
     | 
| 
       14632 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14642 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14633 
14643 
     | 
    
         
             
                      "member": "AuditInstanceInfo",
         
     | 
| 
       14634 
14644 
     | 
    
         
             
                      "name": "InstanceInfo",
         
     | 
| 
       14635 
14645 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14665,6 +14675,56 @@ 
     | 
|
| 
       14665 
14675 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       14666 
14676 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       14667 
14677 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 14678 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14679 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14680 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14681 
     | 
    
         
            +
                      "document": "限免状态",
         
     | 
| 
      
 14682 
     | 
    
         
            +
                      "example": "\"TRIAL/EXPIRED/NONE\"",
         
     | 
| 
      
 14683 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 14684 
     | 
    
         
            +
                      "name": "TrialStatus",
         
     | 
| 
      
 14685 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14686 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 14687 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14688 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14689 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14690 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14691 
     | 
    
         
            +
                      "document": "限免开启时间",
         
     | 
| 
      
 14692 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 14693 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 14694 
     | 
    
         
            +
                      "name": "TrialStartTime",
         
     | 
| 
      
 14695 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14696 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 14697 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14698 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14699 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14700 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14701 
     | 
    
         
            +
                      "document": "限免持续时间",
         
     | 
| 
      
 14702 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 14703 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 14704 
     | 
    
         
            +
                      "name": "TrialDuration",
         
     | 
| 
      
 14705 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14706 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 14707 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14708 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14709 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14710 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14711 
     | 
    
         
            +
                      "document": "限免关闭时间",
         
     | 
| 
      
 14712 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 14713 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 14714 
     | 
    
         
            +
                      "name": "TrialCloseTime",
         
     | 
| 
      
 14715 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14716 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 14717 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14718 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14719 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14720 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14721 
     | 
    
         
            +
                      "document": "限免期查询日志时长",
         
     | 
| 
      
 14722 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 14723 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 14724 
     | 
    
         
            +
                      "name": "TrialDescribeLogHours",
         
     | 
| 
      
 14725 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14726 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 14727 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       14668 
14728 
     | 
    
         
             
                    }
         
     | 
| 
       14669 
14729 
     | 
    
         
             
                  ],
         
     | 
| 
       14670 
14730 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -14705,7 +14765,7 @@ 
     | 
|
| 
       14705 
14765 
     | 
    
         
             
                    {
         
     | 
| 
       14706 
14766 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14707 
14767 
     | 
    
         
             
                      "document": "只读vip信息。单独开通只读实例访问的只读实例才有该字段",
         
     | 
| 
       14708 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14768 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14709 
14769 
     | 
    
         
             
                      "member": "RoVipInfo",
         
     | 
| 
       14710 
14770 
     | 
    
         
             
                      "name": "RoVipInfo",
         
     | 
| 
       14711 
14771 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14745,7 +14805,7 @@ 
     | 
|
| 
       14745 
14805 
     | 
    
         
             
                    {
         
     | 
| 
       14746 
14806 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14747 
14807 
     | 
    
         
             
                      "document": "备机信息",
         
     | 
| 
       14748 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14808 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14749 
14809 
     | 
    
         
             
                      "member": "SlaveInfo",
         
     | 
| 
       14750 
14810 
     | 
    
         
             
                      "name": "SlaveInfo",
         
     | 
| 
       14751 
14811 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14795,7 +14855,7 @@ 
     | 
|
| 
       14795 
14855 
     | 
    
         
             
                    {
         
     | 
| 
       14796 
14856 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14797 
14857 
     | 
    
         
             
                      "document": "只读组详细信息",
         
     | 
| 
       14798 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14858 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14799 
14859 
     | 
    
         
             
                      "member": "RoGroup",
         
     | 
| 
       14800 
14860 
     | 
    
         
             
                      "name": "RoGroups",
         
     | 
| 
       14801 
14861 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14875,7 +14935,7 @@ 
     | 
|
| 
       14875 
14935 
     | 
    
         
             
                    {
         
     | 
| 
       14876 
14936 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14877 
14937 
     | 
    
         
             
                      "document": "主实例详细信息",
         
     | 
| 
       14878 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14938 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14879 
14939 
     | 
    
         
             
                      "member": "MasterInfo",
         
     | 
| 
       14880 
14940 
     | 
    
         
             
                      "name": "MasterInfo",
         
     | 
| 
       14881 
14941 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14915,7 +14975,7 @@ 
     | 
|
| 
       14915 
14975 
     | 
    
         
             
                    {
         
     | 
| 
       14916 
14976 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14917 
14977 
     | 
    
         
             
                      "document": "灾备实例详细信息",
         
     | 
| 
       14918 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14978 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14919 
14979 
     | 
    
         
             
                      "member": "DrInfo",
         
     | 
| 
       14920 
14980 
     | 
    
         
             
                      "name": "DrInfo",
         
     | 
| 
       14921 
14981 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -15095,7 +15155,7 @@ 
     | 
|
| 
       15095 
15155 
     | 
    
         
             
                    {
         
     | 
| 
       15096 
15156 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15097 
15157 
     | 
    
         
             
                      "document": "标签列表",
         
     | 
| 
       15098 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 15158 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       15099 
15159 
     | 
    
         
             
                      "member": "TagInfoItem",
         
     | 
| 
       15100 
15160 
     | 
    
         
             
                      "name": "TagList",
         
     | 
| 
       15101 
15161 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -15124,7 +15184,7 @@ 
     | 
|
| 
       15124 
15184 
     | 
    
         
             
                    },
         
     | 
| 
       15125 
15185 
     | 
    
         
             
                    {
         
     | 
| 
       15126 
15186 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15127 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 15187 
     | 
    
         
            +
                      "document": "实例磁盘类型,仅云盘版和单节点(云盘)实例才会返回有效值。\n说明:\n1. 若返回:\"DiskType\": \"CLOUD_HSSD\",则表示该实例磁盘类型为增强型 SSD 云硬盘。\n2. 若返回:\"DiskType\": \"CLOUD_SSD\",则表示该实例磁盘类型为 SSD 云硬盘。\n3. 若返回:\"DiskType\": \"\",且参数 DeviceType 值为 UNIVERSAL 或 EXCLUSIVE,则表示该实例采用的是本地 SSD 盘。",
         
     | 
| 
       15128 
15188 
     | 
    
         
             
                      "example": "CLOUD_SSD",
         
     | 
| 
       15129 
15189 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       15130 
15190 
     | 
    
         
             
                      "name": "DiskType",
         
     | 
| 
         @@ -15144,8 +15204,8 @@ 
     | 
|
| 
       15144 
15204 
     | 
    
         
             
                    },
         
     | 
| 
       15145 
15205 
     | 
    
         
             
                    {
         
     | 
| 
       15146 
15206 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15147 
     | 
    
         
            -
                      "document": " 
     | 
| 
       15148 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 15207 
     | 
    
         
            +
                      "document": "云盘版实例节点信息",
         
     | 
| 
      
 15208 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       15149 
15209 
     | 
    
         
             
                      "member": "ClusterInfo",
         
     | 
| 
       15150 
15210 
     | 
    
         
             
                      "name": "ClusterInfo",
         
     | 
| 
       15151 
15211 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -15171,6 +15231,16 @@ 
     | 
|
| 
       15171 
15231 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       15172 
15232 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       15173 
15233 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 15234 
     | 
    
         
            +
                    },
         
     | 
| 
      
 15235 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15236 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 15237 
     | 
    
         
            +
                      "document": "实例销毁保护状态,on表示开启保护,否则为关闭保护",
         
     | 
| 
      
 15238 
     | 
    
         
            +
                      "example": "on",
         
     | 
| 
      
 15239 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 15240 
     | 
    
         
            +
                      "name": "DestroyProtect",
         
     | 
| 
      
 15241 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 15242 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 15243 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       15174 
15244 
     | 
    
         
             
                    }
         
     | 
| 
       15175 
15245 
     | 
    
         
             
                  ],
         
     | 
| 
       15176 
15246 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -15615,7 +15685,7 @@ 
     | 
|
| 
       15615 
15685 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
       15616 
15686 
     | 
    
         
             
                },
         
     | 
| 
       15617 
15687 
     | 
    
         
             
                "MigrateClusterRoInfo": {
         
     | 
| 
       15618 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 15688 
     | 
    
         
            +
                  "document": "一键迁移云盘版只读实例信息",
         
     | 
| 
       15619 
15689 
     | 
    
         
             
                  "members": [
         
     | 
| 
       15620 
15690 
     | 
    
         
             
                    {
         
     | 
| 
       15621 
15691 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -15673,7 +15743,7 @@ 
     | 
|
| 
       15673 
15743 
     | 
    
         
             
                    },
         
     | 
| 
       15674 
15744 
     | 
    
         
             
                    {
         
     | 
| 
       15675 
15745 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15676 
     | 
    
         
            -
                      "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" -  
     | 
| 
      
 15746 
     | 
    
         
            +
                      "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 云盘版标准型实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 云盘版加强型实例。",
         
     | 
| 
       15677 
15747 
     | 
    
         
             
                      "example": "CLOUD_NATIVE_CLUSTER",
         
     | 
| 
       15678 
15748 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       15679 
15749 
     | 
    
         
             
                      "name": "DeviceType",
         
     | 
| 
         @@ -16252,7 +16322,7 @@ 
     | 
|
| 
       16252 
16322 
     | 
    
         
             
                    {
         
     | 
| 
       16253 
16323 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       16254 
16324 
     | 
    
         
             
                      "document": "废弃。",
         
     | 
| 
       16255 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 16325 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       16256 
16326 
     | 
    
         
             
                      "member": "AuditRuleFilters",
         
     | 
| 
       16257 
16327 
     | 
    
         
             
                      "name": "AuditRuleFilters",
         
     | 
| 
       16258 
16328 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -16261,7 +16331,7 @@ 
     | 
|
| 
       16261 
16331 
     | 
    
         
             
                    {
         
     | 
| 
       16262 
16332 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       16263 
16333 
     | 
    
         
             
                      "document": "规则模板 ID。可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取。",
         
     | 
| 
       16264 
     | 
    
         
            -
                      "example": "cdb-art-nuf7e111",
         
     | 
| 
      
 16334 
     | 
    
         
            +
                      "example": "[\"cdb-art-nuf7e111\"]",
         
     | 
| 
       16265 
16335 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       16266 
16336 
     | 
    
         
             
                      "name": "RuleTemplateIds",
         
     | 
| 
       16267 
16337 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -17886,7 +17956,7 @@ 
     | 
|
| 
       17886 
17956 
     | 
    
         
             
                    {
         
     | 
| 
       17887 
17957 
     | 
    
         
             
                      "disabled": true,
         
     | 
| 
       17888 
17958 
     | 
    
         
             
                      "document": "审计规则(该参数已废弃,不再生效)。",
         
     | 
| 
       17889 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17959 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       17890 
17960 
     | 
    
         
             
                      "member": "AuditRuleFilters",
         
     | 
| 
       17891 
17961 
     | 
    
         
             
                      "name": "AuditRuleFilters",
         
     | 
| 
       17892 
17962 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -383,9 +383,9 @@ 
     | 
|
| 
       383 
383 
     | 
    
         
             
                "DescribeAuditConfig": [
         
     | 
| 
       384 
384 
     | 
    
         
             
                  {
         
     | 
| 
       385 
385 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       386 
     | 
    
         
            -
                    "input": " 
     | 
| 
       387 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \" 
     | 
| 
       388 
     | 
    
         
            -
                    "title": " 
     | 
| 
      
 386 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditConfig\n<公共请求参数>\n\n{\n    \"InstanceId\": \"cdbro-6zpy4ei1\"\n}",
         
     | 
| 
      
 387 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"507f6863-2827-4c2c-9c3b-fbbcc32e1ed4\",\n        \"CreateTime\": \"2025-04-11 15:13:07\",\n        \"IsClosing\": \"false\",\n        \"IsOpening\": \"false\",\n        \"LogExpireDay\": 90,\n        \"LogType\": \"storage\"\n    }\n}",
         
     | 
| 
      
 388 
     | 
    
         
            +
                    "title": "查询实例配置"
         
     | 
| 
       389 
389 
     | 
    
         
             
                  }
         
     | 
| 
       390 
390 
     | 
    
         
             
                ],
         
     | 
| 
       391 
391 
     | 
    
         
             
                "DescribeAuditInstanceList": [
         
     | 
| 
         @@ -8117,7 +8117,7 @@ 
     | 
|
| 
       8117 
8117 
     | 
    
         
             
                    },
         
     | 
| 
       8118 
8118 
     | 
    
         
             
                    {
         
     | 
| 
       8119 
8119 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       8120 
     | 
    
         
            -
                      "document": "IP  
     | 
| 
      
 8120 
     | 
    
         
            +
                      "document": "IP 黑白名单验证失败时返回的状态码。\n注意:\n请求拒绝时,平台默认响应514状态。\n支持自定义为403,404,609状态码,空值时或自定义的不在范围内,均默认为514.\n非514状态码将计入HTTPS计费统计,最终账单将按您的计费规则生成。\n若您开启了自定义状态码,则默认您认同<a href=\"https://cloud.tencent.com/document/product/228/75563\">HTTPS计费规则</a>。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       8121 
8121 
     | 
    
         
             
                      "example": "514",
         
     | 
| 
       8122 
8122 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       8123 
8123 
     | 
    
         
             
                      "name": "ReturnCode",
         
     | 
| 
         @@ -6799,6 +6799,15 @@ 
     | 
|
| 
       6799 
6799 
     | 
    
         
             
                      "name": "DefaultComputeGroup",
         
     | 
| 
       6800 
6800 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       6801 
6801 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 6802 
     | 
    
         
            +
                    },
         
     | 
| 
      
 6803 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6804 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6805 
     | 
    
         
            +
                      "document": "0: 灵活场景 1: 固定场景",
         
     | 
| 
      
 6806 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 6807 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 6808 
     | 
    
         
            +
                      "name": "ComputeGroupType",
         
     | 
| 
      
 6809 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 6810 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
       6802 
6811 
     | 
    
         
             
                    }
         
     | 
| 
       6803 
6812 
     | 
    
         
             
                  ],
         
     | 
| 
       6804 
6813 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -14721,6 +14721,17 @@ 
     | 
|
| 
       14721 
14721 
     | 
    
         
             
                "MqttConnectParam": {
         
     | 
| 
       14722 
14722 
     | 
    
         
             
                  "document": "MQTT连接源参数",
         
     | 
| 
       14723 
14723 
     | 
    
         
             
                  "members": [
         
     | 
| 
      
 14724 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14725 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14726 
     | 
    
         
            +
                      "document": "MQTT的连接port",
         
     | 
| 
      
 14727 
     | 
    
         
            +
                      "example": "9092",
         
     | 
| 
      
 14728 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 14729 
     | 
    
         
            +
                      "name": "Port",
         
     | 
| 
      
 14730 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14731 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 14732 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 14733 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14734 
     | 
    
         
            +
                    },
         
     | 
| 
       14724 
14735 
     | 
    
         
             
                    {
         
     | 
| 
       14725 
14736 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14726 
14737 
     | 
    
         
             
                      "document": "MQTT连接源的用户名",
         
     | 
| 
         @@ -14754,6 +14765,17 @@ 
     | 
|
| 
       14754 
14765 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       14755 
14766 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       14756 
14767 
     | 
    
         
             
                    },
         
     | 
| 
      
 14768 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14769 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14770 
     | 
    
         
            +
                      "document": "MQTT的连接ip",
         
     | 
| 
      
 14771 
     | 
    
         
            +
                      "example": "10.0.0.30",
         
     | 
| 
      
 14772 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 14773 
     | 
    
         
            +
                      "name": "ServiceVip",
         
     | 
| 
      
 14774 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14775 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 14776 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 14777 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 14778 
     | 
    
         
            +
                    },
         
     | 
| 
       14757 
14779 
     | 
    
         
             
                    {
         
     | 
| 
       14758 
14780 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14759 
14781 
     | 
    
         
             
                      "document": "MQTT Instance vpc-id",
         
     | 
| 
         @@ -14797,6 +14819,17 @@ 
     | 
|
| 
       14797 
14819 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       14798 
14820 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       14799 
14821 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 14822 
     | 
    
         
            +
                    },
         
     | 
| 
      
 14823 
     | 
    
         
            +
                    {
         
     | 
| 
      
 14824 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 14825 
     | 
    
         
            +
                      "document": "IP",
         
     | 
| 
      
 14826 
     | 
    
         
            +
                      "example": "10.0.0.30",
         
     | 
| 
      
 14827 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 14828 
     | 
    
         
            +
                      "name": "Ip",
         
     | 
| 
      
 14829 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 14830 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 14831 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 14832 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       14800 
14833 
     | 
    
         
             
                    }
         
     | 
| 
       14801 
14834 
     | 
    
         
             
                  ],
         
     | 
| 
       14802 
14835 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
         @@ -294,6 +294,28 @@ 
     | 
|
| 
       294 
294 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       295 
295 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       296 
296 
     | 
    
         
             
                    },
         
     | 
| 
      
 297 
     | 
    
         
            +
                    {
         
     | 
| 
      
 298 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 299 
     | 
    
         
            +
                      "document": "参数 Id",
         
     | 
| 
      
 300 
     | 
    
         
            +
                      "example": "PARAM_BHFHICABHI3452",
         
     | 
| 
      
 301 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 302 
     | 
    
         
            +
                      "name": "ParamId",
         
     | 
| 
      
 303 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 304 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 305 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 306 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 307 
     | 
    
         
            +
                    },
         
     | 
| 
      
 308 
     | 
    
         
            +
                    {
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 310 
     | 
    
         
            +
                      "document": "参数值 Id",
         
     | 
| 
      
 311 
     | 
    
         
            +
                      "example": "PARAM_BHFHICABHI0423",
         
     | 
| 
      
 312 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "name": "ParamValueId",
         
     | 
| 
      
 314 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 315 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 316 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 317 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 318 
     | 
    
         
            +
                    },
         
     | 
| 
       297 
319 
     | 
    
         
             
                    {
         
     | 
| 
       298 
320 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       299 
321 
     | 
    
         
             
                      "document": "售卖参数值,当ParamType=Quant时,该值有可能为Null\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
         @@ -326,6 +348,39 @@ 
     | 
|
| 
       326 
348 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       327 
349 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       328 
350 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
      
 351 
     | 
    
         
            +
                    },
         
     | 
| 
      
 352 
     | 
    
         
            +
                    {
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 354 
     | 
    
         
            +
                      "document": "模块ID",
         
     | 
| 
      
 355 
     | 
    
         
            +
                      "example": "PARAM_BHFHICABHI000",
         
     | 
| 
      
 356 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 357 
     | 
    
         
            +
                      "name": "ModuleId",
         
     | 
| 
      
 358 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 359 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 360 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 361 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 362 
     | 
    
         
            +
                    },
         
     | 
| 
      
 363 
     | 
    
         
            +
                    {
         
     | 
| 
      
 364 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 365 
     | 
    
         
            +
                      "document": "模块key",
         
     | 
| 
      
 366 
     | 
    
         
            +
                      "example": "phone",
         
     | 
| 
      
 367 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 368 
     | 
    
         
            +
                      "name": "ModuleKey",
         
     | 
| 
      
 369 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 370 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 371 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 372 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 373 
     | 
    
         
            +
                    },
         
     | 
| 
      
 374 
     | 
    
         
            +
                    {
         
     | 
| 
      
 375 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 376 
     | 
    
         
            +
                      "document": "模块名称",
         
     | 
| 
      
 377 
     | 
    
         
            +
                      "example": "手机模块",
         
     | 
| 
      
 378 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 379 
     | 
    
         
            +
                      "name": "ModuleName",
         
     | 
| 
      
 380 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 381 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 382 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 383 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       329 
384 
     | 
    
         
             
                    }
         
     | 
| 
       330 
385 
     | 
    
         
             
                  ],
         
     | 
| 
       331 
386 
     | 
    
         
             
                  "usage": "both"
         
     | 
| 
         @@ -1077,22 +1077,13 @@ 
     | 
|
| 
       1077 
1077 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       1078 
1078 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       1079 
1079 
     | 
    
         
             
                    },
         
     | 
| 
       1080 
     | 
    
         
            -
                    {
         
     | 
| 
       1081 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       1082 
     | 
    
         
            -
                      "document": "货币类型,默认为CNY",
         
     | 
| 
       1083 
     | 
    
         
            -
                      "example": "CNY",
         
     | 
| 
       1084 
     | 
    
         
            -
                      "member": "string",
         
     | 
| 
       1085 
     | 
    
         
            -
                      "name": "Currency",
         
     | 
| 
       1086 
     | 
    
         
            -
                      "required": false,
         
     | 
| 
       1087 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       1088 
     | 
    
         
            -
                    },
         
     | 
| 
       1089 
1080 
     | 
    
         
             
                    {
         
     | 
| 
       1090 
1081 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1091 
1082 
     | 
    
         
             
                      "document": "默认为CREATE,可选RENEW",
         
     | 
| 
       1092 
1083 
     | 
    
         
             
                      "example": "CREATE",
         
     | 
| 
       1093 
1084 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1094 
1085 
     | 
    
         
             
                      "name": "Type",
         
     | 
| 
       1095 
     | 
    
         
            -
                      "required":  
     | 
| 
      
 1086 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
       1096 
1087 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       1097 
1088 
     | 
    
         
             
                    },
         
     | 
| 
       1098 
1089 
     | 
    
         
             
                    {
         
     | 
| 
         @@ -1101,6 +1092,15 @@ 
     | 
|
| 
       1101 
1092 
     | 
    
         
             
                      "example": "virtualization",
         
     | 
| 
       1102 
1093 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1103 
1094 
     | 
    
         
             
                      "name": "HsmType",
         
     | 
| 
      
 1095 
     | 
    
         
            +
                      "required": true,
         
     | 
| 
      
 1096 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 1097 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1098 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1099 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1100 
     | 
    
         
            +
                      "document": "货币类型,默认为CNY",
         
     | 
| 
      
 1101 
     | 
    
         
            +
                      "example": "CNY",
         
     | 
| 
      
 1102 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1103 
     | 
    
         
            +
                      "name": "Currency",
         
     | 
| 
       1104 
1104 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       1105 
1105 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       1106 
1106 
     | 
    
         
             
                    }
         
     |