tccli 3.0.1351.1__py2.py3-none-any.whl → 3.0.1353.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/ai3d/v20250513/api.json +1 -1
  3. tccli/services/ai3d/v20250513/examples.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +3 -3
  5. tccli/services/apm/v20210622/api.json +1 -1
  6. tccli/services/ccc/v20200210/api.json +1 -1
  7. tccli/services/cdb/v20170320/api.json +2 -2
  8. tccli/services/cdn/v20180606/api.json +0 -3
  9. tccli/services/cdn/v20180606/examples.json +2 -2
  10. tccli/services/cfg/v20210820/api.json +11 -0
  11. tccli/services/cfs/v20190719/api.json +46 -0
  12. tccli/services/csip/v20221121/api.json +21 -3
  13. tccli/services/csip/v20221121/examples.json +1 -1
  14. tccli/services/ctem/ctem_client.py +212 -0
  15. tccli/services/ctem/v20231128/api.json +1609 -633
  16. tccli/services/ctem/v20231128/examples.json +32 -0
  17. tccli/services/cwp/v20180228/api.json +11 -1
  18. tccli/services/cynosdb/v20190107/api.json +28 -0
  19. tccli/services/cynosdb/v20190107/examples.json +4 -4
  20. tccli/services/eb/v20210416/api.json +17 -8
  21. tccli/services/eb/v20210416/examples.json +1 -1
  22. tccli/services/ess/ess_client.py +114 -8
  23. tccli/services/ess/v20201111/api.json +212 -0
  24. tccli/services/ess/v20201111/examples.json +16 -0
  25. tccli/services/iai/v20180301/api.json +143 -135
  26. tccli/services/iai/v20180301/examples.json +18 -12
  27. tccli/services/iai/v20200303/api.json +4 -4
  28. tccli/services/igtm/v20231024/api.json +139 -139
  29. tccli/services/iotvideo/v20191126/api.json +1 -1
  30. tccli/services/iotvideo/v20201215/api.json +1 -1
  31. tccli/services/iotvideo/v20211125/api.json +1 -1
  32. tccli/services/iss/v20230517/api.json +9 -9
  33. tccli/services/lighthouse/v20200324/api.json +10 -0
  34. tccli/services/live/v20180801/api.json +299 -3
  35. tccli/services/live/v20180801/examples.json +6 -6
  36. tccli/services/lke/v20231130/api.json +2 -2
  37. tccli/services/lkeap/v20240522/api.json +96 -19
  38. tccli/services/lkeap/v20240522/examples.json +2 -2
  39. tccli/services/mongodb/v20190725/api.json +2 -2
  40. tccli/services/mongodb/v20190725/examples.json +1 -1
  41. tccli/services/monitor/v20180724/api.json +45 -31
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/mps_client.py +53 -0
  44. tccli/services/mps/v20190612/api.json +580 -279
  45. tccli/services/mps/v20190612/examples.json +18 -4
  46. tccli/services/ocr/v20181119/api.json +24 -4
  47. tccli/services/ocr/v20181119/examples.json +1 -1
  48. tccli/services/omics/v20221128/api.json +9 -0
  49. tccli/services/pts/v20210728/api.json +1 -1
  50. tccli/services/tcbr/v20220217/api.json +10 -0
  51. tccli/services/teo/teo_client.py +777 -35
  52. tccli/services/teo/v20220901/api.json +1026 -3
  53. tccli/services/teo/v20220901/examples.json +154 -0
  54. tccli/services/tione/v20211111/api.json +9 -0
  55. tccli/services/tke/v20180525/api.json +49 -1
  56. tccli/services/trro/v20220325/api.json +1 -1
  57. tccli/services/trtc/trtc_client.py +459 -35
  58. tccli/services/trtc/v20190722/api.json +1068 -81
  59. tccli/services/trtc/v20190722/examples.json +64 -0
  60. tccli/services/tts/v20190823/api.json +1 -1
  61. tccli/services/vod/v20180717/api.json +60 -60
  62. tccli/services/vod/v20180717/examples.json +37 -37
  63. tccli/services/wedata/v20210820/api.json +501 -3
  64. tccli/services/wedata/v20210820/examples.json +86 -0
  65. tccli/services/wedata/wedata_client.py +440 -69
  66. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1351.1.dist-info → tccli-3.0.1353.1.dist-info}/license_files/LICENSE +0 -0
