tccli 3.0.1394.1__py2.py3-none-any.whl → 3.0.1396.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 (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ai3d/v20250513/api.json +3 -3
  3. tccli/services/billing/v20180709/api.json +36 -24
  4. tccli/services/cam/v20190116/api.json +1 -1
  5. tccli/services/ccc/ccc_client.py +125 -72
  6. tccli/services/ccc/v20200210/api.json +97 -0
  7. tccli/services/ccc/v20200210/examples.json +8 -0
  8. tccli/services/cdn/cdn_client.py +4 -163
  9. tccli/services/cdn/v20180606/api.json +0 -297
  10. tccli/services/cdn/v20180606/examples.json +0 -24
  11. tccli/services/cfw/v20190904/api.json +121 -9
  12. tccli/services/ckafka/v20190819/api.json +21 -1
  13. tccli/services/ckafka/v20190819/examples.json +1 -1
  14. tccli/services/ctem/v20231128/api.json +290 -0
  15. tccli/services/ctem/v20231128/examples.json +3 -3
  16. tccli/services/emr/v20190103/api.json +36 -7
  17. tccli/services/ess/v20201111/api.json +7 -7
  18. tccli/services/ess/v20201111/examples.json +6 -6
  19. tccli/services/essbasic/v20210526/api.json +1 -1
  20. tccli/services/essbasic/v20210526/examples.json +2 -2
  21. tccli/services/iai/v20180301/api.json +131 -118
  22. tccli/services/iai/v20180301/examples.json +22 -22
  23. tccli/services/iai/v20200303/api.json +3 -3
  24. tccli/services/iai/v20200303/examples.json +1 -1
  25. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  26. tccli/services/iotexplorer/v20190423/api.json +87 -0
  27. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  28. tccli/services/lcic/v20220817/api.json +6 -6
  29. tccli/services/lighthouse/v20200324/api.json +113 -9
  30. tccli/services/lighthouse/v20200324/examples.json +2 -2
  31. tccli/services/lke/lke_client.py +0 -106
  32. tccli/services/lke/v20231130/api.json +0 -106
  33. tccli/services/lke/v20231130/examples.json +0 -16
  34. tccli/services/lkeap/v20240522/api.json +1 -1
  35. tccli/services/mongodb/v20190725/api.json +38 -36
  36. tccli/services/mongodb/v20190725/examples.json +3 -3
  37. tccli/services/mps/mps_client.py +220 -8
  38. tccli/services/mps/v20190612/api.json +420 -3
  39. tccli/services/mps/v20190612/examples.json +50 -0
  40. tccli/services/organization/v20210331/api.json +6 -6
  41. tccli/services/redis/v20180412/api.json +12 -12
  42. tccli/services/tcss/v20201101/api.json +21 -1
  43. tccli/services/teo/v20220901/api.json +10 -0
  44. tccli/services/trtc/v20190722/api.json +10 -10
  45. tccli/services/tse/v20201207/api.json +39 -1
  46. tccli/services/tse/v20201207/examples.json +3 -3
  47. tccli/services/vpc/v20170312/api.json +3 -3
  48. tccli/services/waf/v20180125/api.json +792 -142
  49. tccli/services/waf/v20180125/examples.json +1 -1
  50. tccli/services/wedata/v20250806/api.json +5 -5
  51. {tccli-3.0.1394.1.dist-info → tccli-3.0.1396.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1394.1.dist-info → tccli-3.0.1396.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1394.1.dist-info → tccli-3.0.1396.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1394.1.dist-info → tccli-3.0.1396.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1394.1.dist-info → tccli-3.0.1396.1.dist-info}/license_files/LICENSE +0 -0
@@ -183,9 +183,9 @@
183
183
  "status": "online"
184
184
  },
185
185
  "DescribeInstanceAccount": {
186
- "document": "本接口(DescribeInstanceAccount)用于查看实例子账号信息。",
186
+ "document": "本接口(DescribeInstanceAccount)用于查看实例账号信息。",
187
187
  "input": "DescribeInstanceAccountRequest",
188
- "name": "查看实例子账号信息",
188
+ "name": "查看实例账号信息",
189
189
  "output": "DescribeInstanceAccountResponse",
190
190
  "status": "online"
191
191
  },
@@ -589,7 +589,7 @@
589
589
  "status": "online"
590
590
  },
