tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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.
Files changed (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +31 -21
  5. tccli/services/cdn/v20180606/api.json +1 -1
  6. tccli/services/cloudhsm/v20191112/api.json +10 -10
  7. tccli/services/cls/v20201016/api.json +40 -31
  8. tccli/services/cls/v20201016/examples.json +8 -2
  9. tccli/services/ctem/v20231128/api.json +30 -0
  10. tccli/services/dbbrain/v20210527/api.json +17 -7
  11. tccli/services/dbbrain/v20210527/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +16 -6
  13. tccli/services/emr/v20190103/api.json +9 -0
  14. tccli/services/es/es_client.py +57 -4
  15. tccli/services/es/v20250101/api.json +133 -0
  16. tccli/services/es/v20250101/examples.json +8 -0
  17. tccli/services/ess/ess_client.py +212 -0
  18. tccli/services/ess/v20201111/api.json +508 -24
  19. tccli/services/ess/v20201111/examples.json +41 -3
  20. tccli/services/essbasic/v20210526/api.json +12 -3
  21. tccli/services/essbasic/v20210526/examples.json +2 -2
  22. tccli/services/gwlb/gwlb_client.py +53 -0
  23. tccli/services/gwlb/v20240906/api.json +80 -0
  24. tccli/services/gwlb/v20240906/examples.json +8 -0
  25. tccli/services/hunyuan/v20230901/api.json +2 -2
  26. tccli/services/ioa/ioa_client.py +220 -8
  27. tccli/services/ioa/v20220601/api.json +559 -0
  28. tccli/services/ioa/v20220601/examples.json +38 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +220 -8
  30. tccli/services/iotexplorer/v20190423/api.json +959 -12
  31. tccli/services/iotexplorer/v20190423/examples.json +68 -0
  32. tccli/services/lcic/v20220817/api.json +2 -2
  33. tccli/services/lke/v20231130/api.json +1 -1
  34. tccli/services/lke/v20231130/examples.json +2 -2
  35. tccli/services/lkeap/v20240522/api.json +1 -1
  36. tccli/services/lkeap/v20240522/examples.json +7 -1
  37. tccli/services/monitor/monitor_client.py +53 -0
  38. tccli/services/monitor/v20180724/api.json +248 -0
  39. tccli/services/monitor/v20180724/examples.json +8 -0
  40. tccli/services/mps/v20190612/api.json +384 -2
  41. tccli/services/mqtt/v20240516/api.json +10 -0
  42. tccli/services/mqtt/v20240516/examples.json +3 -9
  43. tccli/services/nlp/v20190408/api.json +6 -6
  44. tccli/services/oceanus/oceanus_client.py +110 -4
  45. tccli/services/oceanus/v20190422/api.json +152 -8
  46. tccli/services/oceanus/v20190422/examples.json +16 -0
  47. tccli/services/ocr/v20181119/api.json +10 -0
  48. tccli/services/privatedns/privatedns_client.py +641 -58
  49. tccli/services/privatedns/v20201028/api.json +923 -12
  50. tccli/services/privatedns/v20201028/examples.json +88 -0
  51. tccli/services/redis/v20180412/api.json +1 -1
  52. tccli/services/teo/v20220901/api.json +206 -66
  53. tccli/services/teo/v20220901/examples.json +32 -8
  54. tccli/services/tione/v20211111/api.json +1 -1
  55. tccli/services/tke/v20180525/api.json +23 -14
  56. tccli/services/tke/v20180525/examples.json +1 -1
  57. tccli/services/trtc/v20190722/api.json +9 -9
  58. tccli/services/trtc/v20190722/examples.json +1 -1
  59. tccli/services/tse/v20201207/api.json +30 -1
  60. tccli/services/vpc/v20170312/api.json +11 -2
  61. tccli/services/wedata/v20210820/api.json +1281 -601
  62. tccli/services/wedata/v20210820/examples.json +127 -157
  63. tccli/services/wedata/v20250806/api.json +480 -18
  64. tccli/services/wedata/v20250806/examples.json +38 -6
  65. tccli/services/wedata/wedata_client.py +216 -4
  66. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
@@ -160,10 +160,22 @@
160
160
  ],