@@ -226,6 +226,48 @@
226
226
  "title": "创建不启用探测的负载均衡实例"
227
227
  }
228
228
  ],
229
+ "CreateMultiPathGateway": [
230
+ {
231
+ "document": "在指定站点( ZoneId 为 zone-27q0p0bal192 )下,创建云上网关,地域(RegionId)是北京(ap-beijing),端口(GatewayPort)为 8080。",
232
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGateway\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayType\": \"cloud\",\n \"GatewayName\": \"EOMPGW-1\",\n \"RegionId\": \"ap-beijing\",\n \"GatewayPort\": 8080\n}",
233
+ "output": "{\n \"Response\": {\n \"GatewayId\": \"mpgw-9d65563y6p\",\n \"RequestId\": \"04e15f26-7a59-4e29-b297-1b43ed4ec691\"\n }\n}",
234
+ "title": "创建多通道安全加速网关(云上网关)"
235
+ },
236
+ {
237
+ "document": "在指定站点( ZoneId 为 zone-27q0p0bal192 )下,创建自有网关,IP(GatewayIP) 是 49.7.248.202,端口(GatewayPort)为 443。",
238
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGateway\n<公共请求参数>\n\n{\n \"GatewayType\": \"private\",\n \"GatewayName\": \"private-1\",\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayPort\": 443,\n \"GatewayIP\": \"49.7.248.202\"\n}",
239
+ "output": "{\n \"Response\": {\n \"GatewayId\": \"mpgw-ajf5qkoync\",\n \"RequestId\": \"e8fef204-be7b-4a39-aee3-85b617651734\"\n }\n}",
240
+ "title": "创建多通道安全加速网关(自有网关)"
241
+ }
242
+ ],
243
+ "CreateMultiPathGatewayLine": [
244
+ {
245
+ "document": "为指定站点( ZoneId 为 zone-27q0p0bal192 )下,网关 ID 为 mpgw-lbxuhk1oh 的多通道安全加速网关创建 EdgeOne 四层代理线路。",
246
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineType\": \"proxy\",\n \"LineAddress\": \"101.23.573.10:8989\",\n \"ProxyId\": \"sid-2gpv1z8cx8y2\",\n \"RuleId\": \"rule-33ik84rw3nuu\"\n}",
247
+ "output": "{\n \"Response\": {\n \"LineId\": \"line-1\",\n \"RequestId\": \"34b734a7-71de-4ffc-a59d-eeac9d171da2\"\n }\n}",
248
+ "title": "创建 EdgeOne 四层代理线路"
249
+ },
250
+ {
251
+ "document": "为指定站点( ZoneId 为 zone-27q0p0bal192 )下,网关 ID 为 mpgw-lbxuhk1oh 的多通道安全加速网关创建自定义线路。",
252
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineType\": \"custom\",\n \"LineAddress\": \"120.62.91.54:8080\"\n}",
253
+ "output": "{\n \"Response\": {\n \"LineId\": \"line-2\",\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\"\n }\n}",
254
+ "title": "创建自定义线路"
255
+ }
256
+ ],
257
+ "CreateMultiPathGatewaySecretKey": [
258
+ {
259
+ "document": "在指定站点(ZoneId 为 zone-27q0p0bal192)下,创建用户自定义的多通道安全加速网关接入密钥。",
260
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGatewaySecretKey\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"SecretKey\": \"b8sfnemqzF5TNCwwtshVmG/gyCJVi/rP+7A+jsBwqGY=\"\n}",
261
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
262
+ "title": "创建多通道安全加速网关接入密钥(自定义)"
263
+ },
264
+ {
265
+ "document": "在指定站点(ZoneId 为 zone-27q0p0bal192)下,创建系统自动生成的多通道安全加速网关接入密钥。",
266
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMultiPathGatewaySecretKey\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\"\n}",
267
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1026aae4-26b1-4580-adc3-fa7cd4dasd19\"\n }\n}",
268
+ "title": "创建多通道安全加速网关接入密钥(系统自动生成)"
269
+ }
270
+ ],
229
271
  "CreateOriginGroup": [
230
272
  {
231
273
  "document": "创建HTTP专用型源站组",
@@ -508,6 +550,22 @@
508
550
  "title": "删除负载均衡实例"
509
551
  }
510
552
  ],
553
+ "DeleteMultiPathGateway": [
554
+ {
555
+ "document": "删除指定站点( ZoneId 为 zone-27q0p0bal192 )下,网关 ID 为 mpgw-lbxuhk1oh 的多通道安全加速网关。",
556
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMultiPathGateway\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\"\n}",
557
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7ad406fd-0e19-4bb4-af86-4ec580f89901\"\n }\n}",
558
+ "title": "删除多通道安全加速网关"
559
+ }
560
+ ],
561
+ "DeleteMultiPathGatewayLine": [
562
+ {
563
+ "document": "删除多通道安全加速网关的指定自定义线路。",
564
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-2\"\n}",
565
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\"\n }\n}",
566
+ "title": "删除多通道安全加速网关的线路"
567
+ }
568
+ ],
511
569
  "DeleteOriginGroup": [
512
570
  {
513
571
  "document": "删除源站组",
@@ -820,6 +878,64 @@
820
878
  "title": "查询负载均衡列表"
821
879
  }
822
880
  ],
881
+ "DescribeMultiPathGateway": [
882
+ {
883
+ "document": "查询站点 ID 为 zone-27q0p0bal192 下,网关 ID 为 mpgw-9d65563y6p 的详细信息。",
884
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGateway\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-9d65563y6p\"\n}",
885
+ "output": "{\n \"Response\": {\n \"GatewayDetail\": {\n \"GatewayId\": \"mpgw-9d65563y6p\",\n \"GatewayIP\": \"49.233.240.134\",\n \"GatewayName\": \"EOMPGW-1\",\n \"GatewayPort\": 8080,\n \"RegionId\": \"ap-beijing\",\n \"Status\": \"online\",\n \"GatewayType\": \"cloud\",\n \"Lines\": [\n {\n \"LineAddress\": \"49.233.240.134:8080\",\n \"LineId\": \"line-0\",\n \"LineType\": \"direct\"\n }\n ]\n },\n \"RequestId\": \"aaab53cb-23c4-4b13-85f5-e63745107ba0\"\n }\n}",
886
+ "title": "查询云上网关详情"
887
+ },
888
+ {
889
+ "document": "查询站点 ID 为 zone-27q0p0bal192 下,网关 ID 为 mpgw-9d6asd63376 的详细信息。",
890
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGateway\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-9d6asd63376\"\n}",
891
+ "output": "{\n \"Response\": {\n \"GatewayDetail\": {\n \"GatewayId\": \"mpgw-9d6asd63376\",\n \"GatewayIP\": \"41.125.20.114\",\n \"GatewayName\": \"EOMPGW-2\",\n \"GatewayPort\": 8080,\n \"RegionId\": \"ap-shanghai\",\n \"Status\": \"online\",\n \"GatewayType\": \"private\",\n \"Lines\": [\n {\n \"LineAddress\": \"43.213.14.191:8080\",\n \"LineId\": \"line-0\",\n \"LineType\": \"direct\"\n }\n ]\n },\n \"RequestId\": \"aaab53cb-23c4-4b13-85f5-e63745107ba0\"\n }\n}",
892
+ "title": "查询自有网关详情"
893
+ }
894
+ ],
895
+ "DescribeMultiPathGatewayLine": [
896
+ {
897
+ "document": "查询站点(ZoneId 为 zone-27q0p0bal192)下,网关 Id(GatewayId 为 mpgw-lbxuhk1oh),线路类型(LineId 为 line-0)的详细信息。",
898
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-0\"\n}",
899
+ "output": "{\n \"Response\": {\n \"Line\": {\n \"LineId\": \"line-0\",\n \"LineType\": \"direct\",\n \"LineAddress\": \"159.21.35.91:8080\"\n },\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
900
+ "title": "查询多通道安全加速网关的直连线路"
901
+ },
902
+ {
903
+ "document": "查询站点(ZoneId 为 zone-27q0p0bal192)下,网关 Id(GatewayId 为 mpgw-lbxuhk1oh),线路类型(LineId 为 line-1)的详细信息。",
904
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-1\"\n}",
905
+ "output": "{\n \"Response\": {\n \"Line\": {\n \"LineType\": \"proxy\",\n \"LineAddress\": \"120.12.31.91:8080\",\n \"LineId\": \"line-1\",\n \"ProxyId\": \"sid-2gpv1z8cx8y2\",\n \"RuleId\": \"rule-33ik84rw3nuu\"\n },\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
906
+ "title": "查询多通道安全加速网关的代理线路"
907
+ },
908
+ {
909
+ "document": "查询站点(ZoneId 为 zone-27q0p0bal192)下,网关 Id(GatewayId 为 mpgw-lbxuhk1oh),线路类型(LineId 为 line-2)的详细信息。",
910
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-2\"\n}",
911
+ "output": "{\n \"Response\": {\n \"Line\": {\n \"LineId\": \"line-2\",\n \"LineType\": \"custom\",\n \"LineAddress\": \"120.12.31.91:8080\"\n },\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
912
+ "title": "查询多通道安全加速网关的自定义接入线路"
913
+ }
914
+ ],
915
+ "DescribeMultiPathGatewayRegions": [
916
+ {
917
+ "document": "获取站点( ZoneId 为 zone-27q0p0bal192 )下,云上网关的可用地域列表。",
918
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGatewayRegions\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\"\n}",
919
+ "output": "{\n \"Response\": {\n \"GatewayRegions\": [\n {\n \"RegionId\": \"ap-beijing\",\n \"CNName\": \"北京\",\n \"ENName\": \"beijing\"\n },\n {\n \"RegionId\": \"ap-shanghai\",\n \"CNName\": \"上海\",\n \"ENName\": \"shanghai\"\n }\n ],\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\"\n }\n}",
920
+ "title": "获取可用网关地域列表"
921
+ }
922
+ ],
923
+ "DescribeMultiPathGatewaySecretKey": [
924
+ {
925
+ "document": "查询指定站点( ZoneId 为 zone-27q0p0bal192 )下,多通道安全加速网关的接入密钥。",
926
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGatewaySecretKey\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\"\n}",
927
+ "output": "{\n \"Response\": {\n \"SecretKey\": \"b8sfnemqzF5TNCwwtshVmG/gyCJVi/rP+7A+jsBwqGY=\",\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
928
+ "title": "查询多通道安全加速网关接入密钥"
929
+ }
930
+ ],
931
+ "DescribeMultiPathGateways": [
932
+ {
933
+ "document": "查询多通道安全加速网关列表,一页显示 10 行记录,不带过滤条件。",
934
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMultiPathGateways\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
935
+ "output": "{\n \"Response\": {\n \"Gateways\": [\n {\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"GatewayName\": \"mpgw\",\n \"GatewayType\": \"private\",\n \"GatewayPort\": 8080,\n \"Status\": \"online\",\n \"GatewayIP\": \"101.43.204.125\"\n }\n ],\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\",\n \"TotalCount\": 1\n }\n}",
936
+ "title": "查询多通道安全加速网关列表"
937
+ }
938
+ ],
823
939
  "DescribeOriginACL": [
824
940
  {
825
941
  "document": "查询 ZoneId 为 'zone-276zs184g93m' 的站点使用的七层加速域名/四层代理实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。",
@@ -1430,6 +1546,36 @@
1430
1546
  "title": "修改负载均衡实例的检查策略"
1431
1547
  }
1432
1548
  ],
1549
+ "ModifyMultiPathGateway": [
1550
+ {
1551
+ "document": "修改指定站点下 ZoneId 为 zone-27q0p0bal192,网关 GatewayId 为 mpgw-lbxuhk1oh 的多通道安全加速网关的网关名、 IP 和端口信息。",
1552
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMultiPathGateway\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"GatewayName\": \"eomp\",\n \"GatewayIP\": \"101.31.33.19\",\n \"GatewayPort\": 8080\n}",
1553
+ "output": "{\n \"Response\": {\n \"RequestId\": \"175a5e55-a849-41f1-93d2-c9741859fedd\"\n }\n}",
1554
+ "title": "修改多通道安全加速网关信息"
1555
+ }
1556
+ ],
1557
+ "ModifyMultiPathGatewayLine": [
1558
+ {
1559
+ "document": "修改站点( ZoneId 取值为 zone-27q0p0bal192 )下,多通道安全加速网关 ID 为 mpgw-lbxuhk1oh 的 Edgeone 四层代理线路转发线路,将 LineAddress 修改为 101.23.573.10:8989,ProxyId 修改为 sid-2gpv1z8cx8y2,RuleId 修改为 rule-33ik84rw3nuu。",
1560
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-1\",\n \"LineType\": \"proxy\",\n \"LineAddress\": \"101.23.573.10:8989\",\n \"ProxyId\": \"sid-2gpv1z8cx8y2\",\n \"RuleId\": \"rule-33ik84rw3nuu\"\n}",
1561
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\"\n }\n}",
1562
+ "title": "修改多通道安全加速网关的代理线路"
1563
+ },
1564
+ {
1565
+ "document": "修改站点( ZoneId 取值为 zone-27q0p0bal192 )下,多通道安全加速网关 ID 为 mpgw-lbxuhk1oh 的自定义线路,将 LineAddress 修改为 120.91.82.74:8080。",
1566
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMultiPathGatewayLine\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"GatewayId\": \"mpgw-lbxuhk1oh\",\n \"LineId\": \"line-2\",\n \"LineType\": \"custom\",\n \"LineAddress\": \"120.91.82.74:8080\"\n}",
1567
+ "output": "{\n \"Response\": {\n \"RequestId\": \"548b1b65-fcec-4095-8c7a-ec8afa862635\"\n }\n}",
1568
+ "title": "修改多通道安全加速网关的自定义线路"
1569
+ }
1570
+ ],
1571
+ "ModifyMultiPathGatewaySecretKey": [
1572
+ {
1573
+ "document": "修改指定站点下( ZoneId 为 zone-27q0p0bal192)的多通道安全加速网关接入密钥,修改后原密钥失效。",
1574
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMultiPathGatewaySecretKey\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\",\n \"SecretKey\": \"b8sfnemqzF5TNCwwtshVmG/gyCJVi/rP+7A+jsBwqGY=\"\n}",
1575
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9153aae4-26b1-4580-adc3-fa7cd4d32bf5\"\n }\n}",
1576
+ "title": "修改接入密钥"
1577
+ }
1578
+ ],
1433
1579
  "ModifyOriginACL": [
1434
1580
  {
1435
1581
  "document": "ZoneId 为 'zone-276zs184g93m' 的站点新增七层加速域名 ‘www.qq.com’ 使用特定回源 IP 网段回源。",
@@ -1620,6 +1766,14 @@
1620
1766
  "title": "切换站点状态"
1621
1767
  }
1622
1768
  ],
1769
+ "RefreshMultiPathGatewaySecretKey": [
1770
+ {
1771
+ "document": "刷新指定站点下多通道安全加速网关的密钥,刷新密钥后,原始密钥会失效。",
1772
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RefreshMultiPathGatewaySecretKey\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-27q0p0bal192\"\n}",
1773
+ "output": "{\n \"Response\": {\n \"SecretKey\": \"b8sfnemqzF5TNCwwtshVmG/gyCJVi/rP+7A+jsBwqGY=\",\n \"RequestId\": \"a622678d-ea5b-41e8-9cd2-d335816141a0\"\n }\n}",
1774
+ "title": "刷新多通道安全加速网关的密钥"
1775
+ }
1776
+ ],
1623
1777
  "RenewPlan": [
1624
1778
  {
1625
1779
  "document": "续费套餐 edgeone-2unuvzjmmn2q 时长 3 个月,且不自动使用代金券。",
@@ -7864,6 +7864,15 @@
7864
7864
  "name": "Sidecar",
7865
7865
  "required": false,
7866
7866
  "type": "object"
7867
+ },
7868
+ {
7869
+ "disabled": false,
7870
+ "document": "资源组 id",
7871
+ "example": "rsg-xxtt111",
7872
+ "member": "string",
7873
+ "name": "ResourceGroupId",
7874
+ "required": false,
7875
+ "type": "string"
7867
7876
  }
7868
7877
  ],
7869
7878
  "type": "object"
@@ -6325,11 +6325,20 @@
6325
6325
  {
6326
6326
  "disabled": false,
6327
6327
  "document": "自定义制作镜像缓存过程中容器实例的宿主机上的 DNS。如:\n\"nameserver 4.4.4.4\\nnameserver 8.8.8.8\"",
6328
- "example": "8.8.8.8",
6328
+ "example": "\"nameserver 8.8.8.8\"",
6329
6329
  "member": "string",
6330
6330
  "name": "ResolveConfig",
6331
6331
  "required": false,
6332
6332
  "type": "string"
6333
+ },
6334
+ {
6335
+ "disabled": false,
6336
+ "document": "腾讯云标签",
6337
+ "example": "[{\"Key\": \"project\", \"Value\": \"tke-serverless\"}]",
6338
+ "member": "Tag",
6339
+ "name": "Tags",
6340
+ "required": false,
6341
+ "type": "list"
6333
6342
  }
6334
6343
  ],
