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
 
| 
         @@ -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"
         
     | 
| 
         @@ -1573,7 +1573,7 @@ 
     | 
|
| 
       1573 
1573 
     | 
    
         
             
                    },
         
     | 
| 
       1574 
1574 
     | 
    
         
             
                    {
         
     | 
| 
       1575 
1575 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1576 
     | 
    
         
            -
                      "document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL 
     | 
| 
      
 1576 
     | 
    
         
            +
                      "document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL;\"mariadb\"-mariadb;\"cynosdb\"-TDSQL-C for MySQL ;\"dcdb\"-TDSQL MySQL 默认为\"mysql\"。",
         
     | 
| 
       1577 
1577 
     | 
    
         
             
                      "example": "mysql",
         
     | 
| 
       1578 
1578 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1579 
1579 
     | 
    
         
             
                      "name": "Product",
         
     | 
| 
         @@ -3777,6 +3777,16 @@ 
     | 
|
| 
       3777 
3777 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
       3778 
3778 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       3779 
3779 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 3780 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3781 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3782 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3783 
     | 
    
         
            +
                      "document": "sql类型\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 3784 
     | 
    
         
            +
                      "example": "StartTransaction,SQLSelectStatement,MySqlDeleteStatement",
         
     | 
| 
      
 3785 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 3786 
     | 
    
         
            +
                      "name": "SqlType",
         
     | 
| 
      
 3787 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 3788 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 3789 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
       3780 
3790 
     | 
    
         
             
                    }
         
     | 
| 
       3781 
3791 
     | 
    
         
             
                  ],
         
     | 
| 
       3782 
3792 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -138,7 +138,7 @@ 
     | 
|
| 
       138 
138 
     | 
    
         
             
                  {
         
     | 
| 
       139 
139 
     | 
    
         
             
                    "document": "查询实时线程列表。",
         
     | 
| 
       140 
140 
     | 
    
         
             
                    "input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMySqlProcessList\n&Product=mysql\n&InstanceId=cdb-test\n&User=root\n&<公共请求参数>",
         
     | 
| 
       141 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"24665720-8c93-11eb-bee6-e98cea0e6794\",\n        \"ProcessList\": [\n            {\n                \"Host\": \"127.0.0.1:42036\",\n                \"State\": \"\",\n                \"Command\": \"Sleep\",\n                \"Time\": \"1179\",\n                \"ID\": \"171588317\",\n                \"User\": \"root\",\n                \"Info\": \"\",\n                \"DB\": \"demo_db\"\n            }\n        ]\n    }\n}",
         
     | 
| 
      
 141 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"24665720-8c93-11eb-bee6-e98cea0e6794\",\n        \"ProcessList\": [\n            {\n                \"Host\": \"127.0.0.1:42036\",\n                \"State\": \"\",\n                \"Command\": \"Sleep\",\n                \"Time\": \"1179\",\n                \"ID\": \"171588317\",\n                \"User\": \"root\",\n                \"Info\": \"\",\n                \"SqlType\": \"\",\n                \"DB\": \"demo_db\"\n            }\n        ]\n    }\n}",
         
     | 
| 
       142 
142 
     | 
    
         
             
                    "title": "查询实时线程列表。"
         
     | 
| 
       143 
143 
     | 
    
         
             
                  }
         
     | 
| 
       144 
144 
     | 
    
         
             
                ],
         
     | 
| 
         @@ -4975,8 +4975,8 @@ 
     | 
|
| 
       4975 
4975 
     | 
    
         
             
                    },
         
     | 
| 
       4976 
4976 
     | 
    
         
             
                    {
         
     | 
| 
       4977 
4977 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4978 
     | 
    
         
            -
                      "document": " 
     | 
| 
       4979 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 4978 
     | 
    
         
            +
                      "document": "线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。",
         
     | 
| 
      
 4979 
     | 
    
         
            +
                      "example": "Updating",
         
     | 
| 
       4980 
4980 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       4981 
4981 
     | 
    
         
             
                      "name": "State",
         
     | 
| 
       4982 
4982 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -4984,7 +4984,7 @@ 
     | 
|
| 
       4984 
4984 
     | 
    
         
             
                    },
         
     | 