161
161
  "CreateFunctionRule": [
162
162
  {
163
- "document": "",
164
- "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"/123\"\n ],\n \"Target\": \"url\"\n }\n ]\n }\n ],\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Remark\": \"my function rule\"\n}",
163
+ "document": "为站点 zone-293e7s5jne1i 创建一个边缘函数规则,当请求host为 www.function.com 时命中规则,采用 direct(直接指定)的方式选择目标函数,目标函数 ID 为 ef-1pakhnuy 。",
164
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"direct\",\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Remark\": \"function rule trigger direct\"\n}",
165
+ "output": "{\n \"Response\": {\n \"RuleId\": \"rule-vnqup0uc\",\n \"RequestId\": \"aab9a28a-4cce-434d-852f-5442275817aa\"\n }\n}",
166
+ "title": "创建边缘函数规则命中规则后执行指定函数"
167
+ },
168
+ {
169
+ "document": "为站点 zone-293e7s5jne1i 创建一个边缘函数规则,当请求host为 www.function.com 时命中规则,采用 region(基于客户端 IP 国家/地区)的方式选择目标函数,如果客户端的 IP 归属地为中国大陆,则执行函数 ef-1pakhnuy ,如果客户端的 IP 归属地为其他地区,则执行函数 ef-1wekxwnu 。",
170
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"region\",\n \"RegionMappingSelections\": [\n {\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Regions\": [\n \"CN\"\n ]\n },\n {\n \"FunctionId\": \"ef-1wekxwnu\",\n \"Regions\": [\n \"Default\"\n ]\n }\n ],\n \"Remark\": \"function rule trigger region\"\n}",
165
171
  "output": "{\n \"Response\": {\n \"RuleId\": \"rule-vnqup0uc\",\n \"RequestId\": \"aab9a28a-4cce-434d-852f-5442275817aa\"\n }\n}",
166
- "title": "创建边缘函数规则"
172
+ "title": "创建边缘函数规则命中规则后根据客户请求地区执行不同的函数"
173
+ },
174
+ {
175
+ "document": "为站点 zone-293e7s5jne1i 创建一个边缘函数规则,当请求host为 www.function.com 时命中规则,采用 weight(基于权重)的方式选择目标函数,有20%的概率,执行函数 ef-1pakhnuy ,有80%的概率,执行函数 ef-1wekxwnu 。",
176
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"weight\",\n \"WeightedSelections\": [\n {\n \"FunctionId\": \"ef-1wekxwnu\",\n \"Weight\": 80\n },\n {\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Weight\": 20\n }\n ],\n \"Remark\": \"function rule trigger weight\"\n}",
177
+ "output": "{\n \"Response\": {\n \"RuleId\": \"rule-vnqup0uc\",\n \"RequestId\": \"aab9a28a-4cce-434d-852f-5442275817aa\"\n }\n}",
178
+ "title": "创建边缘函数规则命中规则后根据客户设置的权重执行不同的函数"
167
179
  }
168
180
  ],
169
181
  "CreateJustInTimeTranscodeTemplate": [
@@ -894,9 +906,9 @@
894
906
  ],
895
907
  "DescribeFunctionRules": [
896
908
  {
897
- "document": "",
909
+ "document": "查询站点 zone-293e7s5jne1i 下的函数规则。",
898
910
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFunctionRules\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\"\n}",
899
- "output": "{\n \"Response\": {\n \"RequestId\": \"d7213f7f-a67b-4602-b630-ed6740e1a124\",\n \"FunctionRules\": [\n {\n \"RuleId\": \"rule-53qpdadi\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Target\": \"url\",\n \"Values\": [\n \"/test3\"\n ],\n \"IgnoreCase\": false,\n \"Name\": \"\"\n }\n ]\n }\n ],\n \"FunctionId\": \"ef-n1j14wfm\",\n \"FunctionName\": \"testfunction\",\n \"Priority\": 2,\n \"Remark\": \"my function rule\",\n \"CreateTime\": \"2023-04-19T07:32:09Z\",\n \"UpdateTime\": \"2023-04-19T07:36:43Z\"\n }\n ]\n }\n}",
911
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d7213f7f-a67b-4602-b630-ed6740e1a124\",\n \"FunctionRules\": [\n {\n \"RuleId\": \"rule-53qpdadi\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Target\": \"url\",\n \"Values\": [\n \"/test3\"\n ],\n \"IgnoreCase\": false,\n \"Name\": \"\"\n }\n ]\n }\n ],\n \"TriggerType\": \"region\",\n \"RegionMappingSelections\": [\n {\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Regions\": [\n \"CN\"\n ]\n },\n {\n \"FunctionId\": \"ef-1wekxwnu\",\n \"Regions\": [\n \"Default\"\n ]\n }\n ],\n \"FunctionId\": \"\",\n \"FunctionName\": \"\",\n \"Priority\": 2,\n \"Remark\": \"my function rule\",\n \"CreateTime\": \"2023-04-19T07:32:09Z\",\n \"UpdateTime\": \"2023-04-19T07:36:43Z\"\n }\n ]\n }\n}",
900
912
  "title": "查询边缘函数触发规则列表"
901
913
  }
902
914
  ],