591
591
  "ModifyInstanceBackupMode": {
592
- "document": "修改实例的备份模式",
592
+ "document": "本接口(ModifyInstanceBackupMode)用于修改实例的备份模式。",
593
593
  "input": "ModifyInstanceBackupModeRequest",
594
594
  "name": "开启或关闭数据闪回功能",
595
595
  "output": "ModifyInstanceBackupModeResponse",
@@ -3354,7 +3354,7 @@
3354
3354
  },
3355
3355
  {
3356
3356
  "disabled": false,
3357
- "document": "分页大小。",
3357
+ "document": "分页大小。默认值为20,最小值为1,最大值为100。",
3358
3358
  "example": "10",
3359
3359
  "member": "int64",
3360
3360
  "name": "Limit",
@@ -4912,7 +4912,7 @@
4912
4912
  {
4913
4913
  "disabled": false,
4914
4914
  "document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
4915
- "example": "",
4915
+ "example": "[{\"TagKey\":\"key1\",\"TagValue\":\"value1\"}]",
4916
4916
  "member": "InstanceTagInfo",
4917
4917
  "name": "InstanceTags",
4918
4918
  "required": false,
@@ -4973,7 +4973,7 @@
4973
4973
  {
4974
4974
  "disabled": false,
4975
4975
  "document": "实例详细信息列表。",
4976
- "example": "",
4976
+ "example": "具体请参考对应数据结构",
4977
4977
  "member": "InstanceSet",
4978
4978
  "name": "InstanceSet",
4979
4979
  "output_required": true,
@@ -8134,8 +8134,8 @@
8134
8134
  },
8135
8135
  {
8136
8136
  "disabled": false,
8137
- "document": "从节点读取权重。",
8138
- "example": "1",
8137
+ "document": "从节点读取权重。\n- 0:表示关闭副本只读。\n- 100:表示开启副本只读。",
8138
+ "example": "0",
8139
8139
  "member": "int64",
8140
8140
  "name": "SlaveReadWeight",
8141
8141
  "output_required": true,
@@ -9471,7 +9471,7 @@
9471
9471
  "members": [
9472
9472
  {
9473
9473
  "disabled": false,
9474
- "document": "实例的ID,长度在12-36之间。",
9474
+ "document": "实例的ID。请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID。",
9475
9475
  "example": "crs-asdasda2",
9476
9476
  "member": "string",
9477
9477
  "name": "InstanceId",
@@ -9480,7 +9480,7 @@
9480
9480
  },
9481
9481
  {
9482
9482
  "disabled": false,
9483
- "document": "备份模式:\n- SecondLevelBackup 秒级备份\n- NormalLevelBackup 普通备份",
9483
+ "document": "备份模式:\n- SecondLevelBackup 秒级备份。\n- NormalLevelBackup 普通备份。",
9484
9484
  "example": "SecondLevelBackup",
9485
9485
  "member": "string",
9486
9486
  "name": "BackupMode",
@@ -9495,7 +9495,7 @@
9495
9495
  "members": [
9496
9496
  {
9497
9497
  "disabled": false,
9498
- "document": "任务ID",
9498
+ "document": "任务 ID",
9499
9499
  "example": "95027",
9500
9500
  "member": "int64",
9501
9501
  "name": "TaskId",
@@ -9526,7 +9526,7 @@
9526
9526
  },
9527
9527
  {
9528
9528
  "disabled": false,
9529
- "document": "事件 ID。请通过 DescribeInstanceEvents 获取需修改的事件 ID。",
9529
+ "document": "事件 ID。请通过 [DescribeInstanceEvents](https://cloud.tencent.com/document/product/239/104779) 获取需修改的事件 ID。",
9530
9530
  "example": "89",
9531
9531
  "member": "int64",
9532
9532
  "name": "EventId",
@@ -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",
@@ -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
  }
@@ -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,
@@ -32543,7 +32543,7 @@
32543
32543
  {
32544
32544
  "disabled": false,
32545
32545
  "document": "异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。",
32546
- "example": "12331420",
32546
+ "example": "5976135",
32547
32547
  "member": "string",
32548
32548
  "name": "TaskId",
32549
32549
  "output_required": true,
@@ -32565,7 +32565,7 @@
32565
32565
  {
32566
32566
  "disabled": false,
32567
32567
  "document": "IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。",
32568
- "example": "['eipv6-jfiwlckv']",
32568
+ "example": "[\"eipv6-bdwxghs1\"]",
32569
32569
  "member": "string",
32570
32570
  "name": "IPv6AddressIds",
32571
32571
  "required": true,