| 
       4985 
4985 
     | 
    
         
             
                    {
         
     | 
| 
       4986 
4986 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4987 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 4987 
     | 
    
         
            +
                      "document": "线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。",
         
     | 
| 
       4988 
4988 
     | 
    
         
             
                      "example": "Execute",
         
     | 
| 
       4989 
4989 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       4990 
4990 
     | 
    
         
             
                      "name": "Command",
         
     | 
| 
         @@ -5020,7 +5020,7 @@ 
     | 
|
| 
       5020 
5020 
     | 
    
         
             
                    },
         
     | 
| 
       5021 
5021 
     | 
    
         
             
                    {
         
     | 
| 
       5022 
5022 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5023 
     | 
    
         
            -
                      "document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" 
     | 
| 
      
 5023 
     | 
    
         
            +
                      "document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"mariadb\"-mariadb;\"cynosdb\"-TDSQL-C for MySQL ;\"dcdb\"-TDSQL MySQL 默认为\"mysql\"。\n\n",
         
     | 
| 
       5024 
5024 
     | 
    
         
             
                      "example": "mysql",
         
     | 
| 
       5025 
5025 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       5026 
5026 
     | 
    
         
             
                      "name": "Product",
         
     | 
| 
         @@ -5054,7 +5054,7 @@ 
     | 
|
| 
       5054 
5054 
     | 
    
         
             
                    },
         
     | 
| 
       5055 
5055 
     | 
    
         
             
                    {
         
     | 
| 
       5056 
5056 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       5057 
     | 
    
         
            -
                      "document": "sql 
     | 
| 
      
 5057 
     | 
    
         
            +
                      "document": "sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。",
         
     | 
| 
       5058 
5058 
     | 
    
         
             
                      "example": "无",
         
     | 
| 
       5059 
5059 
     | 
    
         
             
                      "member": "StatisticInfo",
         
     | 
| 
       5060 
5060 
     | 
    
         
             
                      "name": "Statistics",
         
     | 
| 
         @@ -9700,7 +9700,7 @@ 
     | 
|
| 
       9700 
9700 
     | 
    
         
             
                    },
         
     | 
| 
       9701 
9701 
     | 
    
         
             
                    {
         
     | 
| 
       9702 
9702 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9703 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 9703 
     | 
    
         
            +
                      "document": "线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。",
         
     | 
| 
       9704 
9704 
     | 
    
         
             
                      "example": "updating",
         
     | 
| 
       9705 
9705 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       9706 
9706 
     | 
    
         
             
                      "name": "State",
         
     | 
| 
         @@ -9710,7 +9710,7 @@ 
     | 
|
| 
       9710 
9710 
     | 
    
         
             
                    },
         
     | 
| 
       9711 
9711 
     | 
    
         
             
                    {
         
     | 
| 
       9712 
9712 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9713 
     | 
    
         
            -
                      "document": " 
     | 
| 
      
 9713 
     | 
    
         
            +
                      "document": "线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。",
         
     | 
| 
       9714 
9714 
     | 
    
         
             
                      "example": "Execute",
         
     | 
| 
       9715 
9715 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       9716 
9716 
     | 
    
         
             
                      "name": "Command",
         
     | 
| 
         @@ -9737,6 +9737,16 @@ 
     | 
|
| 
       9737 
9737 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
       9738 
9738 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       9739 
9739 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 9740 
     | 
    
         
            +
                    },
         
     | 
| 
      
 9741 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9742 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 9743 
     | 
    
         
            +
                      "document": "sql类型\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 9744 
     | 
    
         
            +
                      "example": "StartTransaction,SQLSelectStatement,MySqlDeleteStatement",
         
     | 
| 
      
 9745 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 9746 
     | 
    
         
            +
                      "name": "SqlType",
         
     | 
| 
      
 9747 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 9748 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 9749 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
       9740 
9750 
     | 
    
         
             
                    }
         
     | 
| 
       9741 
9751 
     | 
    
         
             
                  ],
         
     | 
| 
       9742 
9752 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -356,7 +356,7 @@ 
     | 
|
| 
       356 