@@ -1616,10 +1628,22 @@
1616
1628
  ],
1617
1629
  "ModifyFunctionRule": [
1618
1630
  {
1619
- "document": "",
1620
- "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-2gqxim9jstab\",\n \"RuleId\": \"rule-vnqup0uc\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"/test\"\n ],\n \"Target\": \"url\"\n }\n ]\n }\n ],\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Remark\": \"my function\"\n}",
1631
+ "document": "修改函数规则 rule-vnqup0uc ,当请求host为 www.function.com 时命中规则,采用 direct(直接指定)的方式选择目标函数,目标函数 ID 为 ef-1pakhnuy 。\n\n",
1632
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"RuleId\": \"rule-vnqup0uc\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"direct\",\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Remark\": \"function rule trigger direct\"\n}",
1633
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7a1e998f-fa00-4670-8457-ed4b4fe5018a\"\n }\n}",
1634
+ "title": "修改边缘函数规则命中规则后执行指定函数"
1635
+ },
1636
+ {
1637
+ "document": "修改函数规则 rule-vnqup0uc,当请求host为 www.function.com 时命中规则,采用 region(基于客户端 IP 国家/地区)的方式选择目标函数,如果客户端的 IP 归属地为中国大陆,则执行函数 ef-1pakhnuy ,如果客户端的 IP 归属地为其他地区,则执行函数 ef-1wekxwnu 。",
1638
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"RuleId\": \"rule-vnqup0uc\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"region\",\n \"RegionMappingSelections\": [\n {\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Regions\": [\n \"CN\"\n ]\n },\n {\n \"FunctionId\": \"ef-1wekxwnu\",\n \"Regions\": [\n \"Default\"\n ]\n }\n ],\n \"Remark\": \"function rule trigger region\"\n}",
1639
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7a1e998f-fa00-4670-8457-ed4b4fe5018a\"\n }\n}",
1640
+ "title": "修改边缘函数规则命中规则后根据客户请求地区执行不同的函数"
1641
+ },
1642
+ {
1643
+ "document": "修改函数规则 rule-vnqup0uc,当请求host为 www.function.com 时命中规则,采用 weight(基于权重)的方式选择目标函数,有20%的概率,执行函数 ef-1pakhnuy ,有80%的概率,执行函数 ef-1wekxwnu 。",
1644
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionRule\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-293e7s5jne1i\",\n \"RuleId\": \"rule-vnqup0uc\",\n \"FunctionRuleConditions\": [\n {\n \"RuleConditions\": [\n {\n \"Operator\": \"equal\",\n \"Values\": [\n \"www.function.com\"\n ],\n \"Target\": \"host\"\n }\n ]\n }\n ],\n \"TriggerType\": \"weight\",\n \"WeightedSelections\": [\n {\n \"FunctionId\": \"ef-1wekxwnu\",\n \"Weight\": 80\n },\n {\n \"FunctionId\": \"ef-1pakhnuy\",\n \"Weight\": 20\n }\n ],\n \"Remark\": \"function rule trigger weight\"\n}",
1621
1645
  "output": "{\n \"Response\": {\n \"RequestId\": \"7a1e998f-fa00-4670-8457-ed4b4fe5018a\"\n }\n}",
1622
- "title": "修改边缘函数规则"
1646
+ "title": "修改边缘函数规则命中规则后根据客户设置的权重执行不同的函数"
1623
1647
  }
1624
1648
  ],
1625
1649
  "ModifyFunctionRulePriority": [
@@ -10761,7 +10761,7 @@
10761
10761
  {
10762
10762
  "disabled": false,
10763
10763
  "document": "创建者",
10764
- "example": "222222",
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": "base64加密values",
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的节点,例如:ture\n }\n}\n```",
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 \"SdkAppId\": 1466000000,\n \"VoiceName\": \"xiaoming_02\",\n \"APIKey\": \"sk-xxxxxx\",\n \"PromptAudio\": \"ejxxxxxx\"\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": "[Namespace-1, Namespace-2]",
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": "[{\"PrivateIpAddress\": \"172.16.32.237\"}]",
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": "[{\"PrivateIpAddress\": \"172.16.32.237\", \"Primary\": false, \"PublicIpAddress\": \"\", \"AddressId\": \"\", \"Description\": \"\", \"IsWanIpBlocked\": false, \"State\": \"PENDING\", \"ResourceId\": \"\", \"QosLevel\": \"DEFAULT\"}]",
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"