tccli 3.0.1405.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 +31 -21
 - tccli/services/cdn/v20180606/api.json +1 -1
 - 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/v20210527/api.json +17 -7
 - tccli/services/dbbrain/v20210527/examples.json +1 -1
 - tccli/services/dts/v20211206/api.json +13 -3
 - tccli/services/emr/v20190103/api.json +9 -0
 - tccli/services/es/es_client.py +57 -4
 - tccli/services/es/v20250101/api.json +133 -0
 - tccli/services/es/v20250101/examples.json +8 -0
 - tccli/services/ess/ess_client.py +106 -0
 - tccli/services/ess/v20201111/api.json +345 -24
 - tccli/services/ess/v20201111/examples.json +25 -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/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 +152 -8
 - tccli/services/oceanus/v20190422/examples.json +16 -0
 - 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 +11 -2
 - tccli/services/wedata/v20210820/api.json +1281 -601
 - tccli/services/wedata/v20210820/examples.json +127 -157
 - tccli/services/wedata/v20250806/api.json +477 -15
 - tccli/services/wedata/v20250806/examples.json +38 -6
 - tccli/services/wedata/wedata_client.py +216 -4
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +68 -68
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1405.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1405.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,
         
     | 
| 
         @@ -13900,7 +13900,7 @@ 
     | 
|
| 
       13900 
