tccli 3.0.1371.1__py2.py3-none-any.whl → 3.0.1372.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/batch/v20170312/api.json +56 -56
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/cfg/v20210820/api.json +5 -5
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +21 -21
- tccli/services/clb/v20180317/api.json +7 -7
- tccli/services/cls/v20201016/api.json +311 -207
- tccli/services/cls/v20201016/examples.json +28 -28
- tccli/services/csip/v20221121/examples.json +1 -1
- tccli/services/ctem/v20231128/api.json +104 -104
- tccli/services/ctem/v20231128/examples.json +8 -8
- tccli/services/dnspod/v20210323/api.json +14 -4
- tccli/services/dnspod/v20210323/examples.json +2 -2
- tccli/services/es/v20180416/api.json +23 -4
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/iai/v20200303/api.json +9 -0
- tccli/services/lighthouse/lighthouse_client.py +106 -0
- tccli/services/lighthouse/v20200324/api.json +280 -0
- tccli/services/lighthouse/v20200324/examples.json +22 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/lke_client.py +0 -53
- tccli/services/lke/v20231130/api.json +29 -79
- tccli/services/lke/v20231130/examples.json +0 -8
- tccli/services/monitor/v20180724/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +22 -2
- tccli/services/organization/v20210331/api.json +25 -25
- tccli/services/organization/v20210331/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/teo/v20220901/api.json +12 -12
- tccli/services/tione/v20211111/api.json +18 -18
- tccli/services/tms/v20201229/api.json +6 -6
- tccli/services/trtc/trtc_client.py +159 -0
- tccli/services/trtc/v20190722/api.json +264 -0
- tccli/services/trtc/v20190722/examples.json +24 -0
- tccli/services/tse/v20201207/api.json +23 -5
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +490 -490
- tccli/services/tsf/v20180326/examples.json +21 -21
- tccli/services/vod/v20180717/api.json +12 -1
- tccli/services/vpc/v20170312/api.json +12 -2
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/wsa/v20250508/api.json +21 -3
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/RECORD +49 -49
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/license_files/LICENSE +0 -0
@@ -2705,6 +2705,17 @@
|
|
2705
2705
|
"required": false,
|
2706
2706
|
"type": "float",
|
2707
2707
|
"value_allowed_null": false
|
2708
|
+
},
|
2709
|
+
{
|
2710
|
+
"disabled": false,
|
2711
|
+
"document": "是否电子身份证\n0:否\n1:是电子身份证",
|
2712
|
+
"example": "1",
|
2713
|
+
"member": "int64",
|
2714
|
+
"name": "ElectronCheck",
|
2715
|
+
"output_required": false,
|
2716
|
+
"required": false,
|
2717
|
+
"type": "int",
|
2718
|
+
"value_allowed_null": false
|
2708
2719
|
}
|
2709
2720
|
],
|
2710
2721
|
"usage": "both"
|
@@ -15358,7 +15369,7 @@
|
|
15358
15369
|
{
|
15359
15370
|
"disabled": false,
|
15360
15371
|
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15361
|
-
"example": "
|
15372
|
+
"example": "iVBORw0KGgoAAAANSUhEUgAAAqgAAAKoCAYAAAC7uA1cAAAAAXNSR0IArs4c6QAAIABJREFUeF6EnduOdUtSnedcx6r69+4GJHgFxHv5EouzLbBfxXc+0Q02tuEBLFm+8KWRMTQHAX4...",
|
15362
15373
|
"member": "string",
|
15363
15374
|
"name": "ImageBase64",
|
15364
15375
|
"required": false,
|
@@ -15462,6 +15473,15 @@
|
|
15462
15473
|
"name": "EnableQualityCheck",
|
15463
15474
|
"required": false,
|
15464
15475
|
"type": "bool"
|
15476
|
+
},
|
15477
|
+
{
|
15478
|
+
"disabled": false,
|
15479
|
+
"document": "默认值为false,打开返回是否存在电子身份证判断。",
|
15480
|
+
"example": "false",
|
15481
|
+
"member": "bool",
|
15482
|
+
"name": "EnableElectronCheck",
|
15483
|
+
"required": false,
|
15484
|
+
"type": "bool"
|
15465
15485
|
}
|
15466
15486
|
],
|
15467
15487
|
"type": "object"
|
@@ -15472,7 +15492,7 @@
|
|
15472
15492
|
{
|
15473
15493
|
"disabled": false,
|
15474
15494
|
"document": "卡证类型\n身份证人像面\n身份证国徽面\n\n临时身份证人像面\n临时身份证人像面\n\n港澳台居住证人像面\n港澳台居住证国徽面\n\n外国人永久居留证人像面\n外国人永久居留证国徽面",
|
15475
|
-
"example": "
|
15495
|
+
"example": "身份证人像面",
|
15476
15496
|
"member": "string",
|
15477
15497
|
"name": "Type",
|
15478
15498
|
"output_required": true,
|
@@ -4720,7 +4720,7 @@
|
|
4720
4720
|
"members": [
|
4721
4721
|
{
|
4722
4722
|
"disabled": false,
|
4723
|
-
"document": "
|
4723
|
+
"document": "共享地域。可通过接口[DescribeShareAreas](https://cloud.tencent.com/document/product/850/103050)获取支持共享的地域。",
|
4724
4724
|
"example": "ap-guangzhou",
|
4725
4725
|
"member": "string",
|
4726
4726
|
"name": "Area",
|
@@ -4729,7 +4729,7 @@
|
|
4729
4729
|
},
|
4730
4730
|
{
|
4731
4731
|
"disabled": false,
|
4732
|
-
"document": "
|
4732
|
+
"document": "偏移量。取值是limit的整数倍。默认值 : 0。",
|
4733
4733
|
"example": "0",
|
4734
4734
|
"member": "uint64",
|
4735
4735
|
"name": "Offset",
|
@@ -4738,7 +4738,7 @@
|
|
4738
4738
|
},
|
4739
4739
|
{
|
4740
4740
|
"disabled": false,
|
4741
|
-
"document": "
|
4741
|
+
"document": "限制数目。取值范围:1~50。",
|
4742
4742
|
"example": "10",
|
4743
4743
|
"member": "uint64",
|
4744
4744
|
"name": "Limit",
|
@@ -4747,7 +4747,7 @@
|
|
4747
4747
|
},
|
4748
4748
|
{
|
4749
4749
|
"disabled": false,
|
4750
|
-
"document": "搜索关键字,支持业务资源ID
|
4750
|
+
"document": "搜索关键字,支持业务资源ID搜索。",
|
4751
4751
|
"example": "sec***002",
|
4752
4752
|
"member": "string",
|
4753
4753
|
"name": "SearchKey",
|
@@ -4756,7 +4756,7 @@
|
|
4756
4756
|
},
|
4757
4757
|
{
|
4758
4758
|
"disabled": false,
|
4759
|
-
"document": "
|
4759
|
+
"document": "共享资源类型。支持共享的资源类型,请参见[资源共享概述](https://cloud.tencent.com/document/product/850/59489)",
|
4760
4760
|
"example": "secret",
|
4761
4761
|
"member": "string",
|
4762
4762
|
"name": "Type",
|
@@ -11082,73 +11082,73 @@
|
|
11082
11082
|
"members": [
|
11083
11083
|
{
|
11084
11084
|
"disabled": false,
|
11085
|
-
"document": "
|
11086
|
-
"example": "shareResource-
|
11085
|
+
"document": "共享单元资源ID。",
|
11086
|
+
"example": "shareResource-23***kds",
|
11087
11087
|
"member": "string",
|
11088
11088
|
"name": "ResourceId",
|
11089
|
-
"
|
11089
|
+
"output_required": true,
|
11090
11090
|
"type": "string",
|
11091
11091
|
"value_allowed_null": false
|
11092
11092
|
},
|
11093
11093
|
{
|
11094
11094
|
"disabled": false,
|
11095
|
-
"document": "
|
11096
|
-
"example": "
|
11095
|
+
"document": "资源类型。",
|
11096
|
+
"example": "secret",
|
11097
11097
|
"member": "string",
|
11098
11098
|
"name": "Type",
|
11099
|
-
"
|
11099
|
+
"output_required": true,
|
11100
11100
|
"type": "string",
|
11101
11101
|
"value_allowed_null": false
|
11102
11102
|
},
|
11103
11103
|
{
|
11104
11104
|
"disabled": false,
|
11105
|
-
"document": "共享单元ID",
|
11106
|
-
"example": "shareUnit-
|
11105
|
+
"document": "共享单元ID。",
|
11106
|
+
"example": "shareUnit-1a***2erte",
|
11107
11107
|
"member": "string",
|
11108
11108
|
"name": "UnitId",
|
11109
|
-
"
|
11109
|
+
"output_required": true,
|
11110
11110
|
"type": "string",
|
11111
11111
|
"value_allowed_null": false
|
11112
11112
|
},
|
11113
11113
|
{
|
11114
11114
|
"disabled": false,
|
11115
|
-
"document": "
|
11116
|
-
"example": "
|
11115
|
+
"document": "共享单元名称。",
|
11116
|
+
"example": "my-shareunit",
|
11117
11117
|
"member": "string",
|
11118
11118
|
"name": "UnitName",
|
11119
|
-
"
|
11119
|
+
"output_required": true,
|
11120
11120
|
"type": "string",
|
11121
11121
|
"value_allowed_null": false
|
11122
11122
|
},
|
11123
11123
|
{
|
11124
11124
|
"disabled": false,
|
11125
|
-
"document": "
|
11125
|
+
"document": "创建时间。",
|
11126
11126
|
"example": "2021-03-06 11:12:03",
|
11127
11127
|
"member": "string",
|
11128
11128
|
"name": "CreateTime",
|
11129
|
-
"
|
11129
|
+
"output_required": true,
|
11130
11130
|
"type": "string",
|
11131
11131
|
"value_allowed_null": false
|
11132
11132
|
},
|
11133
11133
|
{
|
11134
11134
|
"disabled": false,
|
11135
|
-
"document": "业务资源ID",
|
11136
|
-
"example": "
|
11135
|
+
"document": "业务资源ID。",
|
11136
|
+
"example": "sec***002",
|
11137
11137
|
"member": "string",
|
11138
11138
|
"name": "ProductResourceId",
|
11139
|
-
"
|
11139
|
+
"output_required": true,
|
11140
11140
|
"type": "string",
|
11141
11141
|
"value_allowed_null": false
|
11142
11142
|
},
|
11143
11143
|
{
|
11144
11144
|
"disabled": false,
|
11145
|
-
"document": "
|
11145
|
+
"document": "共享账号Uin。",
|
11146
11146
|
"example": "1000001",
|
11147
11147
|
"member": "int64",
|
11148
11148
|
"name": "ShareManagerUin",
|
11149
|
-
"
|
11149
|
+
"output_required": true,
|
11150
11150
|
"type": "int",
|
11151
|
-
"value_allowed_null":
|
11151
|
+
"value_allowed_null": false
|
11152
11152
|
}
|
11153
11153
|
],
|
11154
11154
|
"usage": "out"
|
@@ -508,7 +508,7 @@
|
|
508
508
|
{
|
509
509
|
"document": "",
|
510
510
|
"input": "https://organization.tencentcloudapi.com/?Action=DescribeResourceToShareMember\n&Area=guangzhou\n&Offset=0\n&Limit=10\n&<公共请求参数>",
|
511
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-03-06 17:11:30\",\n \"
|
511
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2021-03-06 17:11:30\",\n \"ProductResourceId\": \"sec***002\",\n \"Type\": \"secret\",\n \"UnitId\": \"shareUnit-xh***a2p\",\n \"UnitName\": \"my-shareunit\",\n \"ShareManagerUin\": \"1000001\"\n }\n ],\n \"RequestId\": \"34b1919e-ab09-4cc0-8f4b-b35f371c7c58\",\n \"Total\": 1\n }\n}",
|
512
512
|
"title": "获取与我共享的资源列表"
|
513
513
|
}
|
514
514
|
],
|
@@ -5977,7 +5977,7 @@
|
|
5977
5977
|
},
|
5978
5978
|
{
|
5979
5979
|
"disabled": false,
|
5980
|
-
"document": "
|
5980
|
+
"document": "下载的服务类型: nginx tomcat apache iis jks other root, 不传则默认下载nginx格式",
|
5981
5981
|
"example": "nginx",
|
5982
5982
|
"member": "string",
|
5983
5983
|
"name": "ServiceType",
|
@@ -6649,6 +6649,15 @@
|
|
6649
6649
|
"required": true,
|
6650
6650
|
"type": "string"
|
6651
6651
|
},
|
6652
|
+
{
|
6653
|
+
"disabled": false,
|
6654
|
+
"document": "源站记录信息,此参数必填。",
|
6655
|
+
"example": "无",
|
6656
|
+
"member": "OriginRecord",
|
6657
|
+
"name": "Records",
|
6658
|
+
"required": true,
|
6659
|
+
"type": "list"
|
6660
|
+
},
|
6652
6661
|
{
|
6653
6662
|
"disabled": false,
|
6654
6663
|
"document": "源站组名称,可输入1 - 200个字符,允许的字符为 a - z, A - Z, 0 - 9, _, - 。",
|
@@ -6667,15 +6676,6 @@
|
|
6667
6676
|
"required": false,
|
6668
6677
|
"type": "string"
|
6669
6678
|
},
|
6670
|
-
{
|
6671
|
-
"disabled": false,
|
6672
|
-
"document": "源站记录信息,此参数必填。",
|
6673
|
-
"example": "无",
|
6674
|
-
"member": "OriginRecord",
|
6675
|
-
"name": "Records",
|
6676
|
-
"required": false,
|
6677
|
-
"type": "list"
|
6678
|
-
},
|
6679
6679
|
{
|
6680
6680
|
"disabled": false,
|
6681
6681
|
"document": "回源 Host Header,仅 Type = HTTP 时传入生效,规则引擎修改 Host Header 配置优先级高于源站组的 Host Header。",
|
@@ -9070,7 +9070,7 @@
|
|
9070
9070
|
"example": "orgin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a",
|
9071
9071
|
"member": "string",
|
9072
9072
|
"name": "GroupId",
|
9073
|
-
"required":
|
9073
|
+
"required": true,
|
9074
9074
|
"type": "string"
|
9075
9075
|
}
|
9076
9076
|
],
|
@@ -20545,7 +20545,7 @@
|
|
20545
20545
|
"example": "origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a",
|
20546
20546
|
"member": "string",
|
20547
20547
|
"name": "GroupId",
|
20548
|
-
"required":
|
20548
|
+
"required": true,
|
20549
20549
|
"type": "string"
|
20550
20550
|
},
|
20551
20551
|
{
|
@@ -22774,7 +22774,7 @@
|
|
22774
22774
|
},
|
22775
22775
|
{
|
22776
22776
|
"disabled": false,
|
22777
|
-
"document": "
|
22777
|
+
"document": "【源站权重】:用于控制流量分配优先级的参数,取值范围:0-100(整数):<li>空值:不设置权重,系统按默认策略调度;</li><li>0 值:明确设置权重为0,流量将不会分配到该源站,注意事项:必须确保至少有一个源站的权重值大于0;</li><li>正常值:数值越大分配流量越多 ;</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
22778
22778
|
"example": "100",
|
22779
22779
|
"member": "uint64",
|
22780
22780
|
"name": "Weight",
|
@@ -1562,7 +1562,7 @@
|
|
1562
1562
|
{
|
1563
1563
|
"disabled": false,
|
1564
1564
|
"document": "计算资源配置",
|
1565
|
-
"example": "
|
1565
|
+
"example": "无",
|
1566
1566
|
"member": "ResourceConf",
|
1567
1567
|
"name": "ResourceConf",
|
1568
1568
|
"required": true,
|
@@ -1652,7 +1652,7 @@
|
|
1652
1652
|
{
|
1653
1653
|
"disabled": false,
|
1654
1654
|
"document": "CFS存储的配置",
|
1655
|
-
"example": "
|
1655
|
+
"example": "无",
|
1656
1656
|
"member": "CFSConfig",
|
1657
1657
|
"name": "VolumeSourceCFS",
|
1658
1658
|
"required": false,
|
@@ -1661,7 +1661,7 @@
|
|
1661
1661
|
{
|
1662
1662
|
"disabled": false,
|
1663
1663
|
"document": "日志配置",
|
1664
|
-
"example": "
|
1664
|
+
"example": "无",
|
1665
1665
|
"member": "LogConfig",
|
1666
1666
|
"name": "LogConfig",
|
1667
1667
|
"required": false,
|
@@ -1706,7 +1706,7 @@
|
|
1706
1706
|
{
|
1707
1707
|
"disabled": false,
|
1708
1708
|
"document": "标签配置",
|
1709
|
-
"example": "
|
1709
|
+
"example": "无",
|
1710
1710
|
"member": "Tag",
|
1711
1711
|
"name": "Tags",
|
1712
1712
|
"required": false,
|
@@ -1715,7 +1715,7 @@
|
|
1715
1715
|
{
|
1716
1716
|
"disabled": false,
|
1717
1717
|
"document": "数据配置,只支持WEDATA_HDFS存储类型",
|
1718
|
-
"example": "
|
1718
|
+
"example": "无",
|
1719
1719
|
"member": "DataConfig",
|
1720
1720
|
"name": "DataConfigs",
|
1721
1721
|
"required": false,
|
@@ -1724,7 +1724,7 @@
|
|
1724
1724
|
{
|
1725
1725
|
"disabled": false,
|
1726
1726
|
"document": "镜像信息",
|
1727
|
-
"example": "
|
1727
|
+
"example": "无",
|
1728
1728
|
"member": "ImageInfo",
|
1729
1729
|
"name": "ImageInfo",
|
1730
1730
|
"required": false,
|
@@ -1742,7 +1742,7 @@
|
|
1742
1742
|
{
|
1743
1743
|
"disabled": false,
|
1744
1744
|
"document": "SSH配置信息",
|
1745
|
-
"example": "
|
1745
|
+
"example": "无",
|
1746
1746
|
"member": "SSHConfig",
|
1747
1747
|
"name": "SSHConfig",
|
1748
1748
|
"required": false,
|
@@ -1751,7 +1751,7 @@
|
|
1751
1751
|
{
|
1752
1752
|
"disabled": false,
|
1753
1753
|
"document": "GooseFS存储配置",
|
1754
|
-
"example": "
|
1754
|
+
"example": "无",
|
1755
1755
|
"member": "GooseFS",
|
1756
1756
|
"name": "VolumeSourceGooseFS",
|
1757
1757
|
"required": false,
|
@@ -3630,7 +3630,7 @@
|
|
3630
3630
|
{
|
3631
3631
|
"disabled": false,
|
3632
3632
|
"document": "过滤条件\n注意: \n1. Filter.Name 只支持以下枚举值:\n InstanceId (资源组节点id)\n InstanceStatus (资源组节点状态)\n2. Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询\n3. 每次请求的Filters的上限为10,Filter.Values的上限为100",
|
3633
|
-
"example": "
|
3633
|
+
"example": "无",
|
3634
3634
|
"member": "Filter",
|
3635
3635
|
"name": "Filters",
|
3636
3636
|
"required": false,
|
@@ -8072,7 +8072,7 @@
|
|
8072
8072
|
{
|
8073
8073
|
"disabled": false,
|
8074
8074
|
"document": "标签配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8075
|
-
"example": "
|
8075
|
+
"example": "无",
|
8076
8076
|
"member": "Tag",
|
8077
8077
|
"name": "Tags",
|
8078
8078
|
"output_required": true,
|
@@ -8112,7 +8112,7 @@
|
|
8112
8112
|
{
|
8113
8113
|
"disabled": false,
|
8114
8114
|
"document": "资源配置",
|
8115
|
-
"example": "
|
8115
|
+
"example": "无",
|
8116
8116
|
"member": "ResourceConf",
|
8117
8117
|
"name": "ResourceConf",
|
8118
8118
|
"output_required": true,
|
@@ -8152,7 +8152,7 @@
|
|
8152
8152
|
{
|
8153
8153
|
"disabled": false,
|
8154
8154
|
"document": "日志配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8155
|
-
"example": "
|
8155
|
+
"example": "无",
|
8156
8156
|
"member": "LogConfig",
|
8157
8157
|
"name": "LogConfig",
|
8158
8158
|
"output_required": true,
|
@@ -8312,7 +8312,7 @@
|
|
8312
8312
|
{
|
8313
8313
|
"disabled": false,
|
8314
8314
|
"document": "CFS存储的配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8315
|
-
"example": "
|
8315
|
+
"example": "无",
|
8316
8316
|
"member": "CFSConfig",
|
8317
8317
|
"name": "VolumeSourceCFS",
|
8318
8318
|
"output_required": true,
|
@@ -8322,7 +8322,7 @@
|
|
8322
8322
|
{
|
8323
8323
|
"disabled": false,
|
8324
8324
|
"document": "数据配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8325
|
-
"example": "
|
8325
|
+
"example": "无",
|
8326
8326
|
"member": "DataConfig",
|
8327
8327
|
"name": "DataConfigs",
|
8328
8328
|
"output_required": true,
|
@@ -8352,7 +8352,7 @@
|
|
8352
8352
|
{
|
8353
8353
|
"disabled": false,
|
8354
8354
|
"document": "镜像信息",
|
8355
|
-
"example": "
|
8355
|
+
"example": "无",
|
8356
8356
|
"member": "ImageInfo",
|
8357
8357
|
"name": "ImageInfo",
|
8358
8358
|
"output_required": true,
|
@@ -8372,7 +8372,7 @@
|
|
8372
8372
|
{
|
8373
8373
|
"disabled": false,
|
8374
8374
|
"document": "SSH配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8375
|
-
"example": "
|
8375
|
+
"example": "无",
|
8376
8376
|
"member": "SSHConfig",
|
8377
8377
|
"name": "SSHConfig",
|
8378
8378
|
"output_required": false,
|
@@ -8382,7 +8382,7 @@
|
|
8382
8382
|
{
|
8383
8383
|
"disabled": false,
|
8384
8384
|
"document": "GooseFS存储配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
8385
|
-
"example": "
|
8385
|
+
"example": "无",
|
8386
8386
|
"member": "GooseFS",
|
8387
8387
|
"name": "VolumeSourceGooseFS",
|
8388
8388
|
"output_required": false,
|
@@ -8432,7 +8432,7 @@
|
|
8432
8432
|
{
|
8433
8433
|
"disabled": false,
|
8434
8434
|
"document": "Appid\n注意:此字段可能返回 null,表示取不到有效值。",
|
8435
|
-
"example": "
|
8435
|
+
"example": "1357704107",
|
8436
8436
|
"member": "string",
|
8437
8437
|
"name": "AppId",
|
8438
8438
|
"output_required": false,
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"TextModeration": {
|
4
4
|
"document": "本接口(Text Moderation)用于提交文本内容进行智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通文本内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n\n### 接口使用说明\n- 前往“[内容安全控制台-文本内容安全](https://console.cloud.tencent.com/cms)”开启使用文本内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000条**文本识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云文本内容安全定价](https://cloud.tencent.com/product/tms/pricing)。\n\n### 接口功能说明:\n- 支持对文本文件进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规文本内容;\n- 支持识别多种违规场景,包括:低俗、谩骂、色情、广告等场景;\n- 支持根据不同的业务场景配置自定义的审核策略,可在控制台文本内容安全-策略管理中配置;\n- 支持用户自定义配置词库黑白名单,打击自定义识别类型的违规文本(目前仅支持黑名单配置);\n- 支持在审核文本内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 文本内容大小支持:文本原文长度不能超过unicode编码长度10000个字符;\n- 文本审核语言支持:目前支持中文、英文、阿拉伯数字的检测;\n- 默认接口请求频率限制:**1000次/秒**,超过该频率限制则接口会报错。",
|
5
5
|
"input": "TextModerationRequest",
|
6
|
-
"name": "
|
6
|
+
"name": "文本内容安全服务",
|
7
7
|
"output": "TextModerationResponse",
|
8
8
|
"status": "online"
|
9
9
|
}
|
@@ -421,7 +421,7 @@
|
|
421
421
|
{
|
422
422
|
"disabled": false,
|
423
423
|
"document": "该字段表示使用的策略的具体编号,该字段需要先在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中配置,控制台访问地址:。\n备注:不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
|
424
|
-
"example": "
|
424
|
+
"example": "TencentCloud",
|
425
425
|
"member": "string",
|
426
426
|
"name": "BizType",
|
427
427
|
"required": false,
|
@@ -430,7 +430,7 @@
|
|
430
430
|
{
|
431
431
|
"disabled": false,
|
432
432
|
"document": "该字段表示您为待检测对象分配的数据ID,传入后可方便您对文件进行标识和管理。<br>取值:由英文字母(大小写均可)、数字及四个特殊符号(_,-,@,#)组成,**长度不超过64个字符**",
|
433
|
-
"example": "
|
433
|
+
"example": "a6127dd-c2a0-43e7-a3da-d27022d39ba7",
|
434
434
|
"member": "string",
|
435
435
|
"name": "DataId",
|
436
436
|
"required": false,
|
@@ -481,7 +481,7 @@
|
|
481
481
|
{
|
482
482
|
"disabled": false,
|
483
483
|
"document": "该字段用于返回请求参数中的BizType参数",
|
484
|
-
"example": "
|
484
|
+
"example": "TencentCloud",
|
485
485
|
"member": "string",
|
486
486
|
"name": "BizType",
|
487
487
|
"output_required": true,
|
@@ -511,7 +511,7 @@
|
|
511
511
|
{
|
512
512
|
"disabled": false,
|
513
513
|
"document": "该字段用于返回当前标签(Label)下被检测文本命中的关键词信息,用于标注文本违规的具体原因(如:*加我微信*)。该参数可能会有多个返回值,代表命中的多个关键词;如返回值为空且Score不为空,则代表识别结果所对应的恶意标签(Label)是来自于语义模型判断的返回值\n注意:此字段可能返回 null,表示取不到有效值。",
|
514
|
-
"example": "
|
514
|
+
"example": "[\"加好友\"]",
|
515
515
|
"member": "string",
|
516
516
|
"name": "Keywords",
|
517
517
|
"output_required": true,
|
@@ -561,7 +561,7 @@
|
|
561
561
|
{
|
562
562
|
"disabled": false,
|
563
563
|
"document": "该字段用于返回检测对象对应请求参数中的DataId,与输入的DataId字段中的内容对应",
|
564
|
-
"example": "
|
564
|
+
"example": "a6127dd-c2a0-43e7-a3da-d27022d39ba7",
|
565
565
|
"member": "string",
|
566
566
|
"name": "DataId",
|
567
567
|
"output_required": true,
|