tccli 3.0.1395.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.
- tccli/__init__.py +1 -1
- tccli/services/ai3d/v20250513/api.json +3 -3
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +0 -297
- tccli/services/cdn/v20180606/examples.json +0 -24
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/iai/v20180301/api.json +49 -49
- tccli/services/iai/v20180301/examples.json +7 -7
- tccli/services/iai/v20200303/api.json +3 -3
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +18 -0
- tccli/services/lcic/v20220817/api.json +6 -6
- tccli/services/lke/lke_client.py +0 -106
- tccli/services/lke/v20231130/api.json +0 -106
- tccli/services/lke/v20231130/examples.json +0 -16
- tccli/services/mongodb/v20190725/api.json +38 -36
- tccli/services/mongodb/v20190725/examples.json +3 -3
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +420 -3
- tccli/services/mps/v20190612/examples.json +50 -0
- tccli/services/redis/v20180412/api.json +4 -4
- tccli/services/tcss/v20201101/api.json +21 -1
- tccli/services/teo/v20220901/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/tse/v20201207/api.json +39 -1
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/waf/v20180125/api.json +792 -142
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/RECORD +36 -36
- {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1395.1.dist-info → tccli-3.0.1396.1.dist-info}/license_files/LICENSE +0 -0
@@ -45863,7 +45863,7 @@
|
|
45863
45863
|
{
|
45864
45864
|
"disabled": false,
|
45865
45865
|
"document": "漏洞标签",
|
45866
|
-
"example": "[
|
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": "
|
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": "
|
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": "
|
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
|
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": "
|
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": "
|
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": "
|
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": "
|
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": "
|
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
|
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-
|
3406
|
+
"example": "2024-10-06",
|
3407
3407
|
"member": "date",
|
3408
3408
|
"name": "DeadlineDate",
|
3409
3409
|
"output_required": true,
|