tccli 3.0.1395.1__py2.py3-none-any.whl → 3.0.1397.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 (42) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +3 -3
  3. tccli/services/cdn/cdn_client.py +4 -163
  4. tccli/services/cdn/v20180606/api.json +0 -297
  5. tccli/services/cdn/v20180606/examples.json +0 -24
  6. tccli/services/ckafka/v20190819/api.json +1 -1
  7. tccli/services/ckafka/v20190819/examples.json +1 -1
  8. tccli/services/cls/v20201016/api.json +6 -6
  9. tccli/services/cls/v20201016/examples.json +1 -1
  10. tccli/services/ess/v20201111/api.json +24 -24
  11. tccli/services/essbasic/v20210526/examples.json +2 -2
  12. tccli/services/iai/v20180301/api.json +112 -114
  13. tccli/services/iai/v20180301/examples.json +7 -7
  14. tccli/services/iai/v20200303/api.json +4 -4
  15. tccli/services/iai/v20200303/examples.json +1 -1
  16. tccli/services/iotexplorer/v20190423/api.json +20 -2
  17. tccli/services/lcic/v20220817/api.json +6 -6
  18. tccli/services/lke/lke_client.py +0 -106
  19. tccli/services/lke/v20231130/api.json +0 -106
  20. tccli/services/lke/v20231130/examples.json +0 -16
  21. tccli/services/lkeap/v20240522/api.json +37 -10
  22. tccli/services/mongodb/v20190725/api.json +38 -36
  23. tccli/services/mongodb/v20190725/examples.json +3 -3
  24. tccli/services/mps/mps_client.py +220 -8
  25. tccli/services/mps/v20190612/api.json +420 -3
  26. tccli/services/mps/v20190612/examples.json +50 -0
  27. tccli/services/redis/v20180412/api.json +4 -4
  28. tccli/services/tcb/v20180608/api.json +1 -1
  29. tccli/services/tcss/v20201101/api.json +30 -10
  30. tccli/services/teo/v20220901/api.json +10 -0
  31. tccli/services/trtc/v20190722/api.json +57 -18
  32. tccli/services/tse/v20201207/api.json +39 -1
  33. tccli/services/tse/v20201207/examples.json +3 -3
  34. tccli/services/tsf/v20180326/api.json +2 -2
  35. tccli/services/vpc/v20170312/api.json +1 -1
  36. tccli/services/waf/v20180125/api.json +796 -146
  37. tccli/services/waf/v20180125/examples.json +1 -1
  38. {tccli-3.0.1395.1.dist-info → tccli-3.0.1397.1.dist-info}/METADATA +2 -2
  39. {tccli-3.0.1395.1.dist-info → tccli-3.0.1397.1.dist-info}/RECORD +42 -42
  40. {tccli-3.0.1395.1.dist-info → tccli-3.0.1397.1.dist-info}/WHEEL +0 -0
  41. {tccli-3.0.1395.1.dist-info → tccli-3.0.1397.1.dist-info}/entry_points.txt +0 -0
  42. {tccli-3.0.1395.1.dist-info → tccli-3.0.1397.1.dist-info}/license_files/LICENSE +0 -0
@@ -171,7 +171,7 @@
171
171
  "CreateAssetImageScanTask": {
172
172
  "document": "容器安全创建镜像扫描任务",
173
173
  "input": "CreateAssetImageScanTaskRequest",
174
- "name": "创建镜像扫描任务",
174
+ "name": "创建本地镜像扫描任务",
175
175
  "output": "CreateAssetImageScanTaskResponse",
176
176
  "status": "online"
177
177
  },