356 
     | 
    
         
             
                  {
         
     | 
| 
       357 
357 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       358 
358 
     | 
    
         
             
                    "input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMySqlProcessList\n&Product=mysql\n&InstanceId=cdb-test\n&User=root\n&<公共请求参数>",
         
     | 
| 
       359 
     | 
    
         
            -
                    "output": "{\n    \"Response\": {\n        \"ProcessList\": [\n            {\n                \"Command\": \"Query\",\n                \"DB\": \"\",\n                \"Host\": \"100.98.212.252:29285\",\n                \"ID\": \"2075425\",\n                \"Info\": \"/* p = 2342 , f=abd */  select sleep(1000)\",\n                \"State\": \"User sleep\",\n                \"Time\": \"103\",\n                \"User\": \"root\"\n            }\n        ],\n        \"RequestId\": \"7d0d84f2-d4c0-4349-b5a3-cd70b6efbdfe\",\n        \"Statistics\": [\n            {\n                \"Data\": [\n                    {\n                        \"Count\": 1,\n                        \"Name\": \"f=abd,p=2342\",\n                        \"TimeAvg\": 103,\n                        \"TimeSum\": 103\n                    }\n                ],\n                \"Dimension\": \"SqlTag\"\n            }\n        ]\n    }\n}",
         
     | 
| 
      
 359 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"ProcessList\": [\n            {\n                \"Command\": \"Query\",\n                \"DB\": \"\",\n                \"Host\": \"100.98.212.252:29285\",\n                \"ID\": \"2075425\",\n                \"Info\": \"/* p = 2342 , f=abd */  select sleep(1000)\",\n                \"State\": \"User sleep\",\n                \"Time\": \"103\",\n                \"User\": \"root\",\n                \"SqlType\": \"SQLSelectStatement\"\n            }\n        ],\n        \"RequestId\": \"7d0d84f2-d4c0-4349-b5a3-cd70b6efbdfe\",\n        \"Statistics\": [\n            {\n                \"Data\": [\n                    {\n                        \"Count\": 1,\n                        \"Name\": \"f=abd,p=2342\",\n                        \"TimeAvg\": 103,\n                        \"TimeSum\": 103\n                    }\n                ],\n                \"Dimension\": \"SqlTag\"\n            }\n        ]\n    }\n}",
         
     | 
| 
       360 
360 
     | 
    
         
             
                    "title": "查询实时线程列表。"
         
     | 
| 
       361 
361 
     | 
    
         
             
                  }
         
     | 
| 
       362 
362 
     | 
    
         
             
                ],
         
     | 
| 
         @@ -331,6 +331,26 @@ 
     | 
|
| 
       331 
331 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
       332 
332 
     | 
    
         
             
                      "type": "bool",
         
     | 
| 
       333 
333 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 334 
     | 
    
         
            +
                    },
         
     | 
| 
      
 335 
     | 
    
         
            +
                    {
         
     | 
| 
      
 336 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 337 
     | 
    
         
            +
                      "document": "版本号",
         
     | 
| 
      
 338 
     | 
    
         
            +
                      "example": "V3",
         
     | 
| 
      
 339 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 340 
     | 
    
         
            +
                      "name": "Version",
         
     | 
| 
      
 341 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 342 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 343 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 344 
     | 
    
         
            +
                    },
         
     | 
| 
      
 345 
     | 
    
         
            +
                    {
         
     | 
| 
      
 346 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 347 
     | 
    
         
            +
                      "document": "接入点业务类型,枚举值:NORMAL-标准接入点,CDZ:EZ/CDZ接入点,COOPERATIVE-合作POP",
         
     | 
| 
      
 348 
     | 
    
         
            +
                      "example": "NORMAL",
         
     | 
| 
      
 349 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "name": "AccessPointServiceType",
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 352 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       334 
354 
     | 
    
         
             
                    }
         
     | 
| 
       335 
355 
     | 
    
         
             
                  ],
         
     | 
| 
       336 
356 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -393,6 +413,17 @@ 
     | 
|
| 
       393 
