tccli 3.0.1142.1__py2.py3-none-any.whl → 3.0.1144.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/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +108 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/bpaas/v20181217/api.json +45 -1
- tccli/services/clb/v20180317/api.json +37 -37
- tccli/services/cls/v20201016/api.json +37 -0
- tccli/services/cwp/v20180228/api.json +76 -8
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +5 -7
- tccli/services/fmu/v20191213/api.json +6 -6
- tccli/services/hunyuan/v20230901/api.json +253 -3
- tccli/services/hunyuan/v20230901/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +47 -1
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/postgres/v20170312/api.json +31 -21
- tccli/services/postgres/v20170312/examples.json +4 -4
- tccli/services/redis/v20180412/api.json +29 -29
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +30 -0
- tccli/services/teo/v20220901/api.json +15 -7
- tccli/services/tiia/v20190529/api.json +2 -2
- tccli/services/tmt/v20180321/api.json +36 -0
- tccli/services/tmt/v20180321/examples.json +6 -0
- tccli/services/trocket/v20230308/api.json +60 -48
- tccli/services/vod/v20180717/api.json +20 -2
- tccli/services/waf/v20180125/api.json +222 -174
- tccli/services/waf/v20180125/examples.json +14 -14
- {tccli-3.0.1142.1.dist-info → tccli-3.0.1144.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1142.1.dist-info → tccli-3.0.1144.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1142.1.dist-info → tccli-3.0.1144.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1142.1.dist-info → tccli-3.0.1144.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1142.1.dist-info → tccli-3.0.1144.1.dist-info}/license_files/LICENSE +0 -0
@@ -1000,7 +1000,7 @@
|
|
1000
1000
|
"members": [
|
1001
1001
|
{
|
1002
1002
|
"disabled": false,
|
1003
|
-
"document": "TWecall类型: 1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景",
|
1003
|
+
"document": "TWecall类型: 0-测试激活码; 1-家庭安防场景; 2-穿戴类场景; 3-生活娱乐场景; 4-对讲及其它场景",
|
1004
1004
|
"example": "1",
|
1005
1005
|
"member": "int64",
|
1006
1006
|
"name": "PkgType",
|
@@ -1031,6 +1031,16 @@
|
|
1031
1031
|
"ActivateTWeCallLicenseResponse": {
|
1032
1032
|
"document": "ActivateTWeCallLicense返回参数结构体",
|
1033
1033
|
"members": [
|
1034
|
+
{
|
1035
|
+
"disabled": false,
|
1036
|
+
"document": "设备激活返回数据\n注意:此字段可能返回 null,表示取不到有效值。",
|
1037
|
+
"example": "无",
|
1038
|
+
"member": "DeviceActiveResult",
|
1039
|
+
"name": "DeviceList",
|
1040
|
+
"output_required": false,
|
1041
|
+
"type": "list",
|
1042
|
+
"value_allowed_null": true
|
1043
|
+
},
|
1034
1044
|
{
|
1035
1045
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1036
1046
|
"member": "string",
|
@@ -6973,6 +6983,42 @@
|
|
6973
6983
|
],
|
6974
6984
|
"type": "object"
|
6975
6985
|
},
|
6986
|
+
"DeviceActiveResult": {
|
6987
|
+
"document": "设备激活结果数据",
|
6988
|
+
"members": [
|
6989
|
+
{
|
6990
|
+
"disabled": false,
|
6991
|
+
"document": "模版ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6992
|
+
"example": "12374tg",
|
6993
|
+
"member": "string",
|
6994
|
+
"name": "ModelId",
|
6995
|
+
"output_required": false,
|
6996
|
+
"type": "string",
|
6997
|
+
"value_allowed_null": true
|
6998
|
+
},
|
6999
|
+
{
|
7000
|
+
"disabled": false,
|
7001
|
+
"document": "SN信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
7002
|
+
"example": "product_device",
|
7003
|
+
"member": "string",
|
7004
|
+
"name": "Sn",
|
7005
|
+
"output_required": false,
|
7006
|
+
"type": "string",
|
7007
|
+
"value_allowed_null": true
|
7008
|
+
},
|
7009
|
+
{
|
7010
|
+
"disabled": false,
|
7011
|
+
"document": "设备激活状态,0:激活成功;9800020:设备数超出限制;9800040:资源包类型和设备类型不匹配;9800039:资源包余额不足;9800037:激活码序号已使用;9800038:设备有效期超出限制;\n注意:此字段可能返回 null,表示取不到有效值。",
|
7012
|
+
"example": "0",
|
7013
|
+
"member": "uint64",
|
7014
|
+
"name": "ErrCode",
|
7015
|
+
"output_required": false,
|
7016
|
+
"type": "int",
|
7017
|
+
"value_allowed_null": true
|
7018
|
+
}
|
7019
|
+
],
|
7020
|
+
"usage": "out"
|
7021
|
+
},
|
6976
7022
|
"DeviceData": {
|
6977
7023
|
"document": "DeviceData",
|
6978
7024
|
"members": [
|
@@ -11890,7 +11890,7 @@
|
|
11890
11890
|
},
|
11891
11891
|
{
|
11892
11892
|
"disabled": false,
|
11893
|
-
"document": "支持的模板类型\n- General
|
11893
|
+
"document": "支持的模板类型\n- General 通用告警(支持所有类型告警)\n- LicensePlate 车牌告警(支持翻拍告警)",
|
11894
11894
|
"example": "无",
|
11895
11895
|
"member": "string",
|
11896
11896
|
"name": "Type",
|
@@ -651,60 +651,70 @@
|
|
651
651
|
{
|
652
652
|
"disabled": false,
|
653
653
|
"document": "实例ID,形如postgres-lnp6j617",
|
654
|
-
"example": "",
|
654
|
+
"example": "无",
|
655
655
|
"member": "string",
|
656
656
|
"name": "DBInstanceId",
|
657
|
-
"
|
657
|
+
"output_required": true,
|
658
658
|
"type": "string",
|
659
659
|
"value_allowed_null": false
|
660
660
|
},
|
661
661
|
{
|
662
662
|
"disabled": false,
|
663
|
-
"document": "
|
664
|
-
"example": "",
|
663
|
+
"document": "账号",
|
664
|
+
"example": "无",
|
665
665
|
"member": "string",
|
666
666
|
"name": "UserName",
|
667
|
-
"
|
667
|
+
"output_required": true,
|
668
668
|
"type": "string",
|
669
669
|
"value_allowed_null": false
|
670
670
|
},
|
671
671
|
{
|
672
672
|
"disabled": false,
|
673
|
-
"document": "
|
674
|
-
"example": "",
|
673
|
+
"document": "账号备注",
|
674
|
+
"example": "无",
|
675
675
|
"member": "string",
|
676
676
|
"name": "Remark",
|
677
|
-
"
|
677
|
+
"output_required": true,
|
678
678
|
"type": "string",
|
679
679
|
"value_allowed_null": false
|
680
680
|
},
|
681
681
|
{
|
682
682
|
"disabled": false,
|
683
|
-
"document": "
|
684
|
-
"example": "",
|
683
|
+
"document": "账号状态。 1-创建中,2-正常,3-修改中,4-密码重置中,5-锁定中,-1-删除中",
|
684
|
+
"example": "无",
|
685
685
|
"member": "int64",
|
686
686
|
"name": "Status",
|
687
|
-
"
|
687
|
+
"output_required": true,
|
688
688
|
"type": "int",
|
689
689
|
"value_allowed_null": false
|
690
690
|
},
|
691
691
|
{
|
692
692
|
"disabled": false,
|
693
|
-
"document": "
|
694
|
-
"example": "",
|
693
|
+
"document": "账号创建时间",
|
694
|
+
"example": "无",
|
695
695
|
"member": "datetime",
|
696
696
|
"name": "CreateTime",
|
697
|
-
"
|
697
|
+
"output_required": true,
|
698
698
|
"type": "string",
|
699
699
|
"value_allowed_null": false
|
700
700
|
},
|
701
701
|
{
|
702
702
|
"disabled": false,
|
703
|
-
"document": "
|
704
|
-
"example": "",
|
703
|
+
"document": "账号最后一次更新时间",
|
704
|
+
"example": "无",
|
705
705
|
"member": "datetime",
|
706
706
|
"name": "UpdateTime",
|
707
|
-
"
|
707
|
+
"output_required": true,
|
708
|
+
"type": "string",
|
709
|
+
"value_allowed_null": false
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"disabled": false,
|
713
|
+
"document": "账号类型",
|
714
|
+
"example": "无",
|
715
|
+
"member": "string",
|
716
|
+
"name": "UserType",
|
717
|
+
"output_required": false,
|
708
718
|
"type": "string",
|
709
719
|
"value_allowed_null": false
|
710
720
|
}
|
@@ -3764,7 +3774,7 @@
|
|
3764
3774
|
},
|
3765
3775
|
{
|
3766
3776
|
"disabled": false,
|
3767
|
-
"document": "分页返回,每页最大返回数目,默认
|
3777
|
+
"document": "分页返回,每页最大返回数目,默认20,取值范围为1-100",
|
3768
3778
|
"example": "20",
|
3769
3779
|
"member": "int64",
|
3770
3780
|
"name": "Limit",
|
@@ -3782,7 +3792,7 @@
|
|
3782
3792
|
},
|
3783
3793
|
{
|
3784
3794
|
"disabled": false,
|
3785
|
-
"document": "
|
3795
|
+
"document": "返回数据按照创建时间或者用户名排序。取值支持createTime、name、updateTime。createTime-按照创建时间排序;name-按照用户名排序; updateTime-按照更新时间排序。",
|
3786
3796
|
"example": "createTime",
|
3787
3797
|
"member": "string",
|
3788
3798
|
"name": "OrderBy",
|
@@ -3816,8 +3826,8 @@
|
|
3816
3826
|
},
|
3817
3827
|
{
|
3818
3828
|
"disabled": false,
|
3819
|
-
"document": "
|
3820
|
-
"example": "
|
3829
|
+
"document": "账号列表详细信息。当CreateTime项为0000-00-00 00:00:00时,意味着对应账号是直连数据库创建的,并非通过CreateAccount接口创建。",
|
3830
|
+
"example": "[{\"CreateTime\":\"0000-00-00 00:00:00\",\"DBInstanceId\":\"postgres-hpe52jnz\",\"Remark\":\"\",\"Status\":2,\"UpdateTime\":\"2024-06-06 21:00:12\",\"UserName\":\"test\",\"UserType\":\"tencentDBSuper\"}]",
|
3821
3831
|
"member": "AccountInfo",
|
3822
3832
|
"name": "Details",
|
3823
3833
|
"output_required": true,
|
@@ -180,10 +180,10 @@
|
|
180
180
|
],
|
181
181
|
"DescribeAccounts": [
|
182
182
|
{
|
183
|
-
"document": "获取实例postgres-
|
184
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccounts\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-
|
185
|
-
"output": "{\n \"Response\": {\n \"
|
186
|
-
"title": "获取实例postgres-
|
183
|
+
"document": "获取实例postgres-hpe52jnz的账户列表",
|
184
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccounts\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hpe52jnz\"\n}",
|
185
|
+
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CreateTime\": \"0000-00-00 00:00:00\",\n \"DBInstanceId\": \"postgres-hpe52jnz\",\n \"Remark\": \"\",\n \"Status\": 2,\n \"UpdateTime\": \"2024-06-06 21:00:12\",\n \"UserName\": \"test\",\n \"UserType\": \"tencentDBSuper\"\n }\n ],\n \"RequestId\": \"1299fe3a-9958-440a-bfd0-e4eb1e71b7eb\",\n \"TotalCount\": 1\n }\n}",
|
186
|
+
"title": "获取实例postgres-hpe52jnz的账户列表"
|
187
187
|
}
|
188
188
|
],
|
189
189
|
"DescribeAvailableRecoveryTime": [
|
@@ -997,7 +997,7 @@
|
|
997
997
|
{
|
998
998
|
"disabled": false,
|
999
999
|
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
1000
|
-
"example": "ap-
|
1000
|
+
"example": "ap-guangzhou",
|
1001
1001
|
"member": "string",
|
1002
1002
|
"name": "Region",
|
1003
1003
|
"output_required": false,
|
@@ -1007,7 +1007,7 @@
|
|
1007
1007
|
{
|
1008
1008
|
"disabled": false,
|
1009
1009
|
"document": "可用区信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1010
|
-
"example": "
|
1010
|
+
"example": "ap-guangzhou-1",
|
1011
1011
|
"member": "string",
|
1012
1012
|
"name": "AvailableZones",
|
1013
1013
|
"output_required": false,
|
@@ -1690,20 +1690,20 @@
|
|
1690
1690
|
{
|
1691
1691
|
"disabled": false,
|
1692
1692
|
"document": "命令名。",
|
1693
|
-
"example": "
|
1693
|
+
"example": "ping",
|
1694
1694
|
"member": "string",
|
1695
1695
|
"name": "Cmd",
|
1696
|
-
"
|
1696
|
+
"output_required": true,
|
1697
1697
|
"type": "string",
|
1698
1698
|
"value_allowed_null": false
|
1699
1699
|
},
|
1700
1700
|
{
|
1701
1701
|
"disabled": false,
|
1702
|
-
"document": "
|
1703
|
-
"example": "
|
1702
|
+
"document": "耗时时长。单位:ms。",
|
1703
|
+
"example": "4688000",
|
1704
1704
|
"member": "int64",
|
1705
1705
|
"name": "Took",
|
1706
|
-
"
|
1706
|
+
"output_required": true,
|
1707
1707
|
"type": "int",
|
1708
1708
|
"value_allowed_null": false
|
1709
1709
|
}
|
@@ -3860,8 +3860,8 @@
|
|
3860
3860
|
"members": [
|
3861
3861
|
{
|
3862
3862
|
"disabled": false,
|
3863
|
-
"document": "实例
|
3864
|
-
"example": "",
|
3863
|
+
"document": "实例 ID。",
|
3864
|
+
"example": "crs-5a4py64p",
|
3865
3865
|
"member": "string",
|
3866
3866
|
"name": "InstanceId",
|
3867
3867
|
"required": true,
|
@@ -3869,8 +3869,8 @@
|
|
3869
3869
|
},
|
3870
3870
|
{
|
3871
3871
|
"disabled": false,
|
3872
|
-
"document": "
|
3873
|
-
"example": "",
|
3872
|
+
"document": "时间范围。\n- 1:实时。\n- 2:近30分钟。\n- 3:近6小时。\n- 4:近24小时。",
|
3873
|
+
"example": "4",
|
3874
3874
|
"member": "int64",
|
3875
3875
|
"name": "SpanType",
|
3876
3876
|
"required": true,
|
@@ -3885,7 +3885,7 @@
|
|
3885
3885
|
{
|
3886
3886
|
"disabled": false,
|
3887
3887
|
"document": "访问命令信息",
|
3888
|
-
"example": "",
|
3888
|
+
"example": "无",
|
3889
3889
|
"member": "SourceCommand",
|
3890
3890
|
"name": "Data",
|
3891
3891
|
"output_required": true,
|
@@ -6408,8 +6408,8 @@
|
|
6408
6408
|
"members": [
|
6409
6409
|
{
|
6410
6410
|
"disabled": false,
|
6411
|
-
"document": "
|
6412
|
-
"example": "
|
6411
|
+
"document": "节点组名称。",
|
6412
|
+
"example": "ng-00",
|
6413
6413
|
"member": "string",
|
6414
6414
|
"name": "Name",
|
6415
6415
|
"output_required": true,
|
@@ -9225,7 +9225,7 @@
|
|
9225
9225
|
"example": "486489",
|
9226
9226
|
"member": "int64",
|
9227
9227
|
"name": "TaskId",
|
9228
|
-
"
|
9228
|
+
"output_required": true,
|
9229
9229
|
"type": "int",
|
9230
9230
|
"value_allowed_null": false
|
9231
9231
|
},
|
@@ -10831,20 +10831,20 @@
|
|
10831
10831
|
{
|
10832
10832
|
"disabled": false,
|
10833
10833
|
"document": "命令名称。",
|
10834
|
-
"example": "
|
10834
|
+
"example": "ping",
|
10835
10835
|
"member": "string",
|
10836
10836
|
"name": "Cmd",
|
10837
|
-
"
|
10837
|
+
"output_required": true,
|
10838
10838
|
"type": "string",
|
10839
10839
|
"value_allowed_null": false
|
10840
10840
|
},
|
10841
10841
|
{
|
10842
10842
|
"disabled": false,
|
10843
10843
|
"document": "执行次数。",
|
10844
|
-
"example": "
|
10844
|
+
"example": "179562",
|
10845
10845
|
"member": "int64",
|
10846
10846
|
"name": "Count",
|
10847
|
-
"
|
10847
|
+
"output_required": true,
|
10848
10848
|
"type": "int",
|
10849
10849
|
"value_allowed_null": false
|
10850
10850
|
}
|
@@ -11681,7 +11681,7 @@
|
|
11681
11681
|
{
|
11682
11682
|
"disabled": false,
|
11683
11683
|
"document": "可用区ID:如ap-guangzhou-3",
|
11684
|
-
"example": "
|
11684
|
+
"example": "ap-guangzhou-3",
|
11685
11685
|
"member": "string",
|
11686
11686
|
"name": "ZoneId",
|
11687
11687
|
"output_required": true,
|
@@ -11690,8 +11690,8 @@
|
|
11690
11690
|
},
|
11691
11691
|
{
|
11692
11692
|
"disabled": false,
|
11693
|
-
"document": "
|
11694
|
-
"example": "
|
11693
|
+
"document": "可用区名称。",
|
11694
|
+
"example": "广州三区",
|
11695
11695
|
"member": "string",
|
11696
11696
|
"name": "ZoneName",
|
11697
11697
|
"output_required": true,
|
@@ -11700,8 +11700,8 @@
|
|
11700
11700
|
},
|
11701
11701
|
{
|
11702
11702
|
"disabled": false,
|
11703
|
-
"document": "
|
11704
|
-
"example": "
|
11703
|
+
"document": "可用区是否售罄。",
|
11704
|
+
"example": "false",
|
11705
11705
|
"member": "bool",
|
11706
11706
|
"name": "IsSaleout",
|
11707
11707
|
"output_required": true,
|
@@ -11710,8 +11710,8 @@
|
|
11710
11710
|
},
|
11711
11711
|
{
|
11712
11712
|
"disabled": false,
|
11713
|
-
"document": "
|
11714
|
-
"example": "
|
11713
|
+
"document": "是否为默认可用区。",
|
11714
|
+
"example": "false",
|
11715
11715
|
"member": "bool",
|
11716
11716
|
"name": "IsDefault",
|
11717
11717
|
"output_required": true,
|
@@ -11720,8 +11720,8 @@
|
|
11720
11720
|
},
|
11721
11721
|
{
|
11722
11722
|
"disabled": false,
|
11723
|
-
"document": "
|
11724
|
-
"example": "
|
11723
|
+
"document": "网络类型。\n- basenet:基础网络。\n- vpcnet -- VPC网络。",
|
11724
|
+
"example": "vpcnet ",
|
11725
11725
|
"member": "string",
|
11726
11726
|
"name": "NetWorkType",
|
11727
11727
|
"output_required": true,
|
@@ -11741,7 +11741,7 @@
|
|
11741
11741
|
{
|
11742
11742
|
"disabled": false,
|
11743
11743
|
"document": "可用区ID:如100003",
|
11744
|
-
"example": "
|
11744
|
+
"example": "100003",
|
11745
11745
|
"member": "int64",
|
11746
11746
|
"name": "OldZoneId",
|
11747
11747
|
"output_required": true,
|
@@ -705,7 +705,7 @@
|
|
705
705
|
"OpenSSL": [
|
706
706
|
{
|
707
707
|
"document": "",
|
708
|
-
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
708
|
+
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenSSL\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-dvchdv5\"\n}",
|
709
709
|
"output": "{\n \"Response\": {\n \"TaskId\": 329,\n \"RequestId\": \"e546784b-709c-401d-aba6-73037eb4e522\"\n }\n}",
|
710
710
|
"title": "开启SSL请求示例"
|
711
711
|
}
|
@@ -1928,6 +1928,16 @@
|
|
1928
1928
|
"output_required": true,
|
1929
1929
|
"type": "list",
|
1930
1930
|
"value_allowed_null": true
|
1931
|
+
},
|
1932
|
+
{
|
1933
|
+
"disabled": false,
|
1934
|
+
"document": "规则绑定的路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
1935
|
+
"example": "无",
|
1936
|
+
"member": "string",
|
1937
|
+
"name": "Url",
|
1938
|
+
"output_required": false,
|
1939
|
+
"type": "string",
|
1940
|
+
"value_allowed_null": true
|
1931
1941
|
}
|
1932
1942
|
],
|
1933
1943
|
"usage": "out"
|
@@ -3140,6 +3150,16 @@
|
|
3140
3150
|
"output_required": false,
|
3141
3151
|
"type": "string",
|
3142
3152
|
"value_allowed_null": true
|
3153
|
+
},
|
3154
|
+
{
|
3155
|
+
"disabled": false,
|
3156
|
+
"document": "部署CLB监听器的Url\n注意:此字段可能返回 null,表示取不到有效值。",
|
3157
|
+
"example": "[\"/test1\",\"/test2\"]",
|
3158
|
+
"member": "string",
|
3159
|
+
"name": "Url",
|
3160
|
+
"output_required": false,
|
3161
|
+
"type": "list",
|
3162
|
+
"value_allowed_null": true
|
3143
3163
|
}
|
3144
3164
|
],
|
3145
3165
|
"usage": "out"
|
@@ -9960,6 +9980,16 @@
|
|
9960
9980
|
"output_required": false,
|
9961
9981
|
"type": "string",
|
9962
9982
|
"value_allowed_null": true
|
9983
|
+
},
|
9984
|
+
{
|
9985
|
+
"disabled": false,
|
9986
|
+
"document": "监听器Url(clb专属)\n注意:此字段可能返回 null,表示取不到有效值。",
|
9987
|
+
"example": "无",
|
9988
|
+
"member": "string",
|
9989
|
+
"name": "Url",
|
9990
|
+
"output_required": false,
|
9991
|
+
"type": "string",
|
9992
|
+
"value_allowed_null": true
|
9963
9993
|
}
|
9964
9994
|
],
|
9965
9995
|
"usage": "out"
|
@@ -10413,7 +10413,7 @@
|
|
10413
10413
|
"usage": "both"
|
10414
10414
|
},
|
10415
10415
|
"IpTableRule": {
|
10416
|
-
"document": "
|
10416
|
+
"document": "自定义规则-基础访问管控配置。",
|
10417
10417
|
"members": [
|
10418
10418
|
{
|
10419
10419
|
"disabled": false,
|
@@ -10421,29 +10421,32 @@
|
|
10421
10421
|
"example": "drop",
|
10422
10422
|
"member": "string",
|
10423
10423
|
"name": "Action",
|
10424
|
+
"output_required": true,
|
10424
10425
|
"required": true,
|
10425
10426
|
"type": "string",
|
10426
10427
|
"value_allowed_null": false
|
10427
10428
|
},
|
10428
10429
|
{
|
10429
10430
|
"disabled": false,
|
10430
|
-
"document": "根据类型匹配,取值有:\n<li>ip
|
10431
|
+
"document": "根据类型匹配,取值有:\n<li>ip:客户端 IP 进行匹配;</li>\n<li>area:客户端 IP 所属地区匹配;</li>\n<li>asn:客户端所属的自治系统进行匹配;</li>\n<li>referer:请求头 Referer 进行匹配;</li>\n<li>ua:请求头 User-Agent 进行匹配;</li>\n<li>url:请求 URL 进行匹配。</li>",
|
10431
10432
|
"example": "ip",
|
10432
10433
|
"member": "string",
|
10433
10434
|
"name": "MatchFrom",
|
10435
|
+
"output_required": true,
|
10434
10436
|
"required": true,
|
10435
10437
|
"type": "string",
|
10436
10438
|
"value_allowed_null": false
|
10437
10439
|
},
|
10438
10440
|
{
|
10439
10441
|
"disabled": false,
|
10440
|
-
"document": "
|
10442
|
+
"document": "规则的匹配方式。取值有:\n<li> match:匹配,适用于 MatchFrom 为 ip;</li>\n<li> not_match:不匹配,适用于 MatchFrom 为 ip;</li>\n<li> include_area:地域包含,适用于 MatchFrom 为 area;</li>\n<li> not_include_area:地域不包含,适用于 MatchFrom 为 area;</li>\n<li> asn_match:ASN 包含,适用于 MatchFrom 为 asn;</li>\n<li> asn_not_match:ASN 不包含,适用于 MatchFrom 为 asn;</li>\n<li> equal:等于,适用于 MatchFrom 为 ua , referer;</li>\n<li> not_equal:不等于,适用于 MatchFrom 为 ua , referer;</li>\n<li> include:通配符匹配,适用于 MatchFrom 为 ua , referer , url;</li>\n<li> not_include:通配符不匹配,适用于 MatchFrom 为 ua , referer;</li>\n<li> is_emty:配置内容为空,适用于 MatchFrom 为 ua , referer;</li>\n<li> not_exists:配置内容不存在,适用于 MatchFrom 为 ua , referer。</li>",
|
10441
10443
|
"example": "equal",
|
10442
10444
|
"member": "string",
|
10443
10445
|
"name": "Operator",
|
10446
|
+
"output_required": true,
|
10444
10447
|
"required": false,
|
10445
10448
|
"type": "string",
|
10446
|
-
"value_allowed_null":
|
10449
|
+
"value_allowed_null": false
|
10447
10450
|
},
|
10448
10451
|
{
|
10449
10452
|
"disabled": false,
|
@@ -10451,6 +10454,7 @@
|
|
10451
10454
|
"example": "0",
|
10452
10455
|
"member": "int64",
|
10453
10456
|
"name": "RuleID",
|
10457
|
+
"output_required": true,
|
10454
10458
|
"required": false,
|
10455
10459
|
"type": "int",
|
10456
10460
|
"value_allowed_null": false
|
@@ -10461,19 +10465,21 @@
|
|
10461
10465
|
"example": "无",
|
10462
10466
|
"member": "datetime_iso",
|
10463
10467
|
"name": "UpdateTime",
|
10468
|
+
"output_required": true,
|
10464
10469
|
"required": false,
|
10465
10470
|
"type": "string",
|
10466
10471
|
"value_allowed_null": false
|
10467
10472
|
},
|
10468
10473
|
{
|
10469
10474
|
"disabled": false,
|
10470
|
-
"document": "
|
10475
|
+
"document": "规则启用状态。取值有:\n<li> on:启用;</li>\n<li> off:未启用。</li>\n当入参缺省时,按 on 取值。",
|
10471
10476
|
"example": "on",
|
10472
10477
|
"member": "string",
|
10473
10478
|
"name": "Status",
|
10479
|
+
"output_required": true,
|
10474
10480
|
"required": false,
|
10475
10481
|
"type": "string",
|
10476
|
-
"value_allowed_null":
|
10482
|
+
"value_allowed_null": false
|
10477
10483
|
},
|
10478
10484
|
{
|
10479
10485
|
"disabled": false,
|
@@ -10481,16 +10487,18 @@
|
|
10481
10487
|
"example": "rule1",
|
10482
10488
|
"member": "string",
|
10483
10489
|
"name": "RuleName",
|
10490
|
+
"output_required": true,
|
10484
10491
|
"required": false,
|
10485
10492
|
"type": "string",
|
10486
10493
|
"value_allowed_null": true
|
10487
10494
|
},
|
10488
10495
|
{
|
10489
10496
|
"disabled": false,
|
10490
|
-
"document": "
|
10497
|
+
"document": "匹配内容。支持多值输入。\n<li>当输入多个匹配值时,请使用英文逗号分隔;</li>\n<li>当 MatchFrom 为 ua 时,不支持多值输入;</li>\n<li>当 Operator 为 is_empty 或 not_exists 时,本字段入参值无效。</li>",
|
10491
10498
|
"example": "1.1.1.1",
|
10492
10499
|
"member": "string",
|
10493
10500
|
"name": "MatchContent",
|
10501
|
+
"output_required": true,
|
10494
10502
|
"required": false,
|
10495
10503
|
"type": "string",
|
10496
10504
|
"value_allowed_null": false
|
@@ -113,11 +113,11 @@
|
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
115
|
"DetectProductBeta": {
|
116
|
-
"document": "商品识别-微信识物版,基于人工智能技术、海量训练图片、亿级商品库,可以实现全覆盖、细粒度、高准确率的商品识别和商品推荐功能。\n本服务可以识别出图片中的主体位置、主体商品类型,覆盖亿级SKU,输出具体商品的价格、型号等详细信息。\n客户无需自建商品库,即可快速实现商品识别、拍照搜商品等功能。\n>? \n- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。",
|
116
|
+
"document": "产品不再维护,准备下线。\n\n商品识别-微信识物版,基于人工智能技术、海量训练图片、亿级商品库,可以实现全覆盖、细粒度、高准确率的商品识别和商品推荐功能。\n本服务可以识别出图片中的主体位置、主体商品类型,覆盖亿级SKU,输出具体商品的价格、型号等详细信息。\n客户无需自建商品库,即可快速实现商品识别、拍照搜商品等功能。\n>? \n- 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。",
|
117
117
|
"input": "DetectProductBetaRequest",
|
118
118
|
"name": "商品识别-微信识物版",
|
119
119
|
"output": "DetectProductBetaResponse",
|
120
|
-
"status": "
|
120
|
+
"status": "deprecated"
|
121
121
|
},
|
122
122
|
"DetectSecurity": {
|
123
123
|
"document": "安全属性识别可对图片中人体安全防护属性进行识别,支持识别安全帽,反光衣,护目镜,工服,手套,工地安全带,口罩,抽烟,玩手机等多种属性。\n\"被优选过滤\"标签值在人体优选开关开启时才会返回。\n\n|序号 | 标签名称 | 标签值 |\n| :-----| :---------- |:----------------- |\n| 1 | 安全帽识别<div style=\"width: 70pt\"> |无安全帽、有安全帽、被优选过滤|\n| 2 | 玩手机识别<div style=\"width: 70pt\"> |没有电话、打电话、玩手机、被优选过滤|\n| 3 | 抽烟识别<div style=\"width: 70pt\"> |没有抽烟、抽烟、被优选过滤\t|\n| 4 | 口罩识别<div style=\"width: 70pt\"> |无口罩、有口罩、口罩不确定、被优选过滤|\n| 5 | 工地安全带识别<div style=\"width: 70pt\"> |无工地安全带、工地安全带、被优选过滤\t|\n| 6 | 手套识别<div style=\"width: 70pt\"> |无手套、有手套、手套不确定、被优选过滤\t|\n| 7 | 工服识别<div style=\"width: 70pt\"> |无工服、有工服、被优选过滤|\n| 8 | 护目镜识别<div style=\"width: 70pt\"> |无护目镜、有护目镜、被优选过滤|\n| 9 | 反光衣识别<div style=\"width: 70pt\"> |无反光衣、有反光衣、被优选过滤|",
|
@@ -732,6 +732,24 @@
|
|
732
732
|
"name": "SourceTextList",
|
733
733
|
"required": true,
|
734
734
|
"type": "list"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"disabled": false,
|
738
|
+
"document": "需要使用的术语库列表",
|
739
|
+
"example": "[\"144aed8218c911eb97b88eb0fc7321d4\"]",
|
740
|
+
"member": "string",
|
741
|
+
"name": "TermRepoIDList",
|
742
|
+
"required": false,
|
743
|
+
"type": "list"
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"disabled": false,
|
747
|
+
"document": "需要使用的例句库列表",
|
748
|
+
"example": "[\"b77f64e518ec11ebb2aabf416d88df30\"]",
|
749
|
+
"member": "string",
|
750
|
+
"name": "SentRepoIDList",
|
751
|
+
"required": false,
|
752
|
+
"type": "list"
|
735
753
|
}
|
736
754
|
],
|
737
755
|
"type": "object"
|
@@ -825,6 +843,24 @@
|
|
825
843
|
"name": "UntranslatedText",
|
826
844
|
"required": false,
|
827
845
|
"type": "string"
|
846
|
+
},
|
847
|
+
{
|
848
|
+
"disabled": false,
|
849
|
+
"document": "需要使用的术语库列表",
|
850
|
+
"example": "[\"144aed8218c911eb97b88eb0fc7321d4\"]",
|
851
|
+
"member": "string",
|
852
|
+
"name": "TermRepoIDList",
|
853
|
+
"required": false,
|
854
|
+
"type": "list"
|
855
|
+
},
|
856
|
+
{
|
857
|
+
"disabled": false,
|
858
|
+
"document": "需要使用的例句库列表",
|
859
|
+
"example": "[\"b77f64e518ec11ebb2aabf416d88df30\"]",
|
860
|
+
"member": "string",
|
861
|
+
"name": "SentRepoIDList",
|
862
|
+
"required": false,
|
863
|
+
"type": "list"
|
828
864
|
}
|
829
865
|
],
|
830
866
|
"type": "object"
|
@@ -54,6 +54,12 @@
|
|
54
54
|
"input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextTranslateBatch\n<公共请求参数>\n\n{\n \"SourceTextList\": [\n \"你好\",\n \"今天天气怎么样\"\n ],\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"ProjectId\": 0\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"beb15bd7-29aa-4f0f-9a80-574d6fc3733f\",\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"TargetTextList\": [\n \"Hello.\",\n \"What's the weather like today?\"\n ]\n }\n}",
|
56
56
|
"title": "批量文本翻译调用示例"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"document": "带术语库例句库",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: tmt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextTranslateBatch\n<公共请求参数>\n\n{\n \"Source\": \"auto\",\n \"Target\": \"en\",\n \"ProjectId\": 0,\n \"SourceTextList\": [\n \"你好啊\",\n \"这是你的苹果\"\n ],\n \"TermRepoIDList\": [\n \"753899732b0611efbb47037fdf41da5a\"\n ],\n \"SentRepoIDList\": [\n \"\"\n ]\n}",
|
61
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abf2a2a1-a0da-4d7d-b539-cc34322b78a4\",\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"TargetTextList\": [\n \"What's up man!\",\n \"This is your apple\"\n ]\n }\n}",
|
62
|
+
"title": "批量文本翻译示例"
|
57
63
|
}
|
58
64
|
]
|
59
65
|
},
|