@@ -9452,7 +9452,7 @@
9452
9452
  {
9453
9453
  "disabled": true,
9454
9454
  "document": "是否扫描全部镜像;全部镜像,镜像列表和根据过滤条件筛选三选一。",
9455
- "example": "TRUE",
9455
+ "example": "true",
9456
9456
  "member": "bool",
9457
9457
  "name": "All",
9458
9458
  "required": false,
@@ -9470,7 +9470,7 @@
9470
9470
  {
9471
9471
  "disabled": false,
9472
9472
  "document": "扫描漏洞;漏洞,木马和风险需选其一",
9473
- "example": "True",
9473
+ "example": "true",
9474
9474
  "member": "bool",
9475
9475
  "name": "ScanVul",
9476
9476
  "required": false,
@@ -9479,7 +9479,7 @@
9479
9479
  {
9480
9480
  "disabled": false,
9481
9481
  "document": "扫描木马;漏洞,木马和风险需选其一",
9482
- "example": "False",
9482
+ "example": "false",
9483
9483
  "member": "bool",
9484
9484
  "name": "ScanVirus",
9485
9485
  "required": false,
@@ -9488,7 +9488,7 @@
9488
9488
  {
9489
9489
  "disabled": false,
9490
9490
  "document": "扫描风险;漏洞,木马和风险需选其一",
9491
- "example": "False",
9491
+ "example": "false",
9492
9492
  "member": "bool",
9493
9493
  "name": "ScanRisk",
9494
9494
  "required": false,
@@ -9497,7 +9497,7 @@
9497
9497
  {
9498
9498
  "disabled": false,
9499
9499
  "document": "根据过滤条件筛选出镜像;全部镜像,镜像列表和根据过滤条件筛选三选一。",
9500
- "example": "[{\"Name\":\"Namespace\",\"Values\":[\"name1\"]}]",
9500
+ "example": "",
9501
9501
  "member": "AssetFilters",
9502
9502
  "name": "Filters",
9503
9503
  "required": false,
@@ -9506,7 +9506,7 @@
9506
9506
  {
9507
9507
  "disabled": false,
9508
9508
  "document": "根据过滤条件筛选出镜像,再排除个别镜像",
9509
- "example": "[sha256:80beff5ff34259ceb7fbe9cd10b2d94912618f5b5595f234349c5bb0cd4f9211]",
9509
+ "example": "[\"sha256:80beff5ff34259ceb7fbe9cd10b2d94912618f5b5595f234349c5bb0cd4f9211\"]",
9510
9510
  "member": "string",
9511
9511
  "name": "ExcludeImageIds",
9512
9512
  "required": false,
@@ -9515,7 +9515,7 @@
9515
9515
  {
9516
9516
  "disabled": false,
9517
9517
  "document": "镜像是否存在运行中的容器",
9518
- "example": "TRUE",
9518
+ "example": "true",
9519
9519
  "member": "bool",
9520
9520
  "name": "ContainerRunning",
9521
9521
  "required": false,
@@ -9542,7 +9542,7 @@
9542
9542
  {
9543
9543
  "disabled": false,
9544
9544
  "document": "一键扫描任务。默认false表示非一键扫描,true一键扫描",
9545
- "example": "FALSE",
9545
+ "example": "false",
9546
9546
  "member": "bool",
9547
9547
  "name": "IsOneClickScanningTask",
9548
9548
  "required": false,
@@ -45863,7 +45863,7 @@
45863
45863
  {
45864
45864
  "disabled": false,
45865
45865
  "document": "漏洞标签",
45866
- "example": "[None, None]",
45866
+ "example": "[\"tag1\",\"tag2\"]",
45867
45867
  "member": "string",
45868
45868
  "name": "Tags",
45869
45869
  "output_required": true,
@@ -46019,6 +46019,26 @@
46019
46019
  "output_required": true,
46020
46020
  "type": "int",
46021
46021
  "value_allowed_null": false
46022
+ },
46023
+ {
46024
+ "disabled": false,
46025
+ "document": "漏洞对应机器的应用防护开启数量",
46026
+ "example": "23",
46027
+ "member": "int64",
46028
+ "name": "RaspOpenNodeCount",
46029
+ "output_required": false,
46030
+ "type": "int",
46031
+ "value_allowed_null": false
46032
+ },
46033
+ {
46034
+ "disabled": false,
46035
+ "document": "漏洞对应机器的应用防护关闭数量",
46036
+ "example": "24",
46037
+ "member": "int64",
46038
+ "name": "RaspClosedNodeCount",
46039
+ "output_required": false,
46040
+ "type": "int",
46041
+ "value_allowed_null": false
46022
46042
  }
46023
46043
  ],
46024
46044
  "usage": "out"
@@ -21789,6 +21789,16 @@
21789
21789
  "output_required": false,
21790
21790
  "type": "list",
21791
21791
  "value_allowed_null": false
21792
+ },
21793
+ {
21794
+ "disabled": false,
21795
+ "document": "网关回源 IP 列表发生了变化是否需要重新确认,取值有:<li>true:回源 IP 列表发生了变化,需要确认;</li><li>false:回源 IP 列表未发生变化,无需确认。</li>",
21796
+ "example": "true",
21797
+ "member": "string",
21798
+ "name": "NeedConfirm",
21799
+ "output_required": false,
21800
+ "type": "string",
21801
+ "value_allowed_null": false
21792
21802
  }
21793
21803
  ],
21794
21804
  "usage": "out"
@@ -4801,7 +4801,7 @@
4801
4801
  {
4802
4802
  "disabled": false,
4803
4803
  "document": "用户媒体流参数。不填时腾讯云后台按照上行主播的进房顺序自动填充。",
4804
- "example": "{\"UserInfo\":{\"UserId\":\"user_a\"}}",
4804
+ "example": "",
4805
4805
  "member": "UserMediaStream",
4806
4806
  "name": "UserMediaStream",
4807
4807
  "required": false,
@@ -4872,7 +4872,7 @@
4872
4872
  },
4873
4873
  {
4874
4874
  "disabled": false,
4875
- "document": "子画面的背景图url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor。支持png、jpg、jpeg、bmp、gif、webm格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,子画面的背景图将不会生效。",
4875
+ "document": "子画面的占位图片url,填写该参数,当用户关闭摄像头或未进入TRTC房间时,会在布局位置填充为指定图片。若指定图片与布局位置尺寸比例不一致,则会对图片进行拉伸处理,优先级高于BackGroundColor。支持png、jpg、jpeg、bmp、gif、webm格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,占位图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,占位图片将不会生效。",
4876
4876
  "example": "https://***.png",
4877
4877
  "member": "string",
4878
4878
  "name": "BackgroundImageUrl",
@@ -4882,7 +4882,7 @@
4882
4882
  {
4883
4883
  "disabled": false,
4884
4884
  "document": "客户自定义裁剪,针对原始输入流裁剪",
4885
- "example": "{\"Height\":720,\"LocationX\":400,\"LocationY\":0,\"Width\":480}",
4885
+ "example": "",
4886
4886
  "member": "McuCustomCrop",
4887
4887
  "name": "CustomCrop",
4888
4888
  "required": false,
@@ -4899,7 +4899,7 @@
4899
4899
  },
4900
4900
  {
4901
4901
  "disabled": false,
4902
- "document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n注:1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。",
4902
+ "document": "子画面的透明模版url,指向一张包含透明通道的模板图片。填写该参数,后台混流时会提取该模板图片的透明通道,将其缩放作为目标画面的透明通道,再和其他画面进行混合。您可以通过透明模版实现目标画面的半透明效果和任意形状裁剪(如圆角、星形、心形等)。 支持png格式。图片大小限制不超过5MB。\n注:\n1,模板图片宽高比应接近目标画面宽高比,以避免缩放适配目标画面时出现模板效果变形;2,透明模版只有RenderMode为0(裁剪)时才生效;3,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,透明模版将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,透明模版将不会生效。",
4903
4903
  "example": "https://***.png",
4904
4904
  "member": "string",
4905
4905
  "name": "TransparentUrl",
@@ -4909,7 +4909,7 @@
4909
4909
  {
4910
4910
  "disabled": false,
4911
4911
  "document": "子背景图的自定义渲染参数,当BackgroundRenderMode为4时必须配置。",
4912
- "example": "{\"Width\":140,\"Height\":140,\"Radius\":70}",
4912
+ "example": "",
4913
4913
  "member": "McuBackgroundCustomRender",
4914
4914
  "name": "BackgroundCustomRender",
4915
4915
  "required": false,
@@ -5320,7 +5320,7 @@
5320
5320
  {
5321
5321
  "disabled": false,
5322
5322
  "document": "输出流视频编码参数。",
5323
- "example": "{\"Width\":1280,\"Height\":720,\"Fps\":15,\"BitRate\":1130,\"Gop\":2}",
5323
+ "example": "",
5324
5324
  "member": "VideoEncode",
5325
5325
  "name": "VideoEncode",
5326
5326
  "required": false,
@@ -5329,7 +5329,7 @@
5329
5329
  {
5330
5330
  "disabled": false,
5331
5331
  "document": "混流布局参数。",
5332
- "example": "{\"MixLayoutMode\":3}",
5332
+ "example": "",
5333
5333
  "member": "McuLayoutParams",
5334
5334
  "name": "LayoutParams",
5335
5335
  "required": false,
@@ -5346,7 +5346,7 @@
5346
5346
  },
5347
5347
  {
5348
5348
  "disabled": false,
5349
- "document": "整个画布的背景图url,优先级高于BackGroundColor。支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,背景图将不会生效。",
5349
+ "document": "整个画布的背景图片url,优先级高于BackGroundColor。支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,背景图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,背景图片将不会生效。",
5350
5350
  "example": "https://******.png",
5351
5351
  "member": "string",
5352
5352
  "name": "BackgroundImageUrl",
@@ -5356,7 +5356,7 @@
5356
5356
  {
5357
5357
  "disabled": false,
5358
5358
  "document": "混流布局的水印参数。",
5359
- "example": "[{\"WaterMarkImage\":{\"WaterMarkUrl\":\"***.png\",\"WaterMarkWidth\":192,\"WaterMarkHeight\":79,\"LocationX\":0,\"LocationY\":0}}]",
5359
+ "example": "",
5360
5360
  "member": "McuWaterMarkParams",
5361
5361
  "name": "WaterMarkList",
5362
5362
  "required": false,
@@ -5379,7 +5379,7 @@
5379
5379
  "members": [
5380
5380
  {
5381
5381
  "disabled": false,
5382
- "document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,水印图片将不会生效。",
5382
+ "document": "水印图片URL地址,支持png、jpg、jpeg格式。图片大小限制不超过5MB。\n注:\n1,您需要确保图片链接的可访问性,后台单次下载超时时间为10秒,最多重试3次,若最终图片下载失败,水印图片将不会生效。\n2,url可支持字符集:【'0-9','a-z','A-Z','-', '.', '_', '~', ':', '/', '?', '#', '[', ']','@', '!', '&', '(', ')', '*', '+', ',', '%', '=', ';', '|'】,您需要确保url字符在可支持字符集内,若存在可支持字符集外的字符,水印图片将不会生效。",
5383
5383
  "example": "xxx.png",
5384
5384
  "member": "string",
5385
5385
  "name": "WaterMarkUrl",
@@ -7751,7 +7751,7 @@
7751
7751
  {
7752
7752
  "disabled": false,
7753
7753
  "document": "混流输出控制参数。",
7754
- "example": "OutputParams",
7754
+ "example": "",
7755
7755
  "member": "OutputParams",
7756
7756
  "name": "OutputParams",
7757
7757
  "required": true,
@@ -7760,7 +7760,7 @@
7760
7760
  {
7761
7761
  "disabled": false,
7762
7762
  "document": "混流输出编码参数。",
7763
- "example": "EncodeParams",
7763
+ "example": "",
7764
7764
  "member": "EncodeParams",
7765
7765
  "name": "EncodeParams",
7766
7766
  "required": true,
@@ -7769,7 +7769,7 @@
7769
7769
  {
7770
7770
  "disabled": false,
7771
7771
  "document": "混流输出布局参数。",
7772
- "example": "LayoutParams",
7772
+ "example": "",
7773
7773
  "member": "LayoutParams",
7774
7774
  "name": "LayoutParams",
7775
7775
  "required": true,
@@ -7778,7 +7778,7 @@
7778
7778
  {
7779
7779
  "disabled": false,
7780
7780
  "document": "第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推",
7781
- "example": "PublishCdnParams",
7781
+ "example": "",
7782
7782
  "member": "PublishCdnParams",
7783
7783
  "name": "PublishCdnParams",
7784
7784
  "required": false,
@@ -7823,7 +7823,7 @@
7823
7823
  {
7824
7824
  "disabled": false,
7825
7825
  "document": "混流输出控制参数。",
7826
- "example": "OutputParams",
7826
+ "example": "",
7827
7827
  "member": "OutputParams",
7828
7828
  "name": "OutputParams",
7829
7829
  "required": true,
@@ -7832,7 +7832,7 @@
7832
7832
  {
7833
7833
  "disabled": false,
7834
7834
  "document": "混流输出编码参数。",
7835
- "example": "EncodeParams",
7835
+ "example": "",
7836
7836
  "member": "EncodeParams",
7837
7837
  "name": "EncodeParams",
7838
7838
  "required": true,
@@ -7841,7 +7841,7 @@
7841
7841
  {
7842
7842
  "disabled": false,
7843
7843
  "document": "混流输出布局参数。",
7844
- "example": "LayoutParams",
7844
+ "example": "",
7845
7845
  "member": "LayoutParams",
7846
7846
  "name": "LayoutParams",
7847
7847
  "required": true,
@@ -7850,7 +7850,7 @@
7850
7850
  {
7851
7851
  "disabled": false,
7852
7852
  "document": "第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推",
7853
- "example": "PublishCdnParams",
7853
+ "example": "",
7854
7854
  "member": "PublishCdnParams",
7855
7855
  "name": "PublishCdnParams",
7856
7856
  "required": false,
@@ -8861,6 +8861,34 @@
8861
8861
  ],
8862
8862
  "usage": "in"
8863
8863
  },
8864
+ "Terminology": {
8865
+ "document": "翻译术语",
8866
+ "members": [
8867
+ {
8868
+ "disabled": false,
8869
+ "document": "源术语",
8870
+ "example": "腾讯云",
8871
+ "member": "string",
8872
+ "name": "Source",
8873
+ "output_required": false,
8874
+ "required": true,
8875
+ "type": "string",
8876
+ "value_allowed_null": false
8877
+ },
8878
+ {
8879
+ "disabled": false,
8880
+ "document": "目标术语翻译结果",
8881
+ "example": "Tencent Cloud",
8882
+ "member": "string",
8883
+ "name": "Target",
8884
+ "output_required": false,
8885
+ "required": true,
8886
+ "type": "string",
8887
+ "value_allowed_null": false
8888
+ }
8889
+ ],
8890
+ "usage": "both"
8891
+ },
8864
8892
  "TextToSpeechRequest": {
8865
8893
  "document": "TextToSpeech请求参数结构体",
8866
8894
  "members": [
@@ -9154,6 +9182,17 @@
9154
9182
  "required": false,
9155
9183
  "type": "object",
9156
9184
  "value_allowed_null": false
9185
+ },
9186
+ {
9187
+ "disabled": false,
9188
+ "document": "翻译术语集合",
9189
+ "example": "无",
9190
+ "member": "Terminology",
9191
+ "name": "Terminology",
9192
+ "output_required": false,
9193
+ "required": false,
9194
+ "type": "list",
9195
+ "value_allowed_null": false
9157
9196
  }
9158
9197
  ],
9159
9198
  "usage": "both"
@@ -757,7 +757,7 @@
757
757
  "status": "online"
758
758
  },
759
759
  "ModifyNetworkBasicInfo": {
760
- "document": "修改云原生API网关实例网络基本信息,例如带宽以及描述,只支持修改客户端公网/内网的信息。",
760
+ "document": "修改云原生API网关实例网络基本信息,例如带宽以及描述、规格升级,只支持修改客户端公网/内网的信息。",
761
761
  "input": "ModifyNetworkBasicInfoRequest",
762
762
  "name": "修改云原生API网关实例网络基本信息",
763
763
  "output": "ModifyNetworkBasicInfoResponse",
@@ -1818,6 +1818,16 @@
1818
1818
  "output_required": false,
1819
1819
  "type": "bool",
1820
1820
  "value_allowed_null": false
1821
+ },
1822
+ {
1823
+ "disabled": false,
1824
+ "document": "负载均衡个性化配置内容",
1825
+ "example": "send_timeout 1800s;\\nproxy_read_timeout 1800s;\\nproxy_send_timeout 1800s;\\nclient_max_body_size 256M;",
1826
+ "member": "string",
1827
+ "name": "CustomizedConfigContent",
1828
+ "output_required": false,
1829
+ "type": "string",
1830
+ "value_allowed_null": false
1821
1831
  }
1822
1832
  ],
1823
1833
  "usage": "out"
@@ -5348,6 +5358,16 @@
5348
5358
  "type": "bool",
5349
5359
  "value_allowed_null": false
5350
5360
  },
5361
+ {
5362
+ "disabled": false,
5363
+ "document": "服务来源ID",
5364
+ "example": "cls-koqdd0fq",
5365
+ "member": "string",
5366
+ "name": "SourceID",
5367
+ "output_required": false,
5368
+ "type": "string",
5369
+ "value_allowed_null": false
5370
+ },
5351
5371
  {
5352
5372
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5353
5373
  "member": "string",
@@ -9684,6 +9704,15 @@
9684
9704
  "required": true,
9685
9705
  "type": "int"
9686
9706
  },
9707
+ {
9708
+ "disabled": false,
9709
+ "document": "服务来源ID",
9710
+ "example": "cls-qwertyuw",
9711
+ "member": "string",
9712
+ "name": "SourceID",
9713
+ "required": false,
9714
+ "type": "string"
9715
+ },
9687
9716
  {
9688
9717
  "disabled": false,
9689
9718
  "document": "服务来源实例名称,模糊搜索",
@@ -15340,6 +15369,15 @@
15340
15369
  "name": "Description",
15341
15370
  "required": false,
15342
15371
  "type": "string"
15372
+ },
15373
+ {
15374
+ "disabled": false,
15375
+ "document": "负载均衡的规格类型,支持:\n- 不传为共享型。\n- clb.c2.medium:标准型规格\n- clb.c3.small:高阶型1规格\n- clb.c3.medium:高阶型2规格\n- clb.c4.small:超强型1规格\n- clb.c4.medium:超强型2规格\n- clb.c4.large:超强型3规格\n- clb.c4.xlarge:超强型4规格",
15376
+ "example": "clb.c3.medium",
15377
+ "member": "string",
15378
+ "name": "SlaType",
15379
+ "required": false,
15380
+ "type": "string"
15343
15381
  }
15344
15382
  ],
15345
15383
  "type": "object"
@@ -156,7 +156,7 @@
156
156
  {
157
157
  "document": "",
158
158
  "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNativeGatewayServiceSource\n<公共请求参数>\n\n{\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"SourceType\": \"TSE-Nacos\",\n \"SourceInfo\": {\n \"Addresses\": [\n \"10.0.0.1:8848\"\n ],\n \"VpcInfo\": {\n \"VpcID\": \"vpc-83p03121\",\n \"SubnetID\": \"subnet-83p03121\"\n },\n \"Auth\": {\n \"Username\": \"tse@tencentUser\",\n \"Password\": \"tse@tencentPwd\"\n }\n }\n}",
159
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"0f1f5ecf-cf0d-47ea-95c4-7ebe260c2f06\"\n }\n}",
159
+ "output": "{\n \"Response\": {\n \"Result\": true,\n \"SourceID\": \"cls-koqdd0fq\",\n \"RequestId\": \"0f1f5ecf-cf0d-47ea-95c4-7ebe260c2f06\"\n }\n}",
160
160
  "title": "创建服务来源实例"
161
161
  }
162
162
  ],
@@ -641,7 +641,7 @@
641
641
  "DescribeNativeGatewayServiceSources": [
642
642
  {
643
643
  "document": "",
644
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNativeGatewayServiceSources\n<公共请求参数>\n\n{\n \"SourceName\": \"nacos-learn-prod\",\n \"OrderType\": \"AES\",\n \"Limit\": 1,\n \"SourceTypes\": [\n \"TSE-Nacos\"\n ],\n \"OrderField\": \"SourceName\",\n \"Offset\": 1,\n \"GatewayID\": \"gateway-dde03567\"\n}",
644
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNativeGatewayServiceSources\n<公共请求参数>\n\n{\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"OrderType\": \"AES\",\n \"Limit\": 1,\n \"SourceTypes\": [\n \"TSE-Nacos\"\n ],\n \"OrderField\": \"SourceName\",\n \"Offset\": 1,\n \"GatewayID\": \"gateway-dde03567\"\n}",
645
645
  "output": "{\n \"Response\": {\n \"List\": [\n {\n \"GatewayID\": \"gateway-dde03567\",\n \"SourceID\": \"ins-5ef8277d\",\n \"SourceName\": \"nacos-learn-prod\",\n \"SourceType\": \"TSE-Nacos\",\n \"SourceInfo\": {\n \"VpcInfo\": {\n \"VpcID\": \"vpc-83p03121\",\n \"SubnetID\": \"subnet-83p03121\"\n },\n \"Addresses\": [\n \"10.0.0.1:8848\"\n ],\n \"Auth\": {\n \"Username\": \"tse@tencentUser\",\n \"Password\": \"tse@tencentPwd\",\n \"AccessToken\": \"\"\n }\n },\n \"CreateTime\": \"2024-12-09 18:11:19\",\n \"ModifyTime\": \"2024-12-09 18:11:19\"\n }\n ],\n \"RequestId\": \"0bcf3f70-550e-439d-81ee-7ebe260c2f06\",\n \"Total\": 3\n }\n}",
646
646
  "title": "查询网关服务来源实例列表"
647
647
  }
@@ -873,7 +873,7 @@
873
873
  "ModifyNetworkBasicInfo": [
874
874
  {
875
875
  "document": "修改Kong客户端内网网络信息",
876
- "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkBasicInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"gatway-dde03767\",\n \"GroupId\": \"group-4se0czf7\",\n \"NetworkType\": \"Open\",\n \"Vip\": \"172.10.10.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"Description\": \"公网入口负载均衡\"\n}",
876
+ "input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetworkBasicInfo\n<公共请求参数>\n\n{\n \"GatewayId\": \"gatway-dde03767\",\n \"GroupId\": \"group-4se0czf7\",\n \"NetworkType\": \"Open\",\n \"Vip\": \"172.10.10.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"Description\": \"公网入口负载均衡\",\n \"SlaType\": \"clb.c3.small\"\n}",
877
877
  "output": "{\n \"Response\": {\n \"RequestId\": \"ffadafb6-545d-461c-ad8c-baa26c0f8955\"\n }\n}",
878
878
  "title": "修改网关实例网络基本信息"
879
879
  }
@@ -15581,7 +15581,7 @@
15581
15581
  {
15582
15582
  "disabled": false,
15583
15583
  "document": "部署组状态过滤字段",
15584
- "example": "RUNNING",
15584
+ "example": "Running、Waiting、Paused、Updating、RollingBack、Abnormal、Unknown",
15585
15585
  "member": "string",
15586
15586
  "name": "Status",
15587
15587
  "required": false,
@@ -15589,7 +15589,7 @@
15589
15589
  },
15590
15590
  {
15591
15591
  "disabled": false,
15592
- "document": "",
15592
+ "document": "部署组ID列表",
15593
15593
  "example": "[\"group-6a79x94v\"]",
15594
15594
  "member": "string",
15595
15595
  "name": "GroupIdList",
@@ -3403,7 +3403,7 @@
3403
3403
  {
3404
3404
  "disabled": false,
3405
3405
  "document": "预付费包月带宽IP到期时间。\n时间格式:YYYY-MM-DDThh:mm:ssZ\n注意:此字段可能返回 null,表示取不到有效值。",
3406
- "example": "2024-10-06T07:48:30Z",
3406
+ "example": "2024-10-06",
3407
3407
  "member": "date",
3408
3408
  "name": "DeadlineDate",
3409
3409
  "output_required": true,