tccli 3.0.1176.1__py2.py3-none-any.whl → 3.0.1178.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/antiddos/v20200309/api.json +10 -1
- tccli/services/ccc/v20200210/api.json +10 -0
- tccli/services/cdwdoris/cdwdoris_client.py +106 -0
- tccli/services/cdwdoris/v20211228/api.json +269 -0
- tccli/services/cdwdoris/v20211228/examples.json +16 -0
- tccli/services/cfg/v20210820/api.json +2 -2
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/v20201016/api.json +9 -0
- tccli/services/dcdb/v20180411/api.json +28 -1
- tccli/services/dnspod/v20210323/api.json +1 -0
- tccli/services/dsgc/v20190723/api.json +85 -9
- tccli/services/dsgc/v20190723/examples.json +4 -4
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +29 -1
- tccli/services/lke/v20231130/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +4 -0
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/v20210331/api.json +23 -23
- tccli/services/organization/v20210331/examples.json +4 -4
- tccli/services/redis/v20180412/api.json +85 -39
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/tmt/v20180321/api.json +2 -2
- tccli/services/trtc/trtc_client.py +53 -0
- tccli/services/trtc/v20190722/api.json +80 -1
- tccli/services/trtc/v20190722/examples.json +8 -0
- tccli/services/tse/v20201207/api.json +58 -0
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +158 -37
- {tccli-3.0.1176.1.dist-info → tccli-3.0.1178.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1176.1.dist-info → tccli-3.0.1178.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1176.1.dist-info → tccli-3.0.1178.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1176.1.dist-info → tccli-3.0.1178.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1176.1.dist-info → tccli-3.0.1178.1.dist-info}/license_files/LICENSE +0 -0
@@ -120,7 +120,7 @@
|
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
122
|
"CreateDSPADiscoveryRule": {
|
123
|
-
"document": "新增分类分级规则,单个用户最多允许创建200
|
123
|
+
"document": "新增分类分级规则,单个用户最多允许创建200个规则。",
|
124
124
|
"input": "CreateDSPADiscoveryRuleRequest",
|
125
125
|
"name": "新增分类分级发现规则",
|
126
126
|
"output": "CreateDSPADiscoveryRuleResponse",
|
@@ -2408,6 +2408,26 @@
|
|
2408
2408
|
"output_required": false,
|
2409
2409
|
"type": "string",
|
2410
2410
|
"value_allowed_null": true
|
2411
|
+
},
|
2412
|
+
{
|
2413
|
+
"disabled": false,
|
2414
|
+
"document": "各类分类分级规则数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2415
|
+
"example": "无",
|
2416
|
+
"member": "RuleEffectItem",
|
2417
|
+
"name": "RuleEffectItems",
|
2418
|
+
"output_required": false,
|
2419
|
+
"type": "list",
|
2420
|
+
"value_allowed_null": true
|
2421
|
+
},
|
2422
|
+
{
|
2423
|
+
"disabled": false,
|
2424
|
+
"document": "规则状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
2425
|
+
"example": "无",
|
2426
|
+
"member": "int64",
|
2427
|
+
"name": "RuleStatus",
|
2428
|
+
"output_required": false,
|
2429
|
+
"type": "int",
|
2430
|
+
"value_allowed_null": true
|
2411
2431
|
}
|
2412
2432
|
],
|
2413
2433
|
"usage": "out"
|
@@ -3811,6 +3831,15 @@
|
|
3811
3831
|
"name": "COSRules",
|
3812
3832
|
"required": false,
|
3813
3833
|
"type": "object"
|
3834
|
+
},
|
3835
|
+
{
|
3836
|
+
"disabled": false,
|
3837
|
+
"document": "规则状态;0 不启用, 1 启用",
|
3838
|
+
"example": "1",
|
3839
|
+
"member": "int64",
|
3840
|
+
"name": "Status",
|
3841
|
+
"required": false,
|
3842
|
+
"type": "int"
|
3814
3843
|
}
|
3815
3844
|
],
|
3816
3845
|
"type": "object"
|
@@ -3824,7 +3853,7 @@
|
|
3824
3853
|
"example": "1",
|
3825
3854
|
"member": "int64",
|
3826
3855
|
"name": "RuleId",
|
3827
|
-
"
|
3856
|
+
"output_required": true,
|
3828
3857
|
"type": "int",
|
3829
3858
|
"value_allowed_null": false
|
3830
3859
|
},
|
@@ -8476,7 +8505,7 @@
|
|
8476
8505
|
"example": "无",
|
8477
8506
|
"member": "CategoryRule",
|
8478
8507
|
"name": "CategoryRules",
|
8479
|
-
"
|
8508
|
+
"output_required": true,
|
8480
8509
|
"type": "list",
|
8481
8510
|
"value_allowed_null": true
|
8482
8511
|
},
|
@@ -12384,7 +12413,7 @@
|
|
12384
12413
|
"example": "1",
|
12385
12414
|
"member": "int64",
|
12386
12415
|
"name": "RuleId",
|
12387
|
-
"
|
12416
|
+
"output_required": true,
|
12388
12417
|
"type": "int",
|
12389
12418
|
"value_allowed_null": true
|
12390
12419
|
},
|
@@ -12394,7 +12423,7 @@
|
|
12394
12423
|
"example": "rule_001",
|
12395
12424
|
"member": "string",
|
12396
12425
|
"name": "Name",
|
12397
|
-
"
|
12426
|
+
"output_required": true,
|
12398
12427
|
"type": "string",
|
12399
12428
|
"value_allowed_null": true
|
12400
12429
|
},
|
@@ -12404,7 +12433,7 @@
|
|
12404
12433
|
"example": "rule_description",
|
12405
12434
|
"member": "string",
|
12406
12435
|
"name": "Description",
|
12407
|
-
"
|
12436
|
+
"output_required": true,
|
12408
12437
|
"type": "string",
|
12409
12438
|
"value_allowed_null": true
|
12410
12439
|
},
|
@@ -12414,7 +12443,7 @@
|
|
12414
12443
|
"example": "0",
|
12415
12444
|
"member": "int64",
|
12416
12445
|
"name": "Source",
|
12417
|
-
"
|
12446
|
+
"output_required": true,
|
12418
12447
|
"type": "int",
|
12419
12448
|
"value_allowed_null": true
|
12420
12449
|
},
|
@@ -12424,7 +12453,7 @@
|
|
12424
12453
|
"example": "无",
|
12425
12454
|
"member": "DspaDiscoveryRDBRules",
|
12426
12455
|
"name": "RDBRules",
|
12427
|
-
"
|
12456
|
+
"output_required": true,
|
12428
12457
|
"type": "object",
|
12429
12458
|
"value_allowed_null": true
|
12430
12459
|
},
|
@@ -12434,9 +12463,19 @@
|
|
12434
12463
|
"example": "无",
|
12435
12464
|
"member": "DspaDiscoveryCOSRules",
|
12436
12465
|
"name": "COSRules",
|
12437
|
-
"
|
12466
|
+
"output_required": true,
|
12438
12467
|
"type": "object",
|
12439
12468
|
"value_allowed_null": true
|
12469
|
+
},
|
12470
|
+
{
|
12471
|
+
"disabled": false,
|
12472
|
+
"document": "0关闭,1开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
12473
|
+
"example": "1",
|
12474
|
+
"member": "int64",
|
12475
|
+
"name": "Status",
|
12476
|
+
"output_required": true,
|
12477
|
+
"type": "int",
|
12478
|
+
"value_allowed_null": true
|
12440
12479
|
}
|
12441
12480
|
],
|
12442
12481
|
"usage": "out"
|
@@ -16008,6 +16047,15 @@
|
|
16008
16047
|
"name": "COSRules",
|
16009
16048
|
"required": false,
|
16010
16049
|
"type": "object"
|
16050
|
+
},
|
16051
|
+
{
|
16052
|
+
"disabled": false,
|
16053
|
+
"document": "规则状态",
|
16054
|
+
"example": "无",
|
16055
|
+
"member": "int64",
|
16056
|
+
"name": "Status",
|
16057
|
+
"required": false,
|
16058
|
+
"type": "int"
|
16011
16059
|
}
|
16012
16060
|
],
|
16013
16061
|
"type": "object"
|
@@ -17888,6 +17936,34 @@
|
|
17888
17936
|
],
|
17889
17937
|
"usage": "out"
|
17890
17938
|
},
|
17939
|
+
"RuleEffectItem": {
|
17940
|
+
"document": "分类分级规则数量",
|
17941
|
+
"members": [
|
17942
|
+
{
|
17943
|
+
"disabled": false,
|
17944
|
+
"document": "规则描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
17945
|
+
"example": "无",
|
17946
|
+
"member": "string",
|
17947
|
+
"name": "Name",
|
17948
|
+
"output_required": false,
|
17949
|
+
"required": false,
|
17950
|
+
"type": "string",
|
17951
|
+
"value_allowed_null": true
|
17952
|
+
},
|
17953
|
+
{
|
17954
|
+
"disabled": false,
|
17955
|
+
"document": "规则值\n注意:此字段可能返回 null,表示取不到有效值。",
|
17956
|
+
"example": "无",
|
17957
|
+
"member": "int64",
|
17958
|
+
"name": "Value",
|
17959
|
+
"output_required": false,
|
17960
|
+
"required": false,
|
17961
|
+
"type": "int",
|
17962
|
+
"value_allowed_null": true
|
17963
|
+
}
|
17964
|
+
],
|
17965
|
+
"usage": "both"
|
17966
|
+
},
|
17891
17967
|
"ScanTaskCOSRules": {
|
17892
17968
|
"document": "敏感识别任务COS识别规则",
|
17893
17969
|
"members": [
|
@@ -139,7 +139,7 @@
|
|
139
139
|
"CreateDSPADiscoveryRule": [
|
140
140
|
{
|
141
141
|
"document": "",
|
142
|
-
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"
|
142
|
+
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n },\n \"Status\": 0\n}",
|
143
143
|
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\",\n \"RuleId\": 1\n }\n}",
|
144
144
|
"title": "新增分类分级规则"
|
145
145
|
}
|
@@ -596,7 +596,7 @@
|
|
596
596
|
{
|
597
597
|
"document": "获取合规组分类规则信息",
|
598
598
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPACategoryRules\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-001\",\n \"CategoryId\": 1,\n \"ComplianceId\": 1\n}",
|
599
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"128009ac-7df4-0530-cc92-52f0d945e191\",\n \"CategoryRules\": [\n {\n \"Id\": 1,\n \"CategoryId\": 165,\n \"RuleId\": 1,\n \"RuleName\": \"银行卡\",\n \"LevelId\": 5,\n \"LevelName\": \"S3\"\n },\n {\n \"Id\": 2,\n \"CategoryId\": 165,\n \"RuleId\": 2,\n \"RuleName\": \"信用卡\",\n \"LevelId\": 6,\n \"LevelName\": \"S2\"\n }\n ]\n }\n}",
|
599
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"128009ac-7df4-0530-cc92-52f0d945e191\",\n \"CategoryRules\": [\n {\n \"Id\": 1,\n \"CategoryId\": 165,\n \"RuleId\": 1,\n \"RuleName\": \"银行卡\",\n \"LevelId\": 5,\n \"RuleStatus\": 1,\n \"LevelName\": \"S3\",\n \"RuleEffectItems\": [\n {\n \"Name\": \"结构化数据\",\n \"Value\": 1\n },\n {\n \"Name\": \"非机构化数据\",\n \"Value\": 2\n }\n ]\n },\n {\n \"Id\": 2,\n \"CategoryId\": 165,\n \"RuleId\": 2,\n \"RuleName\": \"信用卡\",\n \"LevelId\": 6,\n \"RuleStatus\": 0,\n \"LevelName\": \"S2\",\n \"RuleEffectItems\": [\n {\n \"Name\": \"结构化数据\",\n \"Value\": 1\n },\n {\n \"Name\": \"非机构化数据\",\n \"Value\": 2\n }\n ]\n }\n ]\n }\n}",
|
600
600
|
"title": "获取合规组分类规则信息"
|
601
601
|
}
|
602
602
|
],
|
@@ -652,7 +652,7 @@
|
|
652
652
|
{
|
653
653
|
"document": "xx",
|
654
654
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDSPADiscoveryRules\n<公共请求参数>\n\n{\n \"DspaId\": \"casb_1\",\n \"RuleId\": 1,\n \"Limit\": 10,\n \"Name\": \"test_rule\",\n \"Offset\": 0\n}",
|
655
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"RuleId\": 0,\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Source\": 0,\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
655
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"RuleId\": 0,\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Source\": 0,\n \"Status\": 1,\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
656
656
|
"title": "获取分类分级规则列表"
|
657
657
|
}
|
658
658
|
],
|
@@ -1049,7 +1049,7 @@
|
|
1049
1049
|
"ModifyDSPADiscoveryRule": [
|
1050
1050
|
{
|
1051
1051
|
"document": "",
|
1052
|
-
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"
|
1052
|
+
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDSPADiscoveryRule\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"RDBRules\": {\n \"Status\": 0,\n \"MatchOperator\": \"abc\",\n \"MetaRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n },\n \"ContentRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleType\": \"abc\",\n \"RuleContent\": \"abc\",\n \"ExtendParameters\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n }\n },\n \"COSRules\": {\n \"Status\": 0,\n \"RegexRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"KeywordRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"IgnoreStringRule\": {\n \"Operator\": \"abc\",\n \"Contents\": [\n {\n \"RuleContent\": \"abc\",\n \"IsIgnoreCase\": true\n }\n ]\n },\n \"MaxMatch\": 0\n },\n \"RuleId\": 0,\n \"Status\": 0\n}",
|
1053
1053
|
"output": "{\n \"Response\": {\n \"RequestId\": \"20569756-56ba-4a13-b545-e1528d5cb239\"\n }\n}",
|
1054
1054
|
"title": "修改分类分级规则"
|
1055
1055
|
}
|
@@ -2681,7 +2681,7 @@
|
|
2681
2681
|
},
|
2682
2682
|
{
|
2683
2683
|
"disabled": false,
|
2684
|
-
"document": "流程签署人列表,其中结构体的Name,Mobile
|
2684
|
+
"document": "流程签署人列表,其中结构体的ApproverType必传。\n若为个人签署方或saas企业签署方,则Name,Mobile必传。OrganizationName 传对应企业名称。\n若为子客企业签署方则需传OpenId、OrganizationOpenId,其他可不传。\n\n注:\n`1. 签署人只能有手写签名、时间类型、印章类型的签署控件和内容填写控件,其他类型的签署控件暂时未支持。`\n`2. 生成发起方预览链接时,该字段(FlowApproverInfos)传空或者不传`",
|
2685
2685
|
"example": "无",
|
2686
2686
|
"member": "FlowApproverInfo",
|
2687
2687
|
"name": "FlowApproverInfos",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
59
|
"DetectAIFakeFaces": {
|
60
|
-
"document": "
|
60
|
+
"document": "基于多模态的AI大模型算法,提供对人脸图片、视频的防攻击检测能力,可针对性有效识别高仿真的AIGC换脸、高清翻拍、批量黑产攻击、水印等攻击痕迹,增强对图片和视频的防伪安全能力。",
|
61
61
|
"input": "DetectAIFakeFacesRequest",
|
62
62
|
"name": "AI人脸防护盾",
|
63
63
|
"output": "DetectAIFakeFacesResponse",
|
@@ -776,6 +776,24 @@
|
|
776
776
|
"name": "IsEncrypt",
|
777
777
|
"required": false,
|
778
778
|
"type": "bool"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"disabled": false,
|
782
|
+
"document": "是否需要对响应体加密",
|
783
|
+
"example": "false",
|
784
|
+
"member": "bool",
|
785
|
+
"name": "IsEncryptResponse",
|
786
|
+
"required": false,
|
787
|
+
"type": "bool"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"disabled": false,
|
791
|
+
"document": "是否需要对返回中的敏感信息进行加密,需指定加密算法Algorithm、CBC加密的初始向量、加密后的对称密钥。",
|
792
|
+
"example": "无",
|
793
|
+
"member": "Encryption",
|
794
|
+
"name": "Encryption",
|
795
|
+
"required": false,
|
796
|
+
"type": "object"
|
779
797
|
}
|
780
798
|
],
|
781
799
|
"type": "object"
|
@@ -913,6 +931,16 @@
|
|
913
931
|
"type": "object",
|
914
932
|
"value_allowed_null": true
|
915
933
|
},
|
934
|
+
{
|
935
|
+
"disabled": false,
|
936
|
+
"document": "加密后的数据",
|
937
|
+
"example": "无",
|
938
|
+
"member": "string",
|
939
|
+
"name": "EncryptedBody",
|
940
|
+
"output_required": false,
|
941
|
+
"type": "string",
|
942
|
+
"value_allowed_null": false
|
943
|
+
},
|
916
944
|
{
|
917
945
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
918
946
|
"member": "string",
|
@@ -6427,7 +6427,7 @@
|
|
6427
6427
|
"members": [
|
6428
6428
|
{
|
6429
6429
|
"disabled": false,
|
6430
|
-
"document": "
|
6430
|
+
"document": "应用ID",
|
6431
6431
|
"example": "无",
|
6432
6432
|
"member": "string",
|
6433
6433
|
"name": "BotBizId",
|
@@ -6463,7 +6463,7 @@
|
|
6463
6463
|
},
|
6464
6464
|
{
|
6465
6465
|
"disabled": false,
|
6466
|
-
"document": "文档状态: 7
|
6466
|
+
"document": "文档状态: 1-未生成 2-生成中 3-生成成功 4-生成失败 5-删除中 6-删除成功 7-审核中 8-审核失败 9-审核成功 10-待发布 11-发布中 12-已发布 13-学习中 14-学习失败 15-更新中 16-更新失败 17-解析中 18-解析失败 19-导入失败 20-已过期 21-超量失效 22-超量失效恢复",
|
6467
6467
|
"example": "无",
|
6468
6468
|
"member": "int64",
|
6469
6469
|
"name": "Status",
|
@@ -6465,6 +6465,7 @@
|
|
6465
6465
|
"example": "无",
|
6466
6466
|
"member": "TextType",
|
6467
6467
|
"name": "TextTypeList",
|
6468
|
+
"output_required": true,
|
6468
6469
|
"type": "list",
|
6469
6470
|
"value_allowed_null": true
|
6470
6471
|
},
|
@@ -6546,6 +6547,7 @@
|
|
6546
6547
|
"example": "无",
|
6547
6548
|
"member": "Template",
|
6548
6549
|
"name": "Template",
|
6550
|
+
"output_required": true,
|
6549
6551
|
"type": "object",
|
6550
6552
|
"value_allowed_null": true
|
6551
6553
|
},
|
@@ -6555,6 +6557,7 @@
|
|
6555
6557
|
"example": "无",
|
6556
6558
|
"member": "TextType",
|
6557
6559
|
"name": "TextTypeList",
|
6560
|
+
"output_required": true,
|
6558
6561
|
"type": "list",
|
6559
6562
|
"value_allowed_null": true
|
6560
6563
|
},
|
@@ -13873,6 +13876,7 @@
|
|
13873
13876
|
"example": "无",
|
13874
13877
|
"member": "Template",
|
13875
13878
|
"name": "Template",
|
13879
|
+
"output_required": true,
|
13876
13880
|
"type": "object",
|
13877
13881
|
"value_allowed_null": false
|
13878
13882
|
},
|