413 
     | 
    
         
             
                "BFDInfo": {
         
     | 
| 
       394 
414 
     | 
    
         
             
                  "document": "BFD配置信息",
         
     | 
| 
       395 
415 
     | 
    
         
             
                  "members": [
         
     | 
| 
      
 416 
     | 
    
         
            +
                    {
         
     | 
| 
      
 417 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 418 
     | 
    
         
            +
                      "document": "使能BFD多跳,0:未开启,2-255:BFD跳数",
         
     | 
| 
      
 419 
     | 
    
         
            +
                      "example": "5",
         
     | 
| 
      
 420 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 421 
     | 
    
         
            +
                      "name": "EnableBfdMultiHop",
         
     | 
| 
      
 422 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 423 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 424 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 425 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 426 
     | 
    
         
            +
                    },
         
     | 
| 
       396 
427 
     | 
    
         
             
                    {
         
     | 
| 
       397 
428 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       398 
429 
     | 
    
         
             
                      "document": "健康检查次数",
         
     | 
| 
         @@ -509,7 +540,7 @@ 
     | 
|
| 
       509 
540 
     | 
    
         
             
                    {
         
     | 
| 
       510 
541 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       511 
542 
     | 
    
         
             
                      "document": "合作伙伴的AppId",
         
     | 
| 
       512 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 543 
     | 
    
         
            +
                      "example": "1254277469",
         
     | 
| 
       513 
544 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       514 
545 
     | 
    
         
             
                      "name": "IapId",
         
     | 
| 
       515 
546 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -619,7 +650,7 @@ 
     | 
|
| 
       619 
650 
     | 
    
         
             
                    {
         
     | 
| 
       620 
651 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       621 
652 
     | 
    
         
             
                      "document": "用户的AppId",
         
     | 
| 
       622 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 653 
     | 
    
         
            +
                      "example": "1254277469",
         
     | 
| 
       623 
654 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       624 
655 
     | 
    
         
             
                      "name": "AppId",
         
     | 
| 
       625 
656 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -629,7 +660,7 @@ 
     | 
|
| 
       629 
660 
     | 
    
         
             
                    {
         
     | 
| 
       630 
661 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       631 
662 
     | 
    
         
             
                      "document": "用户的Uin",
         
     | 
| 
       632 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 663 
     | 
    
         
            +
                      "example": "100001332514",
         
     | 
| 
       633 
664 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       634 
665 
     | 
    
         
             
                      "name": "Uin",
         
     | 
| 
       635 
666 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -685,6 +716,36 @@ 
     | 
|
| 
       685 
716 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       686 
717 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       687 
718 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 719 
     | 
    
         
            +
                    },
         
     | 
| 
      
 720 
     | 
    
         
            +
                    {
         
     | 
| 
      
 721 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 722 
     | 
    
         
            +
                      "document": "运营商代码",
         
     | 
| 
      
 723 
     | 
    
         
            +
                      "example": "China_Mobile_ShenZhen",
         
     | 
| 
      
 724 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 725 
     | 
    
         
            +
                      "name": "IapCode",
         
     | 
| 
      
 726 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 727 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 729 
     | 
    
         
            +
                    },
         
     | 
| 
      
 730 
     | 
    
         
            +
                    {
         
     | 
| 
      
 731 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 732 
     | 
    
         
            +
                      "document": "IDC侧类型。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方",
         
     | 
| 
      
 733 
     | 
    
         
            +
                      "example": "CLOUD",
         
     | 
| 
      
 734 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 735 
     | 
    
         
            +
                      "name": "IdcPointType",
         
     | 
| 
      
 736 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 737 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 738 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 739 
     | 
    
         
            +
                    },
         
     | 
| 
      
 740 
     | 
    
         
            +
                    {
         
     | 
| 
      
 741 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 742 
     | 
    
         
            +
                      "document": "运营商链路是否有保护",
         
     | 
| 
      
 743 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 744 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 745 
     | 
    
         
            +
                      "name": "BIapLinkProtected",
         
     | 
| 
      
 746 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 747 
     | 
    
         
            +
                      "type": "bool",
         
     | 
| 
      
 748 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       688 
749 
     | 
    
         
             
                    }
         
     | 
| 
       689 
750 
     | 
    
         
             
                  ],
         
     | 
| 
       690 
751 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -780,6 +841,24 @@ 
     | 
|
| 
       780 
841 
     | 
    
         
             
                      "name": "ArRegion",
         
     | 
| 
       781 
842 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       782 
843 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 844 
     | 
    
         
            +
                    },
         
     | 
| 
      
 845 
     | 
    
         
            +
                    {
         
     | 
| 
      
 846 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 847 
     | 
    
         
            +
                      "document": "IDC侧类型,默认为OTHER。枚举值:CLOUD-云,ISP-运营商,OTHER-第三方",
         
     | 
| 
      
 848 
     | 
    
         
            +
                      "example": "CLOUD",
         
     | 
| 
      
 849 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 850 
     | 
    
         
            +
                      "name": "IdcPointType",
         
     | 
| 
      
 851 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 852 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 853 
     | 
    
         
            +
                    },
         
     | 
| 
      
 854 
     | 
    
         
            +
                    {
         
     | 
| 
      
 855 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 856 
     | 
    
         
            +
                      "document": "运营商链路是否有保护",
         
     | 
| 
      
 857 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 858 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 859 
     | 
    
         
            +
                      "name": "BIapLinkProtected",
         
     | 
| 
      
 860 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 861 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       783 
862 
     | 
    
         
             
                    }
         
     | 
| 
       784 
863 
     | 
    
         
             
                  ],
         
     | 
| 
       785 
864 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
         @@ -2034,6 +2113,16 @@ 
     | 
|
| 
       2034 
2113 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       2035 
2114 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       2036 
2115 
     | 
    
         
             
                    },
         
     | 
| 
      
 2116 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2117 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2118 
     | 
    
         
            +
                      "document": "报障联系邮箱。",
         
     | 
| 
      
 2119 
     | 
    
         
            +
                      "example": "lisi@tencent.com",
         
     | 
| 
      
 2120 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 2121 
     | 
    
         
            +
                      "name": "FaultReportContactEmail",
         
     | 
| 
      
 2122 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 2123 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 2124 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 2125 
     | 
    
         
            +
                    },
         
     | 