13900 
     | 
    
         
             
                  "members": [
         
     | 
| 
       13901 
13901 
     | 
    
         
             
                    {
         
     | 
| 
       13902 
13902 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13903 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13903 
     | 
    
         
            +
                      "document": "磁盘对应的实例类型。仅支持单节点(云盘)和云盘版。",
         
     | 
| 
       13904 
13904 
     | 
    
         
             
                      "example": "CLOUD_NATIVE_CLUSTER",
         
     | 
| 
       13905 
13905 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13906 
13906 
     | 
    
         
             
                      "name": "DeviceType",
         
     | 
| 
         @@ -14765,7 +14765,7 @@ 
     | 
|
| 
       14765 
14765 
     | 
    
         
             
                    {
         
     | 
| 
       14766 
14766 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14767 
14767 
     | 
    
         
             
                      "document": "只读vip信息。单独开通只读实例访问的只读实例才有该字段",
         
     | 
| 
       14768 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14768 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14769 
14769 
     | 
    
         
             
                      "member": "RoVipInfo",
         
     | 
| 
       14770 
14770 
     | 
    
         
             
                      "name": "RoVipInfo",
         
     | 
| 
       14771 
14771 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14805,7 +14805,7 @@ 
     | 
|
| 
       14805 
14805 
     | 
    
         
             
                    {
         
     | 
| 
       14806 
14806 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14807 
14807 
     | 
    
         
             
                      "document": "备机信息",
         
     | 
| 
       14808 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14808 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14809 
14809 
     | 
    
         
             
                      "member": "SlaveInfo",
         
     | 
| 
       14810 
14810 
     | 
    
         
             
                      "name": "SlaveInfo",
         
     | 
| 
       14811 
14811 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14855,7 +14855,7 @@ 
     | 
|
| 
       14855 
14855 
     | 
    
         
             
                    {
         
     | 
| 
       14856 
14856 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14857 
14857 
     | 
    
         
             
                      "document": "只读组详细信息",
         
     | 
| 
       14858 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14858 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14859 
14859 
     | 
    
         
             
                      "member": "RoGroup",
         
     | 
| 
       14860 
14860 
     | 
    
         
             
                      "name": "RoGroups",
         
     | 
| 
       14861 
14861 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14935,7 +14935,7 @@ 
     | 
|
| 
       14935 
14935 
     | 
    
         
             
                    {
         
     | 
| 
       14936 
14936 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14937 
14937 
     | 
    
         
             
                      "document": "主实例详细信息",
         
     | 
| 
       14938 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14938 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14939 
14939 
     | 
    
         
             
                      "member": "MasterInfo",
         
     | 
| 
       14940 
14940 
     | 
    
         
             
                      "name": "MasterInfo",
         
     | 
| 
       14941 
14941 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -14975,7 +14975,7 @@ 
     | 
|
| 
       14975 
14975 
     | 
    
         
             
                    {
         
     | 
| 
       14976 
14976 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       14977 
14977 
     | 
    
         
             
                      "document": "灾备实例详细信息",
         
     | 
| 
       14978 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 14978 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       14979 
14979 
     | 
    
         
             
                      "member": "DrInfo",
         
     | 
| 
       14980 
14980 
     | 
    
         
             
                      "name": "DrInfo",
         
     | 
| 
       14981 
14981 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -15155,7 +15155,7 @@ 
     | 
|
| 
       15155 
15155 
     | 
    
         
             
                    {
         
     | 
| 
       15156 
15156 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15157 
15157 
     | 
    
         
             
                      "document": "标签列表",
         
     | 
| 
       15158 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 15158 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       15159 
15159 
     | 
    
         
             
                      "member": "TagInfoItem",
         
     | 
| 
       15160 
15160 
     | 
    
         
             
                      "name": "TagList",
         
     | 
| 
       15161 
15161 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -15184,7 +15184,7 @@ 
     | 
|
| 
       15184 
15184 
     | 
    
         
             
                    },
         
     | 
| 
       15185 
15185 
     | 
    
         
             
                    {
         
     | 
| 
       15186 
15186 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15187 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 15187 
     | 
    
         
            +
                      "document": "实例磁盘类型,仅云盘版和单节点(云盘)实例才会返回有效值。\n说明:\n1. 若返回:\"DiskType\": \"CLOUD_HSSD\",则表示该实例磁盘类型为增强型 SSD 云硬盘。\n2. 若返回:\"DiskType\": \"CLOUD_SSD\",则表示该实例磁盘类型为 SSD 云硬盘。\n3. 若返回:\"DiskType\": \"\",且参数 DeviceType 值为 UNIVERSAL 或 EXCLUSIVE,则表示该实例采用的是本地 SSD 盘。",
         
     | 
| 
       15188 
15188 
     | 
    
         
             
                      "example": "CLOUD_SSD",
         
     | 
| 
       15189 
15189 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       15190 
15190 
     | 
    
         
             
                      "name": "DiskType",
         
     | 
| 
         @@ -15204,8 +15204,8 @@ 
     | 
|
| 
       15204 
15204 
     | 
    
         
             
                    },
         
     | 
| 
       15205 
15205 
     | 
    
         
             
                    {
         
     | 
| 
       15206 
15206 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15207 
     | 
    
         
            -
                      "document": " 
     | 
| 
       15208 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 15207 
     | 
    
         
            +
                      "document": "云盘版实例节点信息",
         
     | 
| 
      
 15208 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       15209 
15209 
     | 
    
         
             
                      "member": "ClusterInfo",
         
     | 
| 
       15210 
15210 
     | 
    
         
             
                      "name": "ClusterInfo",
         
     | 
| 
       15211 
15211 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -15231,6 +15231,16 @@ 
     | 
|
| 
       15231 
15231 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       15232 
15232 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       15233 
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
         
     | 
| 
       15234 
15244 
     | 
    
         
             
                    }
         
     | 
| 
       15235 
15245 
     | 
    
         
             
                  ],
         
     | 
| 
       15236 
15246 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -15675,7 +15685,7 @@ 
     | 
|
| 
       15675 
15685 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
       15676 
15686 
     | 
    
         
             
                },
         
     | 
| 
       15677 
15687 
     | 
    
         
             
                "MigrateClusterRoInfo": {
         
     | 
| 
       15678 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 15688 
     | 
    
         
            +
                  "document": "一键迁移云盘版只读实例信息",
         
     | 
| 
       15679 
15689 
     | 
    
         
             
                  "members": [
         
     | 
| 
       15680 
15690 
     | 
    
         
             
                    {
         
     | 
| 
       15681 
15691 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -15733,7 +15743,7 @@ 
     | 
|
| 
       15733 
15743 
     | 
    
         
             
                    },
         
     | 
| 
       15734 
15744 
     | 
    
         
             
                    {
         
     | 
| 
       15735 
15745 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       15736 
     | 
    
         
            -
                      "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" -  
     | 
| 
      
 15746 
     | 
    
         
            +
                      "document": "迁移实例类型。支持值包括: \"CLOUD_NATIVE_CLUSTER\" - 云盘版标准型实例, \"CLOUD_NATIVE_CLUSTER_EXCLUSIVE\" - 云盘版加强型实例。",
         
     | 
| 
       15737 
15747 
     | 
    
         
             
                      "example": "CLOUD_NATIVE_CLUSTER",
         
     | 
| 
       15738 
15748 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       15739 
15749 
     | 
    
         
             
                      "name": "DeviceType",
         
     | 
| 
         @@ -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",
         
     | 
| 
         @@ -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 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -176,9 +176,9 @@ 
     | 
|
| 
       176 
176 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       177 
177 
     | 
    
         
             
                },
         
     | 
| 
       178 
178 
     | 
    
         
             
                "CreateTopic": {
         
     | 
| 
       179 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 179 
     | 
    
         
            +
                  "document": "本接口用于创建日志或指标主题。",
         
     | 
| 
       180 
180 
     | 
    
         
             
                  "input": "CreateTopicRequest",
         
     | 
| 
       181 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 181 
     | 
    
         
            +
                  "name": "创建主题",
         
     | 
| 
       182 
182 
     | 
    
         
             
                  "output": "CreateTopicResponse",
         
     | 
| 
       183 
183 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       184 
184 
     | 
    
         
             
                },
         
     | 
| 
         @@ -337,9 +337,9 @@ 
     | 
|
| 
       337 
337 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       338 
338 
     | 
    
         
             
                },
         
     | 
| 
       339 
339 
     | 
    
         
             
                "DeleteTopic": {
         
     | 
| 
       340 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 340 
     | 
    
         
            +
                  "document": "本接口用于删除日志或指标主题。",
         
     | 
| 
       341 
341 
     | 
    
         
             
                  "input": "DeleteTopicRequest",
         
     | 
| 
       342 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 342 
     | 
    
         
            +
                  "name": "删除主题",
         
     | 
| 
       343 
343 
     | 
    
         
             
                  "output": "DeleteTopicResponse",
         
     | 
| 
       344 
344 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       345 
345 
     | 
    
         
             
                },
         
     | 
| 
         @@ -568,9 +568,9 @@ 
     | 
|
| 
       568 
568 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       569 
569 
     | 
    
         
             
                },
         
     | 
| 
       570 
570 
     | 
    
         
             
                "DescribeTopics": {
         
     | 
| 
       571 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 571 
     | 
    
         
            +
                  "document": "本接口用于获取日志或指标主题列表,支持分页",
         
     | 
| 
       572 
572 
     | 
    
         
             
                  "input": "DescribeTopicsRequest",
         
     | 
| 
       573 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 573 
     | 
    
         
            +
                  "name": "获取主题列表",
         
     | 
| 
       574 
574 
     | 
    
         
             
                  "output": "DescribeTopicsResponse",
         
     | 
| 
       575 
575 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       576 
576 
     | 
    
         
             
                },
         
     | 
| 
         @@ -736,9 +736,9 @@ 
     | 
|
| 
       736 
736 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       737 
737 
     | 
    
         
             
                },
         
     | 
| 
       738 
738 
     | 
    
         
             
                "ModifyTopic": {
         
     | 
| 
       739 
     | 
    
         
            -
                  "document": " 
     | 
| 
      
 739 
     | 
    
         
            +
                  "document": "本接口用于修改日志或指标主题。",
         
     | 
| 
       740 
740 
     | 
    
         
             
                  "input": "ModifyTopicRequest",
         
     | 
| 
       741 
     | 
    
         
            -
                  "name": " 
     | 
| 
      
 741 
     | 
    
         
            +
                  "name": "修改主题",
         
     | 
| 
       742 
742 
     | 
    
         
             
                  "output": "ModifyTopicResponse",
         
     | 
| 
       743 
743 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       744 
744 
     | 
    
         
             
                },
         
     | 
| 
         @@ -2832,7 +2832,7 @@ 
     | 
|
| 
       2832 
2832 
     | 
    
         
             
                    {
         
     | 
| 
       2833 
2833 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2834 
2834 
     | 
    
         
             
                      "document": "允许访问的资源列表,目前仅支持一个Resource",
         
     | 
| 
       2835 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2835 
     | 
    
         
            +
                      "example": "[\"qcs::cls::uin/10000xxxxx:dashboard/dashboard-xx\", \"qcs::cls:ap-guangzhou:uin/10000xxxxx:topic/cxxx\"]",
         
     | 
| 
       2836 
2836 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2837 
2837 
     | 
    
         
             
                      "name": "Resources",
         
     | 
| 
       2838 
2838 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -2898,7 +2898,7 @@ 
     | 
|
| 
       2898 
2898 
     | 
    
         
             
                    {
         
     | 
| 
       2899 
2899 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2900 
2900 
     | 
    
         
             
                      "document": "默认的检索分析语句,仅当Type为2时使用\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       2901 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 2901 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       2902 
2902 
     | 
    
         
             
                      "member": "ConsoleSharingParam",
         
     | 
| 
       2903 
2903 
     | 
    
         
             
                      "name": "Params",
         
     | 
| 
       2904 
2904 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -5815,7 +5815,7 @@ 
     | 
|
| 
       5815 
5815 
     | 
    
         
             
                    },
         
     | 
| 
       5816 
5816 
     | 
    
         
             
                    {
         
     | 
| 
       5817 
5817 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5818 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5818 
     | 
    
         
            +
                      "document": "主题名称\n名称限制\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]\n",
         
     | 
| 
       5819 
5819 
     | 
    
         
             
                      "example": "testname",
         
     | 
| 
       5820 
5820 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5821 
5821 
     | 
    
         
             
                      "name": "TopicName",
         
     | 
| 
         @@ -5824,7 +5824,7 @@ 
     | 
|
| 
       5824 
5824 
     | 
    
         
             
                    },
         
     | 
| 
       5825 
5825 
     | 
    
         
             
                    {
         
     | 
| 
       5826 
5826 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5827 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5827 
     | 
    
         
            +
                      "document": "主题分区个数。默认创建1个,最大支持创建10个分区。",
         
     | 
| 
       5828 
5828 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       5829 
5829 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       5830 
5830 
     | 
    
         
             
                      "name": "PartitionCount",
         
     | 
| 
         @@ -5833,7 +5833,7 @@ 
     | 
|
| 
       5833 
5833 
     | 
    
         
             
                    },
         
     | 
| 
       5834 
5834 
     | 
    
         
             
                    {
         
     | 
| 
       5835 
5835 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5836 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5836 
     | 
    
         
            +
                      "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。",
         
     | 
| 
       5837 
5837 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5838 
5838 
     | 
    
         
             
                      "member": "Tag",
         
     | 
| 
       5839 
5839 
     | 
    
         
             
                      "name": "Tags",
         
     | 
| 
         @@ -5860,7 +5860,7 @@ 
     | 
|
| 
       5860 
5860 
     | 
    
         
             
                    },
         
     | 
| 
       5861 
5861 
     | 
    
         
             
                    {
         
     | 
| 
       5862 
5862 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5863 
     | 
    
         
            -
                      "document": "日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot 
     | 
| 
      
 5863 
     | 
    
         
            +
                      "document": "日志主题的存储类型,可选值 hot(标准存储),cold(低频存储);默认为hot。指标主题不支持该配置。",
         
     | 
| 
       5864 
5864 
     | 
    
         
             
                      "example": "hot",
         
     | 
| 
       5865 
5865 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5866 
5866 
     | 
    
         
             
                      "name": "StorageType",
         
     | 
| 
         @@ -5869,7 +5869,7 @@ 
     | 
|
| 
       5869 
5869 
     | 
    
         
             
                    },
         
     | 
| 
       5870 
5870 
     | 
    
         
             
                    {
         
     | 
| 
       5871 
5871 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5872 
     | 
    
         
            -
                      "document": "存储时间,单位天。\n-  
     | 
| 
      
 5872 
     | 
    
         
            +
                      "document": "存储时间,单位天。\n- 日志主题:日志接入标准存储时,支持1至3600天,值为3640时代表永久保存。\n- 日志主题:日志接入低频存储时,支持7至3600天,值为3640时代表永久保存。\n- 指标主题:支持1至3600天,值为3640时代表永久保存。",
         
     | 
| 
       5873 
5873 
     | 
    
         
             
                      "example": "30",
         
     | 
| 
       5874 
5874 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       5875 
5875 
     | 
    
         
             
                      "name": "Period",
         
     | 
| 
         @@ -5878,7 +5878,7 @@ 
     | 
|
| 
       5878 
5878 
     | 
    
         
             
                    },
         
     | 
| 
       5879 
5879 
     | 
    
         
             
                    {
         
     | 
| 
       5880 
5880 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5881 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5881 
     | 
    
         
            +
                      "document": "主题描述",
         
     | 
| 
       5882 
5882 
     | 
    
         
             
                      "example": "xx部门xx任务topic",
         
     | 
| 
       5883 
5883 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5884 
5884 
     | 
    
         
             
                      "name": "Describes",
         
     | 
| 
         @@ -5887,13 +5887,22 @@ 
     | 
|
| 
       5887 
5887 
     | 
    
         
             
                    },
         
     | 
| 
       5888 
5888 
     | 
    
         
             
                    {
         
     | 
| 
       5889 
5889 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5890 
     | 
    
         
            -
                      "document": "0 
     | 
| 
      
 5890 
     | 
    
         
            +
                      "document": "0:日志主题关闭日志沉降。\n非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。\n仅在StorageType为 hot 时生效,指标主题不支持该配置。",
         
     | 
| 
       5891 
5891 
     | 
    
         
             
                      "example": "7",
         
     | 
| 
       5892 
5892 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       5893 
5893 
     | 
    
         
             
                      "name": "HotPeriod",
         
     | 
| 
       5894 
5894 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       5895 
5895 
     | 
    
         
             
                      "type": "int"
         
     | 
| 
       5896 
5896 
     | 
    
         
             
                    },
         
     | 
| 
      
 5897 
     | 
    
         
            +
                    {
         
     | 
| 
      
 5898 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 5899 
     | 
    
         
            +
                      "document": "主题类型\n- 0:日志主题,默认值\n- 1:指标主题",
         
     | 
| 
      
 5900 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
      
 5901 
     | 
    
         
            +
                      "member": "uint64",
         
     | 
| 
      
 5902 
     | 
    
         
            +
                      "name": "BizType",
         
     | 
| 
      
 5903 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 5904 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
      
 5905 
     | 
    
         
            +
                    },
         
     | 
| 
       5897 
5906 
     | 
    
         
             
                    {
         
     | 
| 
       5898 
5907 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5899 
5908 
     | 
    
         
             
                      "document": "主题自定义ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。\n- 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符\n- 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。\n- 如果指定该字段,需保证全地域唯一",
         
     | 
| 
         @@ -5905,7 +5914,7 @@ 
     | 
|
| 
       5905 
5914 
     | 
    
         
             
                    },
         
     | 
| 
       5906 
5915 
     | 
    
         
             
                    {
         
     | 
| 
       5907 
5916 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5908 
     | 
    
         
            -
                      "document": "免鉴权开关。 false:关闭; true:开启。默认为false。\n开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035) 
     | 
| 
      
 5917 
     | 
    
         
            +
                      "document": "免鉴权开关。 false:关闭; true:开启。默认为false。\n开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。指标主题不支持该配置。",
         
     | 
| 
       5909 
5918 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       5910 
5919 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       5911 
5920 
     | 
    
         
             
                      "name": "IsWebTracking",
         
     | 
| 
         @@ -5914,7 +5923,7 @@ 
     | 
|
| 
       5914 
5923 
     | 
    
         
             
                    },
         
     | 
| 
       5915 
5924 
     | 
    
         
             
                    {
         
     | 
| 
       5916 
5925 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5917 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5926 
     | 
    
         
            +
                      "document": "主题扩展信息",
         
     | 
| 
       5918 
5927 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5919 
5928 
     | 
    
         
             
                      "member": "TopicExtendInfo",
         
     | 
| 
       5920 
5929 
     | 
    
         
             
                      "name": "Extends",
         
     | 
| 
         @@ -5929,7 +5938,7 @@ 
     | 
|
| 
       5929 
5938 
     | 
    
         
             
                  "members": [
         
     | 
| 
       5930 
5939 
     | 
    
         
             
                    {
         
     | 
| 
       5931 
5940 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5932 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 5941 
     | 
    
         
            +
                      "document": "主题ID",
         
     | 
| 
       5933 
5942 
     | 
    
         
             
                      "example": "xxxx-xx-xx-xx-xxxxxxxx",
         
     | 
| 
       5934 
5943 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5935 
5944 
     | 
    
         
             
                      "name": "TopicId",
         
     | 
| 
         @@ -7358,7 +7367,7 @@ 
     | 
|
| 
       7358 
7367 
     | 
    
         
             
                  "members": [
         
     | 
| 
       7359 
7368 
     | 
    
         
             
                    {
         
     | 
| 
       7360 
7369 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       7361 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 7370 
     | 
    
         
            +
                      "document": "主题ID- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
         
     | 
| 
       7362 
7371 
     | 
    
         
             
                      "example": "a5ce0c9c-0690-44a5-bc79-5f2190626bd0",
         
     | 
| 
       7363 
7372 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       7364 
7373 
     | 
    
         
             
                      "name": "TopicId",
         
     | 
| 
         @@ -9651,7 +9660,7 @@ 
     | 
|
| 
       9651 
9660 
     | 
    
         
             
                  "members": [
         
     | 
| 
       9652 
9661 
     | 
    
         
             
                    {
         
     | 
| 
       9653 
9662 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9654 
     | 
    
         
            -
                      "document": "<ul><li>topicName  
     | 
| 
      
 9663 
     | 
    
         
            +
                      "document": "<ul><li>topicName 按照【主题名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用 PreciseSearch 参数设置为精确匹配。类型:String。必选:否</li>\n<li>topicId 按照【主题ID】进行过滤。类型:String。必选:否</li>\n<li>logsetId 按照【日志集ID】进行过滤,可通过调用 <a href=\"https://cloud.tencent.com/document/product/614/58624\">DescribeLogsets</a> 查询已创建的日志集列表或登录控制台进行查看;也可以调用<a href=\"https://cloud.tencent.com/document/product/614/58626\">CreateLogset</a> 创建新的日志集。类型:String。必选:否</li>\n<li>tagKey 按照【标签键】进行过滤。类型:String。必选:否</li>\n<li>tag:tagKey 按照【标签键值对】进行过滤。tagKey 使用具体的标签键进行替换,例如 tag:exampleKey。类型:String。必选:否</li>\n<li>storageType 按照【主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否</li></ul>\n注意:每次请求的 Filters 的上限为10,Filter.Values 的上限为100。",
         
     | 
| 
       9655 
9664 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       9656 
9665 
     | 
    
         
             
                      "member": "Filter",
         
     | 
| 
       9657 
9666 
     | 
    
         
             
                      "name": "Filters",
         
     | 
| 
         @@ -9702,7 +9711,7 @@ 
     | 
|
| 
       9702 
9711 
     | 
    
         
             
                  "members": [
         
     | 
| 
       9703 
9712 
     | 
    
         
             
                    {
         
     | 
| 
       9704 
9713 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9705 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 9714 
     | 
    
         
            +
                      "document": "主题列表",
         
     | 
| 
       9706 
9715 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       9707 
9716 
     | 
    
         
             
                      "member": "TopicInfo",
         
     | 
| 
       9708 
9717 
     | 
    
         
             
                      "name": "Topics",
         
     | 
| 
         @@ -13860,7 +13869,7 @@ 
     | 
|
| 
       13860 
13869 
     | 
    
         
             
                  "members": [
         
     | 
| 
       13861 
13870 
     | 
    
         
             
                    {
         
     | 
| 
       13862 
13871 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13863 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13872 
     | 
    
         
            +
                      "document": "主题ID\n- 通过[获取主题列表](https://cloud.tencent.com/document/product/614/56454)获取主题Id。",
         
     | 
| 
       13864 
13873 
     | 
    
         
             
                      "example": "eb9ec10d-1343-4386-9a6e-75fd9d68726e",
         
     | 
| 
       13865 
13874 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13866 
13875 
     | 
    
         
             
                      "name": "TopicId",
         
     | 
| 
         @@ -13869,7 +13878,7 @@ 
     | 
|
| 
       13869 
13878 
     | 
    
         
             
                    },
         
     | 
| 
       13870 
13879 
     | 
    
         
             
                    {
         
     | 
| 
       13871 
13880 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13872 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13881 
     | 
    
         
            +
                      "document": "主题名称\n输入限制:\n- 不能为空字符串\n- 不能包含字符'|'\n- 不能使用以下名称[\"cls_service_log\",\"loglistener_status\",\"loglistener_alarm\",\"loglistener_business\",\"cls_service_metric\"]",
         
     | 
| 
       13873 
13882 
     | 
    
         
             
                      "example": "testname",
         
     | 
| 
       13874 
13883 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13875 
13884 
     | 
    
         
             
                      "name": "TopicName",
         
     | 
| 
         @@ -13878,7 +13887,7 @@ 
     | 
|
| 
       13878 
13887 
     | 
    
         
             
                    },
         
     | 
| 
       13879 
13888 
     | 
    
         
             
                    {
         
     | 
| 
       13880 
13889 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13881 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13890 
     | 
    
         
            +
                      "document": "标签描述列表,通过指定该参数可以同时绑定标签到相应的主题。最大支持10个标签键值对,并且不能有重复的键值对。",
         
     | 
| 
       13882 
13891 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       13883 
13892 
     | 
    
         
             
                      "member": "Tag",
         
     | 
| 
       13884 
13893 
     | 
    
         
             
                      "name": "Tags",
         
     | 
| 
         @@ -13905,7 +13914,7 @@ 
     | 
|
| 
       13905 
13914 
     | 
    
         
             
                    },
         
     | 
| 
       13906 
13915 
     | 
    
         
             
                    {
         
     | 
| 
       13907 
13916 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13908 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13917 
     | 
    
         
            +
                      "document": "若开启最大分裂,该主题能够允许的最大分区数;\n默认为50;必须为正数",
         
     | 
| 
       13909 
13918 
     | 
    
         
             
                      "example": "50",
         
     | 
| 
       13910 
13919 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       13911 
13920 
     | 
    
         
             
                      "name": "MaxSplitPartitions",
         
     | 
| 
         @@ -13923,7 +13932,7 @@ 
     | 
|
| 
       13923 
13932 
     | 
    
         
             
                    },
         
     | 
| 
       13924 
13933 
     | 
    
         
             
                    {
         
     | 
| 
       13925 
13934 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13926 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13935 
     | 
    
         
            +
                      "document": "主题描述",
         
     | 
| 
       13927 
13936 
     | 
    
         
             
                      "example": "xx部门xx业务topic",
         
     | 
| 
       13928 
13937 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       13929 
13938 
     | 
    
         
             
                      "name": "Describes",
         
     | 
| 
         @@ -13932,7 +13941,7 @@ 
     | 
|
| 
       13932 
13941 
     | 
    
         
             
                    },
         
     | 
| 
       13933 
13942 
     | 
    
         
             
                    {
         
     | 
| 
       13934 
13943 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13935 
     | 
    
         
            -
                      "document": "0 
     | 
| 
      
 13944 
     | 
    
         
            +
                      "document": "0:日志主题关闭日志沉降。\n非0:日志主题开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。\n仅在StorageType为 hot 时生效,指标主题不支持该配置。",
         
     | 
| 
       13936 
13945 
     | 
    
         
             
                      "example": "1",
         
     | 
| 
       13937 
13946 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       13938 
13947 
     | 
    
         
             
                      "name": "HotPeriod",
         
     | 
| 
         @@ -13950,7 +13959,7 @@ 
     | 
|
| 
       13950 
13959 
     | 
    
         
             
                    },
         
     | 
| 
       13951 
13960 
     | 
    
         
             
                    {
         
     | 
| 
       13952 
13961 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13953 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13962 
     | 
    
         
            +
                      "document": "主题扩展信息",
         
     | 
| 
       13954 
13963 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       13955 
13964 
     | 
    
         
             
                      "member": "TopicExtendInfo",
         
     | 
| 
       13956 
13965 
     | 
    
         
             
                      "name": "Extends",
         
     | 
| 
         @@ -13959,7 +13968,7 @@ 
     | 
|
| 
       13959 
13968 
     | 
    
         
             
                    },
         
     | 
| 
       13960 
13969 
     | 
    
         
             
                    {
         
     | 
| 
       13961 
13970 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       13962 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 13971 
     | 
    
         
            +
                      "document": "主题分区数量。\n默认为1;\n取值范围及约束:\n- 当输入值<=0,系统自动调整为1。\n- 如果未传MaxSplitPartitions,需要PartitionCount<=50;\n- 如果传递了MaxSplitPartitions,需要PartitionCount<=MaxSplitPartitions;",
         
     | 
| 
       13963 
13972 
     | 
    
         
             
                      "example": "10",
         
     | 
| 
       13964 
13973 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       13965 
13974 
     | 
    
         
             
                      "name": "PartitionCount",
         
     | 
| 
         @@ -233,9 +233,15 @@ 
     | 
|
| 
       233 
233 
     | 
    
         
             
                "CreateTopic": [
         
     | 
| 
       234 
234 
     | 
    
         
             
                  {
         
     | 
| 
       235 
235 
     | 
    
         
             
                    "document": "创建日志主题",
         
     | 
| 
       236 
     | 
    
         
            -
                    "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n    \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n    \"TopicName\": \"testname\",\n    \" 
     | 
| 
      
 236 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n    \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n    \"TopicName\": \"testname\",\n    \"Period\": 12\n}",
         
     | 
| 
       237 
237 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n        \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n    }\n}",
         
     | 
| 
       238 
238 
     | 
    
         
             
                    "title": "创建日志主题"
         
     | 
| 
      
 239 
     | 
    
         
            +
                  },
         
     | 
| 
      
 240 
     | 
    
         
            +
                  {
         
     | 
| 
      
 241 
     | 
    
         
            +
                    "document": "创建指标主题",
         
     | 
| 
      
 242 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<公共请求参数>\n\n{\n    \"LogsetId\": \"29ccb4c0-ab2f-47ab-9dcd-31413b057812\",\n    \"TopicName\": \"testname\",\n    \"BizType\": 1,\n    \"Period\": 12\n}",
         
     | 
| 
      
 243 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"TopicId\": \"6d069a26-1606-4142-9fa6-17ccee4f9bc9\",\n        \"RequestId\": \"c1731e60-e00d-45ee-a9e8-5343d4f38325\"\n    }\n}",
         
     | 
| 
      
 244 
     | 
    
         
            +
                    "title": "创建指标主题"
         
     | 
| 
       239 
245 
     | 
    
         
             
                  }
         
     | 
| 
       240 
246 
     | 
    
         
             
                ],
         
     | 
| 
       241 
247 
     | 
    
         
             
                "CreateWebCallback": [
         
     | 
| 
         @@ -897,7 +903,7 @@ 
     | 
|
| 
       897 
903 
     | 
    
         
             
                "ModifyTopic": [
         
     | 
| 
       898 
904 
     | 
    
         
             
                  {
         
     | 
| 
       899 
905 
     | 
    
         
             
                    "document": "修改日志主题",
         
     | 
| 
       900 
     | 
    
         
            -
                    "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n    \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n    \"TopicName\": \"testname\",\n    \" 
     | 
| 
      
 906 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopic\n<公共请求参数>\n\n{\n    \"TopicId\": \"866f8a15-ae8e-4ab4-afb2-4ff169fa3dc0\",\n    \"TopicName\": \"testname\",\n    \"Period\": 10\n}",
         
     | 
| 
       901 
907 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n    }\n}",
         
     | 
| 
       902 
908 
     | 
    
         
             
                    "title": "修改日志主题"
         
     | 
| 
       903 
909 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -7846,6 +7846,26 @@ 
     | 
|
| 
       7846 
7846 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       7847 
7847 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       7848 
7848 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 7849 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7850 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7851 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7852 
     | 
    
         
            +
                      "document": "认证主体",
         
     | 
| 
      
 7853 
     | 
    
         
            +
                      "example": "string",
         
     | 
| 
      
 7854 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7855 
     | 
    
         
            +
                      "name": "RecordSubject",
         
     | 
| 
      
 7856 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 7857 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 7858 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 7859 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7860 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7861 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7862 
     | 
    
         
            +
                      "document": "账号Appid",
         
     | 
| 
      
 7863 
     | 
    
         
            +
                      "example": "string",
         
     | 
| 
      
 7864 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7865 
     | 
    
         
            +
                      "name": "AccountAppid",
         
     | 
| 
      
 7866 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 7867 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 7868 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7849 
7869 
     | 
    
         
             
                    }
         
     | 
| 
       7850 
7870 
     | 
    
         
             
                  ],
         
     | 
| 
       7851 
7871 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -7922,6 +7942,16 @@ 
     | 
|
| 
       7922 
7942 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       7923 
7943 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       7924 
7944 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 7945 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7946 
     | 
    
         
            +
                    {
         
     | 
| 
      
 7947 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 7948 
     | 
    
         
            +
                      "document": "认证主体",
         
     | 
| 
      
 7949 
     | 
    
         
            +
                      "example": "string",
         
     | 
| 
      
 7950 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 7951 
     | 
    
         
            +
                      "name": "RecordSubject",
         
     | 
| 
      
 7952 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 7953 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 7954 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       7925 
7955 
     | 
    
         
             
                    }
         
     | 
| 
       7926 
7956 
     | 
    
         
             
                  ],
         
     | 
| 
       7927 
7957 
     | 
    
         
             
                  "usage": "out"
         
     |