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
 
| 
         @@ -8,6 +8,30 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
                    "title": "追加与私有域关联的vpc"
         
     | 
| 
       9 
9 
     | 
    
         
             
                  }
         
     | 
| 
       10 
10 
     | 
    
         
             
                ],
         
     | 
| 
      
 11 
     | 
    
         
            +
                "CreateExtendEndpoint": [
         
     | 
| 
      
 12 
     | 
    
         
            +
                  {
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "document": "创建转发目标为CLB的终端节点服务",
         
     | 
| 
      
 14 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateExtendEndpoint\n<公共请求参数>\n\n{}",
         
     | 
| 
      
 15 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"0a4303be-e127-4b90-a524-e87803b84ff1\",\n        \"EndpointId\": \"eid-xxxxxxxxx\",\n        \"EndpointName\": \"测试终端节点\"\n    }\n}",
         
     | 
| 
      
 16 
     | 
    
         
            +
                    "title": "创建转发目标为CLB的终端节点服务"
         
     | 
| 
      
 17 
     | 
    
         
            +
                  }
         
     | 
| 
      
 18 
     | 
    
         
            +
                ],
         
     | 
| 
      
 19 
     | 
    
         
            +
                "CreateForwardRule": [
         
     | 
| 
      
 20 
     | 
    
         
            +
                  {
         
     | 
| 
      
 21 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 22 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateForwardRule\n<公共请求参数>\n\n{\n    \"RuleType\": \"UP\",\n    \"ZoneId\": \"zone-fadsvas\",\n    \"RuleName\": \"规则1\",\n    \"EndPointId\": \"eid-93kvksadf\"\n}",
         
     | 
| 
      
 23 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n        \"RuleType\": \"UP\",\n        \"RuleId\": \"fid-afdfaf2fsad\",\n        \"ZoneId\": \"zone-fadsvas\",\n        \"EndPointId\": \"eid-93kvksadf\",\n        \"RuleName\": \"规则1\"\n    }\n}",
         
     | 
| 
      
 24 
     | 
    
         
            +
                    "title": "创建转发规则"
         
     | 
| 
      
 25 
     | 
    
         
            +
                  }
         
     | 
| 
      
 26 
     | 
    
         
            +
                ],
         
     | 
| 
      
 27 
     | 
    
         
            +
                "CreateInboundEndpoint": [
         
     | 
| 
      
 28 
     | 
    
         
            +
                  {
         
     | 
| 
      
 29 
     | 
    
         
            +
                    "document": "创建入站终端节点",
         
     | 
| 
      
 30 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInboundEndpoint\n<公共请求参数>\n\n{\n    \"EndpointName\": \"inbound\",\n    \"EndpointRegion\": \"ap-guangzhou\",\n    \"EndpointVpc\": \"vpc-ptyhb4st\",\n    \"SubnetIp\": [\n        {\n            \"SubnetId\": \"subnet-73kub9yu\"\n        }\n    ]\n}",
         
     | 
| 
      
 31 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"EndpointId\": \"inbound-fad034d268\",\n        \"EndpointName\": \"inbound\",\n        \"RequestId\": \"3bef6b27-3b6a-476c-99f0-4781e95e1e20\"\n    }\n}",
         
     | 
| 
      
 32 
     | 
    
         
            +
                    "title": "创建入站终端节点"
         
     | 
| 
      
 33 
     | 
    
         
            +
                  }
         
     | 
| 
      
 34 
     | 
    
         
            +
                ],
         
     | 
| 
       11 
35 
     | 
    
         
             
                "CreatePrivateDNSAccount": [
         
     | 
| 
       12 
36 
     | 
    
         
             
                  {
         
     | 
| 
       13 
37 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -44,6 +68,30 @@ 
     | 
|
| 
       44 
68 
     | 
    
         
             
                    "title": "私有域-添加PTR记录"
         
     | 
| 
       45 
69 
     | 
    
         
             
                  }
         
     | 
| 
       46 
70 
     | 
    
         
             
                ],
         
     | 
| 
      
 71 
     | 
    
         
            +
                "DeleteEndPoint": [
         
     | 
| 
      
 72 
     | 
    
         
            +
                  {
         
     | 
| 
      
 73 
     | 
    
         
            +
                    "document": "删除终端节点",
         
     | 
| 
      
 74 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteEndPoint\n<公共请求参数>\n\n{\n    \"EndPointId\": \"eid-juygvf672i\"\n}",
         
     | 
| 
      
 75 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n    }\n}",
         
     | 
| 
      
 76 
     | 
    
         
            +
                    "title": "删除终端节点"
         
     | 
| 
      
 77 
     | 
    
         
            +
                  }
         
     | 
| 
      
 78 
     | 
    
         
            +
                ],
         
     | 
| 
      
 79 
     | 
    
         
            +
                "DeleteForwardRule": [
         
     | 
| 
      
 80 
     | 
    
         
            +
                  {
         
     | 
| 
      
 81 
     | 
    
         
            +
                    "document": "删除转发规则",
         
     | 
| 
      
 82 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteForwardRule\n<公共请求参数>\n\n{\n    \"RuleIdSet\": [\n        \"fid-123456\",\n        \"fid-789abc\"\n    ]\n}",
         
     | 
| 
      
 83 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n    }\n}",
         
     | 
| 
      
 84 
     | 
    
         
            +
                    "title": "删除转发规则"
         
     | 
| 
      
 85 
     | 
    
         
            +
                  }
         
     | 
| 
      
 86 
     | 
    
         
            +
                ],
         
     | 