6335
6344
  "type": "object"
@@ -17211,6 +17220,36 @@
17211
17220
  "output_required": true,
17212
17221
  "type": "string",
17213
17222
  "value_allowed_null": false
17223
+ },
17224
+ {
17225
+ "disabled": false,
17226
+ "document": "镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。",
17227
+ "example": "7",
17228
+ "member": "uint64",
17229
+ "name": "RetentionDays",
17230
+ "output_required": true,
17231
+ "type": "int",
17232
+ "value_allowed_null": false
17233
+ },
17234
+ {
17235
+ "disabled": false,
17236
+ "document": "镜像拉取凭证",
17237
+ "example": "无",
17238
+ "member": "ImageRegistryCredential",
17239
+ "name": "ImageRegistryCredentials",
17240
+ "output_required": false,
17241
+ "type": "list",
17242
+ "value_allowed_null": false
17243
+ },
17244
+ {
17245
+ "disabled": false,
17246
+ "document": "腾讯云标签",
17247
+ "example": "[{\"Key\":\"project\",\"Value\":\"tke-serverless\"}]",
17248
+ "member": "Tag",
17249
+ "name": "Tags",
17250
+ "output_required": false,
17251
+ "type": "list",
17252
+ "value_allowed_null": false
17214
17253
  }
17215
17254
  ],
17216
17255
  "usage": "out"
@@ -26313,6 +26352,15 @@
26313
26352
  "name": "SecurityGroupIds",
26314
26353
  "required": false,
26315
26354
  "type": "list"
26355
+ },
26356
+ {
26357
+ "disabled": false,
26358
+ "document": "腾讯云标签",
26359
+ "example": "[{\"Key\": \"project\", \"Value\": \"tke-serverless\"}]",
26360
+ "member": "Tag",
26361
+ "name": "Tags",
26362
+ "required": false,
26363
+ "type": "list"
26316
26364
  }
26317
26365
  ],
26318
26366
  "type": "object"
@@ -206,7 +206,7 @@
206
206
  },
207
207
  "metadata": {
208
208
  "apiVersion": "2022-03-25",
209
- "api_brief": "介绍如果使用API创建远程操控项目,并对现场设备和远端设备进行管理,查看远控会话数据等",
209
+ "api_brief": "介绍如何使用API创建项目和设备,并对现场设备和远端设备进行管理,查看设备会话指标数据等",
210
210
  "serviceNameCN": "实时互动-工业能源版",
211
211
  "serviceShortName": "trro"
212
212
  },