| 
       2037 
2126 
     | 
    
         
             
                    {
         
     | 
| 
       2038 
2127 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2039 
2128 
     | 
    
         
             
                      "document": "标签键值对",
         
     | 
| 
         @@ -3652,6 +3741,15 @@ 
     | 
|
| 
       3652 
3741 
     | 
    
         
             
                      "name": "CustomerIPv6Address",
         
     | 
| 
       3653 
3742 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       3654 
3743 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 3744 
     | 
    
         
            +
                    },
         
     | 
| 
      
 3745 
     | 
    
         
            +
                    {
         
     | 
| 
      
 3746 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 3747 
     | 
    
         
            +
                      "document": "互联IP重分布状态",
         
     | 
| 
      
 3748 
     | 
    
         
            +
                      "example": "true",
         
     | 
| 
      
 3749 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 3750 
     | 
    
         
            +
                      "name": "ImportDirectRoute",
         
     | 
| 
      
 3751 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 3752 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       3655 
3753 
     | 
    
         
             
                    }
         
     | 
| 
       3656 
3754 
     | 
    
         
             
                  ],
         
     | 
| 
       3657 
3755 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -1367,7 +1367,7 @@ 
     | 
|
| 
       1367 
1367 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       1368 
1368 
     | 
    
         
             
                    "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnboundDatasourceHouse\n<公共请求参数>\n\n{\n    \"NetworkConnectionName\": \"connection_tmp\"\n}",
         
     | 
| 
       1369 
1369 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"sjeisds-23dskda-ekdo2-dsaoe1-1erewr\"\n    }\n}",
         
     | 
| 
       1370 
     | 
    
         
            -
                    "title": " 
     | 
| 
      
 1370 
     | 
    
         
            +
                    "title": "UnboundDatasourceHouse"
         
     | 
| 
       1371 
1371 
     | 
    
         
             
                  }
         
     | 
| 
       1372 
1372 
     | 
    
         
             
                ],
         
     | 
| 
       1373 
1373 
     | 
    
         
             
                "UnlockMetaData": [
         
     |