| 
      
 87 
     | 
    
         
            +
                "DeleteInboundEndpoint": [
         
     | 
| 
      
 88 
     | 
    
         
            +
                  {
         
     | 
| 
      
 89 
     | 
    
         
            +
                    "document": "删除入站终端节点",
         
     | 
| 
      
 90 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteInboundEndpoint\n<公共请求参数>\n\n{\n    \"EndpointId\": \"inbound-1862dad168\"\n}",
         
     | 
| 
      
 91 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"4e7e02f0-721b-4d3b-9e20-d6629b93066f\"\n    }\n}",
         
     | 
| 
      
 92 
     | 
    
         
            +
                    "title": "删除入站终端节点"
         
     | 
| 
      
 93 
     | 
    
         
            +
                  }
         
     | 
| 
      
 94 
     | 
    
         
            +
                ],
         
     | 
| 
       47 
95 
     | 
    
         
             
                "DeletePrivateDNSAccount": [
         
     | 
| 
       48 
96 
     | 
    
         
             
                  {
         
     | 
| 
       49 
97 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -112,6 +160,30 @@ 
     | 
|
| 
       112 
160 
     | 
    
         
             
                    "title": "获取私有域解析概览"
         
     | 
| 
       113 
161 
     | 
    
         
             
                  }
         
     | 
| 
       114 
162 
     | 
    
         
             
                ],
         
     | 
| 
      
 163 
     | 
    
         
            +
                "DescribeExtendEndpointList": [
         
     | 
| 
      
 164 
     | 
    
         
            +
                  {
         
     | 
| 
      
 165 
     | 
    
         
            +
                    "document": "获取出站终端节点列表",
         
     | 
| 
      
 166 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExtendEndpointList\n<公共请求参数>\n\n{}",
         
     | 
| 
      
 167 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"3a0ce2a9-d277-4fb9-9f58-93f78aa375c1\"\n    }\n}",
         
     | 
| 
      
 168 
     | 
    
         
            +
                    "title": "获取出站终端节点列表"
         
     | 
| 
      
 169 
     | 
    
         
            +
                  }
         
     | 
| 
      
 170 
     | 
    
         
            +
                ],
         
     | 
| 
      
 171 
     | 
    
         
            +
                "DescribeForwardRuleList": [
         
     | 
| 
      
 172 
     | 
    
         
            +
                  {
         
     | 
| 
      
 173 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 174 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeForwardRuleList\n<公共请求参数>\n\n{\n    \"Limit\": 200,\n    \"Offset\": 0,\n    \"Filters\": [\n        {\n            \"Name\": \"RuleName\",\n            \"Values\": [\n                \"呵呵\"\n            ]\n        },\n        {\n            \"Name\": \"RuleType\",\n            \"Values\": [\n                \"DOWN\"\n            ]\n        },\n        {\n            \"Name\": \"ZoneId\",\n            \"Values\": [\n                \"zone-04jlawty\"\n            ]\n        },\n        {\n            \"Name\": \"EndPointId\",\n            \"Values\": [\n                \"eid-asdfadaf\"\n            ]\n        },\n        {\n            \"Name\": \"EndPointName\",\n            \"Values\": [\n                \"zdjdhhh\"\n            ]\n        }\n    ]\n}",
         
     | 
| 
      
 175 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"8a4ea9cc-b1df-f8f8-ffe7efbe98f9ff85\",\n        \"TotalCount\": 5,\n        \"ForwardRuleSet\": [\n            {\n                \"Domain\": \"qq.com\",\n                \"ZoneId\": \"zone-s8cs72d9\",\n                \"RuleId\": \"fid-af2skm96n\",\n                \"ForwardAddress\": [\n                    \"1.1.1.1:53\"\n                ],\n                \"RuleType\": \"UP\",\n                \"VpcSet\": [\n                    {\n                        \"Region\": \"ap-guangzhou\",\n                        \"UniqVpcId\": \"vpc-dus89eks\"\n                    }\n                ],\n                \"EndPointName\": \"终端节点1\",\n                \"EndPointId\": \"eid-fxiuf872bsp\",\n                \"RuleName\": \"转发规则名称\",\n                \"UpdatedAt\": \"2022-09-09 10:45:44\",\n                \"CreatedAt\": \"2022-09-09 10:45:44\",\n                \"Tags\": [\n                    {\n                        \"TagKey\": \"region\",\n                        \"TagValue\": \"ap-guangzhou\"\n                    }\n                ]\n            }\n        ]\n    }\n}",
         
     | 
| 
      
 176 
     | 
    
         
            +
                    "title": "获取私有域列表"
         
     | 
| 
      
 177 
     | 
    
         
            +
                  }
         
     | 
| 
      
 178 
     | 
    
         
            +
                ],
         
     | 
| 
      
 179 
     | 
    
         
            +
                "DescribeInboundEndpointList": [
         
     | 
| 
      
 180 
     | 
    
         
            +
                  {
         
     | 
| 
      
 181 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 182 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInboundEndpointList\n<公共请求参数>\n\n{\n    \"Offset\": 0,\n    \"Limit\": 20,\n    \"Filters\": [\n        {\n            \"Name\": \"EndPointId\",\n            \"Values\": [\n                \"inbound-6842b66693\"\n            ]\n        },\n        {\n            \"Name\": \"EndPointVip\",\n            \"Values\": [\n                \"172.16.0.6\"\n            ]\n        },\n        {\n            \"Name\": \"EndPointName\",\n            \"Values\": [\n                \"test-inbound\"\n            ]\n        }\n    ]\n}",
         
     | 
| 
      
 183 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"InboundEndpointSet\": [\n            {\n                \"CreatedAt\": \"2025-06-06 17:35:34\",\n                \"EndPointId\": \"inbound-6842b66693\",\n                \"EndPointName\": \"test-inbound\",\n                \"EndPointService\": [\n                    {\n                        \"EndPointIsolateFlag\": 0,\n                        \"EndPointRemark\": \"\",\n                        \"EndPointState\": 0,\n                        \"EndPointStatus\": 1,\n                        \"EndPointVip\": \"172.16.0.6\"\n                    }\n                ],\n                \"UniqVpcId\": \"vpc-ptyhb4st\",\n                \"UpdatedAt\": \"2025-06-06 17:35:34\"\n            }\n        ],\n        \"RequestId\": \"07402391-c687-48b0-8bb0-2004b75a184b\",\n        \"TotalCount\": 1\n    }\n}",
         
     | 
| 
      
 184 
     | 
    
         
            +
                    "title": "获取入站终端节点"
         
     | 
| 
      
 185 
     | 
    
         
            +
                  }
         
     | 
| 
      
 186 
     | 
    
         
            +
                ],
         
     | 
| 
       115 
187 
     | 
    
         
             
                "DescribePrivateDNSAccountList": [
         
     | 
| 
       116 
188 
     | 
    
         
             
                  {
         
     | 
| 
       117 
189 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -176,6 +248,22 @@ 
     | 
|
| 
       176 
248 
     | 
    
         
             
                    "title": "获取私有域解析请求量"
         
     | 
| 
       177 
249 
     | 
    
         
             
                  }
         
     | 
| 
       178 
250 
     | 
    
         
             
                ],
         
     | 
| 
      
 251 
     | 
    
         
            +
                "ModifyForwardRule": [
         
     | 
| 
      
 252 
     | 
    
         
            +
                  {
         
     | 
| 
      
 253 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 254 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyForwardRule\n<公共请求参数>\n\n{\n    \"RuleName\": \"转发规则名\",\n    \"EndPointId\": \"eid-xlsjc8qojg\",\n    \"RuleId\": \"fid-xiwus89no\"\n}",
         
     | 
| 
      
 255 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n    }\n}",
         
     | 
| 
      
 256 
     | 
    
         
            +
                    "title": "修改转发规则"
         
     | 
| 
      
 257 
     | 
    
         
            +
                  }
         
     | 
| 
      
 258 
     | 
    
         
            +
                ],
         
     | 
| 
      
 259 
     | 
    
         
            +
                "ModifyInboundEndpoint": [
         
     | 
| 
      
 260 
     | 
    
         
            +
                  {
         
     | 
| 
      
 261 
     | 
    
         
            +
                    "document": "修改入站终端节点",
         
     | 
| 
      
 262 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInboundEndpoint\n<公共请求参数>\n\n{\n    \"EndpointId\": \"inbound-550ec54a46\",\n    \"EndpointName\": \"终端节点1\"\n}",
         
     | 
| 
      
 263 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"ad9bfd8e-955d-471b-82d5-9b76d4b8fe23\"\n    }\n}",
         
     | 
| 
      
 264 
     | 
    
         
            +
                    "title": "修改入站终端节点"
         
     | 
| 
      
 265 
     | 
    
         
            +
                  }
         
     | 
| 
      
 266 
     | 
    
         
            +
                ],
         
     | 
| 
       179 
267 
     | 
    
         
             
                "ModifyPrivateZone": [
         
     | 
| 
       180 
268 
     | 
    
         
             
                  {
         
     | 
| 
       181 
269 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -2527,7 +2527,7 @@ 
     | 
|
| 
       2527 
2527 
     | 
    
         
             
                  "members": [
         
     | 
| 
       2528 
2528 
     | 
    
         
             
                    {
         
     | 
| 
       2529 
2529 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       2530 
     | 
    
         
            -
                      "document": "参数模板 ID。请登录 [Redis  
     | 
| 
      
 2530 
     | 
    
         
            +
                      "document": "参数模板 ID。请登录 [Redis 控制台的参数模板](https://console.cloud.tencent.com/redis/templates)页面获取模板 ID。",
         
     | 
| 
       2531 
2531 
     | 
    
         
             
                      "example": "crs-cfg-rhlppeye",
         
     | 
| 
       2532 
2532 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       2533 
2533 
     | 
    
         
             
                      "name": "TemplateId",
         
     | 
| 
         @@ -1544,7 +1544,7 @@ 
     | 
|
| 
       1544 
1544 
     | 
    
         
             
                    },
         
     | 
| 
       1545 
1545 
     | 
    
         
             
                    {
         
     | 
| 
       1546 
1546 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1547 
     | 
    
         
            -
                      "document": "加速域名状态,取值有:\n<li>online:已生效;</li>\n<li>process:部署中;</li>\n<li>offline:已停用;</li>\n<li>forbidden:已封禁;</li>\n<li>init 
     | 
| 
      
 1547 
     | 
    
         
            +
                      "document": "加速域名状态,取值有:\n<li>online:已生效;</li>\n<li>process:部署中;</li>\n<li>offline:已停用;</li>\n<li>forbidden:已封禁;</li>\n<li>init:未生效,待激活站点。</li>",
         
     | 
| 
       1548 
1548 
     | 
    
         
             
                      "example": "online",
         
     | 
| 
       1549 
1549 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1550 
1550 
     | 
    
         
             
                      "name": "DomainStatus",
         
     | 
| 
         @@ -1552,6 +1552,46 @@ 
     | 
|
| 
       1552 
1552 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1553 
1553 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1554 
1554 
     | 
    
         
             
                    },
         
     | 
| 
      
 1555 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1556 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1557 
     | 
    
         
            +
                      "document": "CNAME 地址。",
         
     | 
| 
      
 1558 
     | 
    
         
            +
                      "example": "www.example.com.eo.dnse1.com",
         
     | 
| 
      
 1559 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1560 
     | 
    
         
            +
                      "name": "Cname",
         
     | 
| 
      
 1561 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 1562 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 1563 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 1564 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1565 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1566 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1567 
     | 
    
         
            +
                      "document": "IPv6 状态,取值有:\n<li>follow:遵循站点IPv6配置;</li>\n<li>on:开启状态;</li>\n<li>off:关闭状态。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1568 
     | 
    
         
            +
                      "example": "follow",
         
     | 
| 
      
 1569 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1570 
     | 
    
         
            +
                      "name": "IPv6Status",
         
     | 
| 
      
 1571 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 1572 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 1573 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 1574 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1575 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1576 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1577 
     | 
    
         
            +
                      "document": "加速域名归属权验证状态,取值有: \n<li>pending:待验证;</li>\n<li>finished:已完成验证。</li>\t\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1578 
     | 
    
         
            +
                      "example": "pending",
         
     | 
| 
      
 1579 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 1580 
     | 
    
         
            +
                      "name": "IdentificationStatus",
         
     | 
| 
      
 1581 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 1582 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 1583 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 1584 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1585 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1586 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 1587 
     | 
    
         
            +
                      "document": "加速域名需进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1588 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 1589 
     | 
    
         
            +
                      "member": "OwnershipVerification",
         
     | 
| 
      
 1590 
     | 
    
         
            +
                      "name": "OwnershipVerification",
         
     | 
| 
      
 1591 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 1592 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
      
 1593 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 1594 
     | 
    
         
            +
                    },
         
     | 
| 
       1555 
1595 
     | 
    
         
             
                    {
         
     | 
| 
       1556 
1596 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1557 
1597 
     | 
    
         
             
                      "document": "源站信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
         @@ -1564,7 +1604,7 @@ 
     | 
|
| 
       1564 
1604 
     | 
    
         
             
                    },
         
     | 
| 
       1565 
1605 
     | 
    
         
             
                    {
         
     | 
| 
       1566 
1606 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1567 
     | 
    
         
            -
                      "document": "回源协议,取值有:\n<li>FOLLOW 
     | 
| 
      
 1607 
     | 
    
         
            +
                      "document": "回源协议,取值有:\n<li>FOLLOW:协议跟随;</li>\n<li>HTTP:HTTP协议回源;</li>\n<li>HTTPS:HTTPS协议回源。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1568 
1608 
     | 
    
         
             
                      "example": "FOLLOW",
         
     | 
| 
       1569 
1609 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1570 
1610 
     | 
    
         
             
                      "name": "OriginProtocol",
         
     | 
| 
         @@ -1574,17 +1614,7 @@ 
     | 
|
| 
       1574 
1614 
     | 
    
         
             
                    },
         
     | 
| 
       1575 
1615 
     | 
    
         
             
                    {
         
     | 
| 
       1576 
1616 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1577 
     | 
    
         
            -
                      "document": " 
     | 
| 
       1578 
     | 
    
         
            -
                      "example": "无",
         
     | 
| 
       1579 
     | 
    
         
            -
                      "member": "AccelerationDomainCertificate",
         
     | 
| 
       1580 
     | 
    
         
            -
                      "name": "Certificate",
         
     | 
| 
       1581 
     | 
    
         
            -
                      "output_required": false,
         
     | 
| 
       1582 
     | 
    
         
            -
                      "type": "object",
         
     | 
| 
       1583 
     | 
    
         
            -
                      "value_allowed_null": true
         
     | 
| 
       1584 
     | 
    
         
            -
                    },
         
     | 
| 
       1585 
     | 
    
         
            -
                    {
         
     | 
| 
       1586 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       1587 
     | 
    
         
            -
                      "document": "HTTP回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1617 
     | 
    
         
            +
                      "document": "HTTP 回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1588 
1618 
     | 
    
         
             
                      "example": "80",
         
     | 
| 
       1589 
1619 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       1590 
1620 
     | 
    
         
             
                      "name": "HttpOriginPort",
         
     | 
| 
         @@ -1594,7 +1624,7 @@ 
     | 
|
| 
       1594 
1624 
     | 
    
         
             
                    },
         
     | 
| 
       1595 
1625 
     | 
    
         
             
                    {
         
     | 
| 
       1596 
1626 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1597 
     | 
    
         
            -
                      "document": "HTTPS回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1627 
     | 
    
         
            +
                      "document": "HTTPS 回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1598 
1628 
     | 
    
         
             
                      "example": "443",
         
     | 
| 
       1599 
1629 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       1600 
1630 
     | 
    
         
             
                      "name": "HttpsOriginPort",
         
     | 
| 
         @@ -1604,38 +1634,18 @@ 
     | 
|
| 
       1604 
1634 
     | 
    
         
             
                    },
         
     | 
| 
       1605 
1635 
     | 
    
         
             
                    {
         
     | 
| 
       1606 
1636 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1607 
     | 
    
         
            -
                      "document": " 
     | 
| 
       1608 
     | 
    
         
            -
                      "example": " 
     | 
| 
       1609 
     | 
    
         
            -
                      "member": " 
     | 
| 
       1610 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 1637 
     | 
    
         
            +
                      "document": "加速域名证书信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 1638 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 1639 
     | 
    
         
            +
                      "member": "AccelerationDomainCertificate",
         
     | 
| 
      
 1640 
     | 
    
         
            +
                      "name": "Certificate",
         
     | 
| 
       1611 
1641 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       1612 
     | 
    
         
            -
                      "type": " 
     | 
| 
       1613 
     | 
    
         
            -
                      "value_allowed_null": true
         
     | 
| 
       1614 
     | 
    
         
            -
                    },
         
     | 
| 
       1615 
     | 
    
         
            -
                    {
         
     | 
| 
       1616 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       1617 
     | 
    
         
            -
                      "document": "CNAME 地址。",
         
     | 
| 
       1618 
     | 
    
         
            -
                      "example": "www.example.com.eo.dnse1.com",
         
     | 
| 
       1619 
     | 
    
         
            -
                      "member": "string",
         
     | 
| 
       1620 
     | 
    
         
            -
                      "name": "Cname",
         
     | 
| 
       1621 
     | 
    
         
            -
                      "output_required": true,
         
     | 
| 
       1622 
     | 
    
         
            -
                      "type": "string",
         
     | 
| 
       1623 
     | 
    
         
            -
                      "value_allowed_null": false
         
     | 
| 
       1624 
     | 
    
         
            -
                    },
         
     | 
| 
       1625 
     | 
    
         
            -
                    {
         
     | 
| 
       1626 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       1627 
     | 
    
         
            -
                      "document": "加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>\t\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1628 
     | 
    
         
            -
                      "example": "pending",
         
     | 
| 
       1629 
     | 
    
         
            -
                      "member": "string",
         
     | 
| 
       1630 
     | 
    
         
            -
                      "name": "IdentificationStatus",
         
     | 
| 
       1631 
     | 
    
         
            -
                      "output_required": true,
         
     | 
| 
       1632 
     | 
    
         
            -
                      "type": "string",
         
     | 
| 
      
 1642 
     | 
    
         
            +
                      "type": "object",
         
     | 
| 
       1633 
1643 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       1634 
1644 
     | 
    
         
             
                    },
         
     | 
| 
       1635 
1645 
     | 
    
         
             
                    {
         
     | 
| 
       1636 
1646 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1637 
1647 
     | 
    
         
             
                      "document": "创建时间。",
         
     | 
| 
       1638 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 1648 
     | 
    
         
            +
                      "example": "2025-09-17T15:01:14Z",
         
     | 
| 
       1639 
1649 
     | 
    
         
             
                      "member": "datetime_iso",
         
     | 
| 
       1640 
1650 
     | 
    
         
             
                      "name": "CreatedOn",
         
     | 
| 
       1641 
1651 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -1645,22 +1655,12 @@ 
     | 
|
| 
       1645 
1655 
     | 
    
         
             
                    {
         
     | 
| 
       1646 
1656 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1647 
1657 
     | 
    
         
             
                      "document": "修改时间。",
         
     | 
| 
       1648 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 1658 
     | 
    
         
            +
                      "example": "2025-09-17T15:01:14Z",
         
     | 
| 
       1649 
1659 
     | 
    
         
             
                      "member": "datetime_iso",
         
     | 
| 
       1650 
1660 
     | 
    
         
             
                      "name": "ModifiedOn",
         
     | 
| 
       1651 
1661 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
       1652 
1662 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       1653 
1663 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       1654 
     | 
    
         
            -
                    },
         
     | 
| 
       1655 
     | 
    
         
            -
                    {
         
     | 
| 
       1656 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       1657 
     | 
    
         
            -
                      "document": "当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
       1658 
     | 
    
         
            -
                      "example": "无",
         
     | 
| 
       1659 
     | 
    
         
            -
                      "member": "OwnershipVerification",
         
     | 
| 
       1660 
     | 
    
         
            -
                      "name": "OwnershipVerification",
         
     | 
| 
       1661 
     | 
    
         
            -
                      "output_required": false,
         
     | 
| 
       1662 
     | 
    
         
            -
                      "type": "object",
         
     | 
| 
       1663 
     | 
    
         
            -
                      "value_allowed_null": true
         
     | 
| 
       1664 
1664 
     | 
    
         
             
                    }
         
     | 
| 
       1665 
1665 
     | 
    
         
             
                  ],
         
     | 
| 
       1666 
1666 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -10761,7 +10761,7 @@ 
     | 
|
| 
       10761 
10761 
     | 
    
         
             
                    {
         
     | 
| 
       10762 
10762 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       10763 
10763 
     | 
    
         
             
                      "document": "创建者",
         
     | 
| 
       10764 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 10764 
     | 
    
         
            +
                      "example": "creater",
         
     | 
| 
       10765 
10765 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       10766 
10766 
     | 
    
         
             
                      "name": "CreatedBy",
         
     | 
| 
       10767 
10767 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -1981,7 +1981,7 @@ 
     | 
|
| 
       1981 
1981 
     | 
    
         
             
                    },
         
     | 
| 
       1982 
1982 
     | 
    
         
             
                    {
         
     | 
| 
       1983 
1983 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       1984 
     | 
    
         
            -
                      "document": "addon 
     | 
| 
      
 1984 
     | 
    
         
            +
                      "document": "addon的状态:\n- Installing:安装中\n- Upgrading:升级中\n- Terminating:删除中\n- Succeeded:安装/升级成功\n- InstallFailed:安装失败\n- UpgradFailed:升级失败",
         
     | 
| 
       1985 
1985 
     | 
    
         
             
                      "example": "Succeeded",
         
     | 
| 
       1986 
1986 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       1987 
1987 
     | 
    
         
             
                      "name": "Phase",
         
     | 
| 
         @@ -6841,6 +6841,15 @@ 
     | 
|
| 
       6841 
6841 
     | 
    
         
             
                      "name": "ClientToken",
         
     | 
| 
       6842 
6842 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       6843 
6843 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 6844 
     | 
    
         
            +
                    },
         
     | 
| 
      
 6845 
     | 
    
         
            +
                    {
         
     | 
| 
      
 6846 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 6847 
     | 
    
         
            +
                      "document": "是否只预检此次请求。\ntrue:只预检,不会创建实例。默认值为:false。",
         
     | 
| 
      
 6848 
     | 
    
         
            +
                      "example": "false",
         
     | 
| 
      
 6849 
     | 
    
         
            +
                      "member": "bool",
         
     | 
| 
      
 6850 
     | 
    
         
            +
                      "name": "DryRun",
         
     | 
| 
      
 6851 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 6852 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
       6844 
6853 
     | 
    
         
             
                    }
         
     | 
| 
       6845 
6854 
     | 
    
         
             
                  ],
         
     | 
| 
       6846 
6855 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -7191,7 +7200,7 @@ 
     | 
|
| 
       7191 
7200 
     | 
    
         
             
                  "members": [
         
     | 
| 
       7192 
7201 
     | 
    
         
             
                    {
         
     | 
| 
       7193 
7202 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       7194 
     | 
    
         
            -
                      "document": "集群ID",
         
     | 
| 
      
 7203 
     | 
    
         
            +
                      "document": "集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。",
         
     | 
| 
       7195 
7204 
     | 
    
         
             
                      "example": "cls-kihzth22",
         
     | 
| 
       7196 
7205 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       7197 
7206 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
         @@ -7200,7 +7209,7 @@ 
     | 
|
| 
       7200 
7209 
     | 
    
         
             
                    },
         
     | 
| 
       7201 
7210 
     | 
    
         
             
                    {
         
     | 
| 
       7202 
7211 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       7203 
     | 
    
         
            -
                      "document": "addon 
     | 
| 
      
 7212 
     | 
    
         
            +
                      "document": "addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。",
         
     | 
| 
       7204 
7213 
     | 
    
         
             
                      "example": "nvidia-gpu",
         
     | 
| 
       7205 
7214 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       7206 
7215 
     | 
    
         
             
                      "name": "AddonName",
         
     | 
| 
         @@ -8374,7 +8383,7 @@ 
     | 
|
| 
       8374 
8383 
     | 
    
         
             
                  "members": [
         
     | 
| 
       8375 
8384 
     | 
    
         
             
                    {
         
     | 
| 
       8376 
8385 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       8377 
     | 
    
         
            -
                      "document": "集群ID",
         
     | 
| 
      
 8386 
     | 
    
         
            +
                      "document": "集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。",
         
     | 
| 
       8378 
8387 
     | 
    
         
             
                      "example": "cls-kihzth22",
         
     | 
| 
       8379 
8388 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       8380 
8389 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
         @@ -8420,7 +8429,7 @@ 
     | 
|
| 
       8420 
8429 
     | 
    
         
             
                  "members": [
         
     | 
| 
       8421 
8430 
     | 
    
         
             
                    {
         
     | 
| 
       8422 
8431 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       8423 
     | 
    
         
            -
                      "document": "集群ID",
         
     | 
| 
      
 8432 
     | 
    
         
            +
                      "document": "集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。",
         
     | 
| 
       8424 
8433 
     | 
    
         
             
                      "example": "cls-kihzth22",
         
     | 
| 
       8425 
8434 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       8426 
8435 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
         @@ -8429,7 +8438,7 @@ 
     | 
|
| 
       8429 
8438 
     | 
    
         
             
                    },
         
     | 
| 
       8430 
8439 
     | 
    
         
             
                    {
         
     | 
| 
       8431 
8440 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       8432 
     | 
    
         
            -
                      "document": "addon 
     | 
| 
      
 8441 
     | 
    
         
            +
                      "document": "addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。",
         
     | 
| 
       8433 
8442 
     | 
    
         
             
                      "example": "nvidia-gpu",
         
     | 
| 
       8434 
8443 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       8435 
8444 
     | 
    
         
             
                      "name": "AddonName",
         
     | 
| 
         @@ -17440,7 +17449,7 @@ 
     | 
|
| 
       17440 
17449 
     | 
    
         
             
                  "members": [
         
     | 
| 
       17441 
17450 
     | 
    
         
             
                    {
         
     | 
| 
       17442 
17451 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17443 
     | 
    
         
            -
                      "document": "集群ID(仅支持标准tke 
     | 
| 
      
 17452 
     | 
    
         
            +
                      "document": "集群ID(仅支持标准tke集群),请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。",
         
     | 
| 
       17444 
17453 
     | 
    
         
             
                      "example": "cls-qbc3zefo",
         
     | 
| 
       17445 
17454 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17446 
17455 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
         @@ -17449,7 +17458,7 @@ 
     | 
|
| 
       17449 
17458 
     | 
    
         
             
                    },
         
     | 
| 
       17450 
17459 
     | 
    
         
             
                    {
         
     | 
| 
       17451 
17460 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17452 
     | 
    
         
            -
                      "document": "addon 
     | 
| 
      
 17461 
     | 
    
         
            +
                      "document": "addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。",
         
     | 
| 
       17453 
17462 
     | 
    
         
             
                      "example": "cbs",
         
     | 
| 
       17454 
17463 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17455 
17464 
     | 
    
         
             
                      "name": "AddonName",
         
     | 
| 
         @@ -17468,7 +17477,7 @@ 
     | 
|
| 
       17468 
17477 
     | 
    
         
             
                    {
         
     | 
| 
       17469 
17478 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17470 
17479 
     | 
    
         
             
                      "document": "addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取)",
         
     | 
| 
       17471 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 17480 
     | 
    
         
            +
                      "example": "eyJ0b2xlcmF0aW9ucyI6eyJlZmZlY3QiOiJOb0V4ZWN1dGUifX0=",
         
     | 
| 
       17472 
17481 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       17473 
17482 
     | 
    
         
             
                      "name": "RawValues",
         
     | 
| 
       17474 
17483 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -17476,7 +17485,7 @@ 
     | 
|
| 
       17476 
17485 
     | 
    
         
             
                    },
         
     | 
| 
       17477 
17486 
     | 
    
         
             
                    {
         
     | 
| 
       17478 
17487 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       17479 
     | 
    
         
            -
                      "document": "是否仅做安装检查,设置为true 
     | 
| 
      
 17488 
     | 
    
         
            +
                      "document": "是否仅做安装检查,设置为true时仅做检查,不会安装组件。默认值为 false。",
         
     | 
| 
       17480 
17489 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       17481 
17490 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       17482 
17491 
     | 
    
         
             
                      "name": "DryRun",
         
     | 
| 
         @@ -25879,7 +25888,7 @@ 
     | 
|
| 
       25879 
25888 
     | 
    
         
             
                  "members": [
         
     | 
| 
       25880 
25889 
     | 
    
         
             
                    {
         
     | 
| 
       25881 
25890 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       25882 
     | 
    
         
            -
                      "document": "集群ID",
         
     | 
| 
      
 25891 
     | 
    
         
            +
                      "document": "集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。",
         
     | 
| 
       25883 
25892 
     | 
    
         
             
                      "example": "cls-qbc3zefo",
         
     | 
| 
       25884 
25893 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       25885 
25894 
     | 
    
         
             
                      "name": "ClusterId",
         
     | 
| 
         @@ -25888,7 +25897,7 @@ 
     | 
|
| 
       25888 
25897 
     | 
    
         
             
                    },
         
     | 
| 
       25889 
25898 
     | 
    
         
             
                    {
         
     | 
| 
       25890 
25899 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       25891 
     | 
    
         
            -
                      "document": "addon 
     | 
| 
      
 25900 
     | 
    
         
            +
                      "document": "addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。",
         
     | 
| 
       25892 
25901 
     | 
    
         
             
                      "example": "cbs",
         
     | 
| 
       25893 
25902 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       25894 
25903 
     | 
    
         
             
                      "name": "AddonName",
         
     | 
| 
         @@ -25906,7 +25915,7 @@ 
     | 
|
| 
       25906 
25915 
     | 
    
         
             
                    },
         
     | 
| 
       25907 
25916 
     | 
    
         
             
                    {
         
     | 
| 
       25908 
25917 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       25909 
     | 
    
         
            -
                      "document": "addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion 
     | 
| 
      
 25918 
     | 
    
         
            +
                      "document": "addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion必传)。",
         
     | 
| 
       25910 
25919 
     | 
    
         
             
                      "example": "eyJ2cGNDbmkiOnsic2VjdXJpdHlHcm91cHMiOnsic2VjdXJpdHlHcm91cHMiOltdfX19",
         
     | 
| 
       25911 
25920 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       25912 
25921 
     | 
    
         
             
                      "name": "RawValues",
         
     | 
| 
         @@ -25924,7 +25933,7 @@ 
     | 
|
| 
       25924 
25933 
     | 
    
         
             
                    },
         
     | 
| 
       25925 
25934 
     | 
    
         
             
                    {
         
     | 
| 
       25926 
25935 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       25927 
     | 
    
         
            -
                      "document": "是否仅做更新检查,设置为true 
     | 
| 
      
 25936 
     | 
    
         
            +
                      "document": "是否仅做更新检查,设置为true时仅做检查,不会更新组件。默认值为 false。",
         
     | 
| 
       25928 
25937 
     | 
    
         
             
                      "example": "false",
         
     | 
| 
       25929 
25938 
     | 
    
         
             
                      "member": "bool",
         
     | 
| 
       25930 
25939 
     | 
    
         
             
                      "name": "DryRun",
         
     | 
| 
         @@ -1954,7 +1954,7 @@ 
     | 
|
| 
       1954 
1954 
     | 
    
         
             
                    "title": "更新tke-log-agent组件参数"
         
     | 
| 
       1955 
1955 
     | 
    
         
             
                  },
         
     | 
| 
       1956 
1956 
     | 
    
         
             
                  {
         
     | 
| 
       1957 
     | 
    
         
            -
                    "document": "用户可以通过RawValues参数更新cluster-autoscaler组件支持的自定义配置参数,比如关闭缩容,可以将 {\"extraArgs\":{\"scale-down-enabled\":false}}  进行base64编码后放入到 RawValues 参数中。cluster-autoscaler组件支持的自定义配置参数说明如下:\n```\n{\n  \"extraArgs\": {\n    \"expander\": string, 扩容策略,例如:random\n    \"ignore-daemonsets-utilization\": bool, ds类型不计入利用率,例如:false\n    \"max-empty-bulk-delete\": int, 空节点最大并发缩容数,例如:10\n    \"scale-down-delay-after-add\": string, 扩容后再触发缩容等待时间,例如:10m\n    \"scale-down-enabled\": bool, 开启缩容能力,例如:false\n    \"scale-down-unneeded-time\": string, 节点连续空闲触发缩容时间,例如:10m\n    \"scale-down-utilization-threshold\": float, 触发缩容节点利用率阈值,例如:0.5\n    \"skip-nodes-with-local-storage\": bool, 不缩容包含本地存储的节点,例如:true\n    \"skip-nodes-with-system-pods\": bool 不缩容kube-system namespace下非DaemonSet管理的Pod的节点,例如: 
     | 
| 
      
 1957 
     | 
    
         
            +
                    "document": "用户可以通过RawValues参数更新cluster-autoscaler组件支持的自定义配置参数,比如关闭缩容,可以将 {\"extraArgs\":{\"scale-down-enabled\":false}}  进行base64编码后放入到 RawValues 参数中。cluster-autoscaler组件支持的自定义配置参数说明如下:\n```\n{\n  \"extraArgs\": {\n    \"expander\": string, 扩容策略,例如:random\n    \"ignore-daemonsets-utilization\": bool, ds类型不计入利用率,例如:false\n    \"max-empty-bulk-delete\": int, 空节点最大并发缩容数,例如:10\n    \"scale-down-delay-after-add\": string, 扩容后再触发缩容等待时间,例如:10m\n    \"scale-down-enabled\": bool, 开启缩容能力,例如:false\n    \"scale-down-unneeded-time\": string, 节点连续空闲触发缩容时间,例如:10m\n    \"scale-down-utilization-threshold\": float, 触发缩容节点利用率阈值,例如:0.5\n    \"skip-nodes-with-local-storage\": bool, 不缩容包含本地存储的节点,例如:true\n    \"skip-nodes-with-system-pods\": bool 不缩容kube-system namespace下非DaemonSet管理的Pod的节点,例如:true\n  }\n}\n```",
         
     | 
| 
       1958 
1958 
     | 
    
         
             
                    "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateAddon\n<公共请求参数>\n\n{\n    \"ClusterId\": \"cls-qbc3zefo\",\n    \"AddonName\": \"cluster-autoscaler\",\n    \"RawValues\": \"eyJleHRyYUFyZ3MiOnsic2NhbGUtZG93bi1lbmFibGVkIjpmYWxzZX19\",\n    \"UpdateStrategy\": \"merge\"\n}",
         
     | 
| 
       1959 
1959 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"b0a2e412-6e5e-4a93-9a22-edf5102e9eae\"\n    }\n}",
         
     | 
| 
       1960 
1960 
     | 
    
         
             
                    "title": "更新cluster-autoscaler参数"
         
     | 
| 
         @@ -9873,15 +9873,6 @@ 
     | 
|
| 
       9873 
9873 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       9874 
9874 
     | 
    
         
             
                      "type": "int"
         
     | 
| 
       9875 
9875 
     | 
    
         
             
                    },
         
     | 
| 
       9876 
     | 
    
         
            -
                    {
         
     | 
| 
       9877 
     | 
    
         
            -
                      "disabled": false,
         
     | 
| 
       9878 
     | 
    
         
            -
                      "document": "TTS的API密钥",
         
     | 
| 
       9879 
     | 
    
         
            -
                      "example": "sk-xxxxxxx",
         
     | 
| 
       9880 
     | 
    
         
            -
                      "member": "string",
         
     | 
| 
       9881 
     | 
    
         
            -
                      "name": "APIKey",
         
     | 
| 
       9882 
     | 
    
         
            -
                      "required": true,
         
     | 
| 
       9883 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       9884 
     | 
    
         
            -
                    },
         
     | 
| 
       9885 
9876 
     | 
    
         
             
                    {
         
     | 
| 
       9886 
9877 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9887 
9878 
     | 
    
         
             
                      "document": "声音克隆的名称, 只允许使用数字、字母、下划线,不能超过36位",
         
     | 
| 
         @@ -9900,6 +9891,15 @@ 
     | 
|
| 
       9900 
9891 
     | 
    
         
             
                      "required": true,
         
     | 
| 
       9901 
9892 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
       9902 
9893 
     | 
    
         
             
                    },
         
     | 
| 
      
 9894 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9895 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 9896 
     | 
    
         
            +
                      "document": "TTS的API密钥",
         
     | 
| 
      
 9897 
     | 
    
         
            +
                      "example": "sk-xxxxxxx",
         
     | 
| 
      
 9898 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 9899 
     | 
    
         
            +
                      "name": "APIKey",
         
     | 
| 
      
 9900 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 9901 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 9902 
     | 
    
         
            +
                    },
         
     | 
| 
       9903 
9903 
     | 
    
         
             
                    {
         
     | 
| 
       9904 
9904 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       9905 
9905 
     | 
    
         
             
                      "document": "声音克隆的参考文本,为参考音频对应的文字。",
         
     | 
| 
         @@ -613,7 +613,7 @@ 
     | 
|
| 
       613 
613 
     | 
    
         
             
                "VoiceClone": [
         
     | 
| 
       614 
614 
     | 
    
         
             
                  {
         
     | 
| 
       615 
615 
     | 
    
         
             
                    "document": "",
         
     | 
| 
       616 
     | 
    
         
            -
                    "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VoiceClone\n<公共请求参数>\n\n{\n 
     | 
| 
      
 616 
     | 
    
         
            +
                    "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: VoiceClone\n<公共请求参数>\n\n{\n    \"SdkAppId\": 1466000000,\n    \"VoiceName\": \"xiaoming_02\",\n    \"PromptAudio\": \"ejxxxxxx\"\n}",
         
     | 
| 
       617 
617 
     | 
    
         
             
                    "output": "{\n    \"Response\": {\n        \"VoiceId\": \"xiaoming_02_aidniwqndq\",\n        \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n    }\n}",
         
     | 
| 
       618 
618 
     | 
    
         
             
                    "title": "创建一个声音克隆"
         
     | 
| 
       619 
619 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -9275,6 +9275,15 @@ 
     | 
|
| 
       9275 
9275 
     | 
    
         
             
                      "name": "SyncToGlobalRegistry",
         
     | 
| 
       9276 
9276 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       9277 
9277 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 9278 
     | 
    
         
            +
                    },
         
     | 
| 
      
 9279 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9280 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 9281 
     | 
    
         
            +
                      "document": "过滤筛选条件",
         
     | 
| 
      
 9282 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
      
 9283 
     | 
    
         
            +
                      "member": "Filter",
         
     | 
| 
      
 9284 
     | 
    
         
            +
                      "name": "StatusFilter",
         
     | 
| 
      
 9285 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 9286 
     | 
    
         
            +
                      "type": "list"
         
     | 
| 
       9278 
9287 
     | 
    
         
             
                    }
         
     | 
| 
       9279 
9288 
     | 
    
         
             
                  ],
         
     | 
| 
       9280 
9289 
     | 
    
         
             
                  "type": "object"
         
     | 
| 
         @@ -12088,7 +12097,7 @@ 
     | 
|
| 
       12088 
12097 
     | 
    
         
             
                    {
         
     | 
| 
       12089 
12098 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       12090 
12099 
     | 
    
         
             
                      "document": "该服务对哪些命名空间可见\t",
         
     | 
| 
       12091 
     | 
    
         
            -
                      "example": "[ 
     | 
| 
      
 12100 
     | 
    
         
            +
                      "example": "[ \"Namespace-2\"]",
         
     | 
| 
       12092 
12101 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       12093 
12102 
     | 
    
         
             
                      "name": "ExportTo",
         
     | 
| 
       12094 
12103 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
         @@ -12114,6 +12123,26 @@ 
     | 
|
| 
       12114 
12123 
     | 
    
         
             
                      "output_required": false,
         
     | 
| 
       12115 
12124 
     | 
    
         
             
                      "type": "bool",
         
     | 
| 
       12116 
12125 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
      
 12126 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12127 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12128 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12129 
     | 
    
         
            +
                      "document": "隔离实例数",
         
     | 
| 
      
 12130 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 12131 
     | 
    
         
            +
                      "member": "uint64",
         
     | 
| 
      
 12132 
     | 
    
         
            +
                      "name": "IsolateInstanceCount",
         
     | 
| 
      
 12133 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12134 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 12135 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
      
 12136 
     | 
    
         
            +
                    },
         
     | 
| 
      
 12137 
     | 
    
         
            +
                    {
         
     | 
| 
      
 12138 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 12139 
     | 
    
         
            +
                      "document": "服务健康状态",
         
     | 
| 
      
 12140 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 12141 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 12142 
     | 
    
         
            +
                      "name": "ServiceStatus",
         
     | 
| 
      
 12143 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
      
 12144 
     | 
    
         
            +
                      "type": "int",
         
     | 
| 
      
 12145 
     | 
    
         
            +
                      "value_allowed_null": false
         
     | 
| 
       12117 
12146 
     | 
    
         
             
                    }
         
     | 
| 
       12118 
12147 
     | 
    
         
             
                  ],
         
     | 
| 
       12119 
12148 
     | 
    
         
             
                  "usage": "out"
         
     | 
| 
         @@ -4481,7 +4481,7 @@ 
     | 
|
| 
       4481 
4481 
     | 
    
         
             
                    {
         
     | 
| 
       4482 
4482 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4483 
4483 
     | 
    
         
             
                      "document": "指定的内网IP信息,单次最多指定10个。与SecondaryPrivateIpAddressCount至少提供一个。",
         
     | 
| 
       4484 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 4484 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       4485 
4485 
     | 
    
         
             
                      "member": "PrivateIpAddressSpecification",
         
     | 
| 
       4486 
4486 
     | 
    
         
             
                      "name": "PrivateIpAddresses",
         
     | 
| 
       4487 
4487 
     | 
    
         
             
                      "required": false,
         
     | 
| 
         @@ -4523,7 +4523,7 @@ 
     | 
|
| 
       4523 
4523 
     | 
    
         
             
                    {
         
     | 
| 
       4524 
4524 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4525 
4525 
     | 
    
         
             
                      "document": "内网IP详细信息。",
         
     | 
| 
       4526 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 4526 
     | 
    
         
            +
                      "example": "无",
         
     | 
| 
       4527 
4527 
     | 
    
         
             
                      "member": "PrivateIpAddressSpecification",
         
     | 
| 
       4528 
4528 
     | 
    
         
             
                      "name": "PrivateIpAddressSet",
         
     | 
| 
       4529 
4529 
     | 
    
         
             
                      "output_required": true,
         
     | 
| 
         @@ -27786,6 +27786,15 @@ 
     | 
|
| 
       27786 
27786 
     | 
    
         
             
                      "name": "FlowLogDescription",
         
     | 
| 
       27787 
27787 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       27788 
27788 
     | 
    
         
             
                      "type": "string"
         
     | 
| 
      
 27789 
     | 
    
         
            +
                    },
         
     | 
| 
      
 27790 
     | 
    
         
            +
                    {
         
     | 
| 
      
 27791 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 27792 
     | 
    
         
            +
                      "document": "流日志采集周期,只支持CCN类型流日志。 取值范围(单位s):60, 300, 600。",
         
     | 
| 
      
 27793 
     | 
    
         
            +
                      "example": "300",
         
     | 
| 
      
 27794 
     | 
    
         
            +
                      "member": "uint64",
         
     | 
| 
      
 27795 
     | 
    
         
            +
                      "name": "Period",
         
     | 
| 
      
 27796 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 27797 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
       27789 
27798 
     | 
    
         
             
                    }
         
     | 
| 
       27790 
27799 
     | 
    
         
             
                  ],
         
     | 
| 
       27791 
27800 
     | 
    
         
             
                  "type": "object"
         
     |