tccli 3.0.1328.1__py2.py3-none-any.whl → 3.0.1330.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/autoscaling/v20180419/api.json +3 -3
- tccli/services/autoscaling/v20180419/examples.json +1 -1
- tccli/services/btoe/v20210514/api.json +26 -26
- tccli/services/cbs/v20170312/api.json +13 -13
- tccli/services/ccc/v20200210/api.json +36 -0
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +9 -0
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +13 -4
- tccli/services/essbasic/v20210526/examples.json +3 -3
- tccli/services/faceid/v20180301/api.json +45 -0
- tccli/services/gs/gs_client.py +53 -0
- tccli/services/gs/v20191118/api.json +62 -9
- tccli/services/gs/v20191118/examples.json +8 -0
- tccli/services/hai/hai_client.py +110 -4
- tccli/services/hai/v20230812/api.json +105 -0
- tccli/services/hai/v20230812/examples.json +16 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +263 -0
- tccli/services/ioa/v20220601/examples.json +8 -0
- tccli/services/iotexplorer/v20190423/api.json +54 -3
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +315 -4
- tccli/services/lke/v20231130/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +11 -0
- tccli/services/ocr/v20181119/api.json +42 -2
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/sms/v20190711/api.json +4 -4
- tccli/services/sms/v20210111/api.json +4 -4
- tccli/services/sqlserver/v20180328/api.json +29 -2
- tccli/services/ssl/v20191205/api.json +79 -0
- tccli/services/ssl/v20191205/examples.json +6 -6
- tccli/services/tcss/tcss_client.py +57 -4
- tccli/services/tcss/v20201101/api.json +79 -0
- tccli/services/tcss/v20201101/examples.json +8 -0
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +59 -1
- tccli/services/tke/v20180525/examples.json +4 -4
- tccli/services/tke/v20220501/api.json +61 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +216 -4
- tccli/services/trtc/v20190722/api.json +430 -1
- tccli/services/trtc/v20190722/examples.json +32 -0
- tccli/services/vm/v20210922/api.json +16 -20
- tccli/services/vod/v20180717/api.json +25 -13
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +4144 -447
- tccli/services/wedata/v20210820/examples.json +52 -10
- tccli/services/wedata/wedata_client.py +403 -85
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/RECORD +58 -58
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1328.1.dist-info → tccli-3.0.1330.1.dist-info}/license_files/LICENSE +0 -0
@@ -1831,6 +1831,32 @@
|
|
1831
1831
|
],
|
1832
1832
|
"usage": "both"
|
1833
1833
|
},
|
1834
|
+
"AttributeLabelRefByWorkflow": {
|
1835
|
+
"document": "标签值引用的工作流详情",
|
1836
|
+
"members": [
|
1837
|
+
{
|
1838
|
+
"disabled": false,
|
1839
|
+
"document": "标签值id",
|
1840
|
+
"example": "无",
|
1841
|
+
"member": "string",
|
1842
|
+
"name": "AttributeLabelBizId",
|
1843
|
+
"output_required": false,
|
1844
|
+
"type": "string",
|
1845
|
+
"value_allowed_null": false
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"disabled": false,
|
1849
|
+
"document": "标签值引用的工作流列表",
|
1850
|
+
"example": "无",
|
1851
|
+
"member": "WorkflowRef",
|
1852
|
+
"name": "WorkflowList",
|
1853
|
+
"output_required": false,
|
1854
|
+
"type": "list",
|
1855
|
+
"value_allowed_null": false
|
1856
|
+
}
|
1857
|
+
],
|
1858
|
+
"usage": "out"
|
1859
|
+
},
|
1834
1860
|
"BaseConfig": {
|
1835
1861
|
"document": "应用基础配置",
|
1836
1862
|
"members": [
|
@@ -2218,6 +2244,16 @@
|
|
2218
2244
|
"type": "bool",
|
2219
2245
|
"value_allowed_null": false
|
2220
2246
|
},
|
2247
|
+
{
|
2248
|
+
"disabled": false,
|
2249
|
+
"document": "引用的工作流详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
2250
|
+
"example": "无",
|
2251
|
+
"member": "AttributeLabelRefByWorkflow",
|
2252
|
+
"name": "List",
|
2253
|
+
"output_required": false,
|
2254
|
+
"type": "list",
|
2255
|
+
"value_allowed_null": true
|
2256
|
+
},
|
2221
2257
|
{
|
2222
2258
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2223
2259
|
"member": "string",
|
@@ -2491,6 +2527,15 @@
|
|
2491
2527
|
"name": "BaseConfig",
|
2492
2528
|
"required": true,
|
2493
2529
|
"type": "object"
|
2530
|
+
},
|
2531
|
+
{
|
2532
|
+
"disabled": false,
|
2533
|
+
"document": "应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式",
|
2534
|
+
"example": "standard",
|
2535
|
+
"member": "string",
|
2536
|
+
"name": "Pattern",
|
2537
|
+
"required": false,
|
2538
|
+
"type": "string"
|
2494
2539
|
}
|
2495
2540
|
],
|
2496
2541
|
"type": "object"
|
@@ -3117,6 +3162,24 @@
|
|
3117
3162
|
"name": "VarType",
|
3118
3163
|
"required": false,
|
3119
3164
|
"type": "string"
|
3165
|
+
},
|
3166
|
+
{
|
3167
|
+
"disabled": false,
|
3168
|
+
"document": "自定义变量默认值",
|
3169
|
+
"example": "2025-05-14",
|
3170
|
+
"member": "string",
|
3171
|
+
"name": "VarDefaultValue",
|
3172
|
+
"required": false,
|
3173
|
+
"type": "string"
|
3174
|
+
},
|
3175
|
+
{
|
3176
|
+
"disabled": false,
|
3177
|
+
"document": "自定义变量文件默认名称",
|
3178
|
+
"example": "无",
|
3179
|
+
"member": "string",
|
3180
|
+
"name": "VarDefaultFileName",
|
3181
|
+
"required": false,
|
3182
|
+
"type": "string"
|
3120
3183
|
}
|
3121
3184
|
],
|
3122
3185
|
"type": "object"
|
@@ -3857,6 +3920,15 @@
|
|
3857
3920
|
"name": "SubScenes",
|
3858
3921
|
"required": false,
|
3859
3922
|
"type": "list"
|
3923
|
+
},
|
3924
|
+
{
|
3925
|
+
"disabled": false,
|
3926
|
+
"document": "应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)",
|
3927
|
+
"example": "knowledge_qa",
|
3928
|
+
"member": "string",
|
3929
|
+
"name": "AppType",
|
3930
|
+
"required": false,
|
3931
|
+
"type": "string"
|
3860
3932
|
}
|
3861
3933
|
],
|
3862
3934
|
"type": "object"
|
@@ -4441,6 +4513,16 @@
|
|
4441
4513
|
"type": "string",
|
4442
4514
|
"value_allowed_null": false
|
4443
4515
|
},
|
4516
|
+
{
|
4517
|
+
"disabled": false,
|
4518
|
+
"document": "文档是否停用,false:未停用,true:已停用",
|
4519
|
+
"example": "无",
|
4520
|
+
"member": "bool",
|
4521
|
+
"name": "IsDisabled",
|
4522
|
+
"output_required": false,
|
4523
|
+
"type": "bool",
|
4524
|
+
"value_allowed_null": false
|
4525
|
+
},
|
4444
4526
|
{
|
4445
4527
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4446
4528
|
"member": "string",
|
@@ -4861,6 +4943,16 @@
|
|
4861
4943
|
"type": "string",
|
4862
4944
|
"value_allowed_null": false
|
4863
4945
|
},
|
4946
|
+
{
|
4947
|
+
"disabled": false,
|
4948
|
+
"document": "问答是否停用,false:未停用,true已停用",
|
4949
|
+
"example": "无",
|
4950
|
+
"member": "bool",
|
4951
|
+
"name": "IsDisabled",
|
4952
|
+
"output_required": false,
|
4953
|
+
"type": "bool",
|
4954
|
+
"value_allowed_null": false
|
4955
|
+
},
|
4864
4956
|
{
|
4865
4957
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4866
4958
|
"member": "string",
|
@@ -5470,6 +5562,15 @@
|
|
5470
5562
|
"name": "AppBizIds",
|
5471
5563
|
"required": false,
|
5472
5564
|
"type": "list"
|
5565
|
+
},
|
5566
|
+
{
|
5567
|
+
"disabled": false,
|
5568
|
+
"document": "应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)",
|
5569
|
+
"example": "knowledge_qa",
|
5570
|
+
"member": "string",
|
5571
|
+
"name": "AppType",
|
5572
|
+
"required": false,
|
5573
|
+
"type": "string"
|
5473
5574
|
}
|
5474
5575
|
],
|
5475
5576
|
"type": "object"
|
@@ -5599,6 +5700,15 @@
|
|
5599
5700
|
"name": "SubScenes",
|
5600
5701
|
"required": false,
|
5601
5702
|
"type": "list"
|
5703
|
+
},
|
5704
|
+
{
|
5705
|
+
"disabled": false,
|
5706
|
+
"document": "应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)",
|
5707
|
+
"example": "knowledge_qa",
|
5708
|
+
"member": "string",
|
5709
|
+
"name": "AppType",
|
5710
|
+
"required": false,
|
5711
|
+
"type": "string"
|
5602
5712
|
}
|
5603
5713
|
],
|
5604
5714
|
"type": "object"
|
@@ -5804,6 +5914,17 @@
|
|
5804
5914
|
"required": false,
|
5805
5915
|
"type": "string",
|
5806
5916
|
"value_allowed_null": false
|
5917
|
+
},
|
5918
|
+
{
|
5919
|
+
"disabled": false,
|
5920
|
+
"document": "预览图",
|
5921
|
+
"example": "https://xxxx.png",
|
5922
|
+
"member": "string",
|
5923
|
+
"name": "PreviewUrl",
|
5924
|
+
"output_required": false,
|
5925
|
+
"required": false,
|
5926
|
+
"type": "string",
|
5927
|
+
"value_allowed_null": false
|
5807
5928
|
}
|
5808
5929
|
],
|
5809
5930
|
"usage": "both"
|
@@ -8171,6 +8292,17 @@
|
|
8171
8292
|
"required": false,
|
8172
8293
|
"type": "object",
|
8173
8294
|
"value_allowed_null": true
|
8295
|
+
},
|
8296
|
+
{
|
8297
|
+
"disabled": false,
|
8298
|
+
"document": "共享知识库关联配置",
|
8299
|
+
"example": "无",
|
8300
|
+
"member": "ShareKnowledgeBase",
|
8301
|
+
"name": "ShareKnowledgeBases",
|
8302
|
+
"output_required": false,
|
8303
|
+
"required": false,
|
8304
|
+
"type": "list",
|
8305
|
+
"value_allowed_null": false
|
8174
8306
|
}
|
8175
8307
|
],
|
8176
8308
|
"usage": "both"
|
@@ -8357,7 +8489,7 @@
|
|
8357
8489
|
"members": [
|
8358
8490
|
{
|
8359
8491
|
"disabled": false,
|
8360
|
-
"document": "知识来源 doc:文档,qa:问答 taskflow:业务流程,search
|
8492
|
+
"document": "知识来源 doc:文档,qa:问答 taskflow:业务流程,search:搜索增强,database:数据库\n注意:此字段可能返回 null,表示取不到有效值。",
|
8361
8493
|
"example": "无",
|
8362
8494
|
"member": "string",
|
8363
8495
|
"name": "Type",
|
@@ -9302,6 +9434,16 @@
|
|
9302
9434
|
"output_required": false,
|
9303
9435
|
"type": "list",
|
9304
9436
|
"value_allowed_null": false
|
9437
|
+
},
|
9438
|
+
{
|
9439
|
+
"disabled": false,
|
9440
|
+
"document": "false:未停用,ture:已停用",
|
9441
|
+
"example": "无",
|
9442
|
+
"member": "bool",
|
9443
|
+
"name": "IsDisabled",
|
9444
|
+
"output_required": false,
|
9445
|
+
"type": "bool",
|
9446
|
+
"value_allowed_null": false
|
9305
9447
|
}
|
9306
9448
|
],
|
9307
9449
|
"usage": "out"
|
@@ -9338,7 +9480,7 @@
|
|
9338
9480
|
},
|
9339
9481
|
{
|
9340
9482
|
"disabled": false,
|
9341
|
-
"document": "
|
9483
|
+
"document": "查询内容\n\n输入特定标识 lke:system:untagged 将查询所有未关联标签的文档",
|
9342
9484
|
"example": "无",
|
9343
9485
|
"member": "string",
|
9344
9486
|
"name": "Query",
|
@@ -9389,6 +9531,15 @@
|
|
9389
9531
|
"name": "FilterFlag",
|
9390
9532
|
"required": false,
|
9391
9533
|
"type": "list"
|
9534
|
+
},
|
9535
|
+
{
|
9536
|
+
"disabled": false,
|
9537
|
+
"document": "是否只展示当前分类的数据 0不是,1是",
|
9538
|
+
"example": "无",
|
9539
|
+
"member": "uint64",
|
9540
|
+
"name": "ShowCurrCate",
|
9541
|
+
"required": false,
|
9542
|
+
"type": "int"
|
9392
9543
|
}
|
9393
9544
|
],
|
9394
9545
|
"type": "object"
|
@@ -9567,7 +9718,7 @@
|
|
9567
9718
|
},
|
9568
9719
|
{
|
9569
9720
|
"disabled": false,
|
9570
|
-
"document": "
|
9721
|
+
"document": "查询问题\n\n输入特定标识 lke:system:untagged 将查询所有未关联标签的问答",
|
9571
9722
|
"example": "无",
|
9572
9723
|
"member": "string",
|
9573
9724
|
"name": "Query",
|
@@ -9645,6 +9796,15 @@
|
|
9645
9796
|
"name": "QueryType",
|
9646
9797
|
"required": false,
|
9647
9798
|
"type": "string"
|
9799
|
+
},
|
9800
|
+
{
|
9801
|
+
"disabled": false,
|
9802
|
+
"document": "是否只展示当前分类的数据 0不是,1是",
|
9803
|
+
"example": "无",
|
9804
|
+
"member": "uint64",
|
9805
|
+
"name": "ShowCurrCate",
|
9806
|
+
"required": false,
|
9807
|
+
"type": "int"
|
9648
9808
|
}
|
9649
9809
|
],
|
9650
9810
|
"type": "object"
|
@@ -9943,6 +10103,16 @@
|
|
9943
10103
|
"output_required": false,
|
9944
10104
|
"type": "string",
|
9945
10105
|
"value_allowed_null": false
|
10106
|
+
},
|
10107
|
+
{
|
10108
|
+
"disabled": false,
|
10109
|
+
"document": "问答是否停用,false:未停用,ture:已停用",
|
10110
|
+
"example": "无",
|
10111
|
+
"member": "bool",
|
10112
|
+
"name": "IsDisabled",
|
10113
|
+
"output_required": false,
|
10114
|
+
"type": "bool",
|
10115
|
+
"value_allowed_null": false
|
9946
10116
|
}
|
9947
10117
|
],
|
9948
10118
|
"usage": "out"
|
@@ -10879,6 +11049,15 @@
|
|
10879
11049
|
"name": "SubScenes",
|
10880
11050
|
"required": false,
|
10881
11051
|
"type": "list"
|
11052
|
+
},
|
11053
|
+
{
|
11054
|
+
"disabled": false,
|
11055
|
+
"document": "应用类型(knowledge_qa应用管理, shared_knowlege 共享知识库)",
|
11056
|
+
"example": "knowledge_qa",
|
11057
|
+
"member": "string",
|
11058
|
+
"name": "AppType",
|
11059
|
+
"required": false,
|
11060
|
+
"type": "string"
|
10882
11061
|
}
|
10883
11062
|
],
|
10884
11063
|
"type": "object"
|
@@ -11143,6 +11322,17 @@
|
|
11143
11322
|
"required": false,
|
11144
11323
|
"type": "int",
|
11145
11324
|
"value_allowed_null": false
|
11325
|
+
},
|
11326
|
+
{
|
11327
|
+
"disabled": false,
|
11328
|
+
"document": "专属并发数",
|
11329
|
+
"example": "无",
|
11330
|
+
"member": "uint64",
|
11331
|
+
"name": "Concurrency",
|
11332
|
+
"output_required": false,
|
11333
|
+
"required": false,
|
11334
|
+
"type": "int",
|
11335
|
+
"value_allowed_null": false
|
11146
11336
|
}
|
11147
11337
|
],
|
11148
11338
|
"usage": "both"
|
@@ -13286,6 +13476,16 @@
|
|
13286
13476
|
"output_required": false,
|
13287
13477
|
"type": "string",
|
13288
13478
|
"value_allowed_null": true
|
13479
|
+
},
|
13480
|
+
{
|
13481
|
+
"disabled": false,
|
13482
|
+
"document": "知识库ID",
|
13483
|
+
"example": "无",
|
13484
|
+
"member": "string",
|
13485
|
+
"name": "KnowledgeBizId",
|
13486
|
+
"output_required": false,
|
13487
|
+
"type": "string",
|
13488
|
+
"value_allowed_null": false
|
13289
13489
|
}
|
13290
13490
|
],
|
13291
13491
|
"usage": "out"
|
@@ -14301,6 +14501,34 @@
|
|
14301
14501
|
],
|
14302
14502
|
"usage": "both"
|
14303
14503
|
},
|
14504
|
+
"ShareKnowledgeBase": {
|
14505
|
+
"document": "共享知识库配置",
|
14506
|
+
"members": [
|
14507
|
+
{
|
14508
|
+
"disabled": false,
|
14509
|
+
"document": "共享知识库ID",
|
14510
|
+
"example": "无",
|
14511
|
+
"member": "string",
|
14512
|
+
"name": "KnowledgeBizId",
|
14513
|
+
"output_required": false,
|
14514
|
+
"required": false,
|
14515
|
+
"type": "string",
|
14516
|
+
"value_allowed_null": false
|
14517
|
+
},
|
14518
|
+
{
|
14519
|
+
"disabled": false,
|
14520
|
+
"document": "检索范围",
|
14521
|
+
"example": "无",
|
14522
|
+
"member": "SearchRange",
|
14523
|
+
"name": "SearchRange",
|
14524
|
+
"output_required": false,
|
14525
|
+
"required": false,
|
14526
|
+
"type": "object",
|
14527
|
+
"value_allowed_null": false
|
14528
|
+
}
|
14529
|
+
],
|
14530
|
+
"usage": "both"
|
14531
|
+
},
|
14304
14532
|
"SimilarQuestion": {
|
14305
14533
|
"document": "相似问信息",
|
14306
14534
|
"members": [
|
@@ -14630,7 +14858,7 @@
|
|
14630
14858
|
{
|
14631
14859
|
"disabled": false,
|
14632
14860
|
"document": "变量名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
14633
|
-
"example": "
|
14861
|
+
"example": "发票类型",
|
14634
14862
|
"member": "string",
|
14635
14863
|
"name": "VarName",
|
14636
14864
|
"output_required": false,
|
@@ -14659,6 +14887,28 @@
|
|
14659
14887
|
"required": false,
|
14660
14888
|
"type": "string",
|
14661
14889
|
"value_allowed_null": false
|
14890
|
+
},
|
14891
|
+
{
|
14892
|
+
"disabled": false,
|
14893
|
+
"document": "自定义变量默认值",
|
14894
|
+
"example": "电子发票",
|
14895
|
+
"member": "string",
|
14896
|
+
"name": "VarDefaultValue",
|
14897
|
+
"output_required": false,
|
14898
|
+
"required": false,
|
14899
|
+
"type": "string",
|
14900
|
+
"value_allowed_null": false
|
14901
|
+
},
|
14902
|
+
{
|
14903
|
+
"disabled": false,
|
14904
|
+
"document": "自定义变量文件默认名称",
|
14905
|
+
"example": "无",
|
14906
|
+
"member": "string",
|
14907
|
+
"name": "VarDefaultFileName",
|
14908
|
+
"output_required": false,
|
14909
|
+
"required": false,
|
14910
|
+
"type": "string",
|
14911
|
+
"value_allowed_null": false
|
14662
14912
|
}
|
14663
14913
|
],
|
14664
14914
|
"usage": "both"
|
@@ -15504,6 +15754,67 @@
|
|
15504
15754
|
],
|
15505
15755
|
"usage": "both"
|
15506
15756
|
},
|
15757
|
+
"WorkflowRef": {
|
15758
|
+
"document": "WorkflowRef详情",
|
15759
|
+
"members": [
|
15760
|
+
{
|
15761
|
+
"disabled": false,
|
15762
|
+
"document": "任务流ID",
|
15763
|
+
"example": "1255215",
|
15764
|
+
"member": "string",
|
15765
|
+
"name": "WorkflowId",
|
15766
|
+
"output_required": false,
|
15767
|
+
"required": false,
|
15768
|
+
"type": "string",
|
15769
|
+
"value_allowed_null": false
|
15770
|
+
},
|
15771
|
+
{
|
15772
|
+
"disabled": false,
|
15773
|
+
"document": "任务流名称",
|
15774
|
+
"example": "开发票",
|
15775
|
+
"member": "string",
|
15776
|
+
"name": "WorkflowName",
|
15777
|
+
"output_required": false,
|
15778
|
+
"required": false,
|
15779
|
+
"type": "string",
|
15780
|
+
"value_allowed_null": false
|
15781
|
+
},
|
15782
|
+
{
|
15783
|
+
"disabled": false,
|
15784
|
+
"document": "任务流描述",
|
15785
|
+
"example": "开发票主要是告诉你开票方式和流程",
|
15786
|
+
"member": "string",
|
15787
|
+
"name": "WorkflowDesc",
|
15788
|
+
"output_required": false,
|
15789
|
+
"required": false,
|
15790
|
+
"type": "string",
|
15791
|
+
"value_allowed_null": false
|
15792
|
+
},
|
15793
|
+
{
|
15794
|
+
"disabled": false,
|
15795
|
+
"document": "应用ID",
|
15796
|
+
"example": "5215125",
|
15797
|
+
"member": "string",
|
15798
|
+
"name": "AppBizId",
|
15799
|
+
"output_required": false,
|
15800
|
+
"required": false,
|
15801
|
+
"type": "string",
|
15802
|
+
"value_allowed_null": false
|
15803
|
+
},
|
15804
|
+
{
|
15805
|
+
"disabled": false,
|
15806
|
+
"document": "更新时间",
|
15807
|
+
"example": "1731505418",
|
15808
|
+
"member": "uint64",
|
15809
|
+
"name": "UpdateTime",
|
15810
|
+
"output_required": false,
|
15811
|
+
"required": false,
|
15812
|
+
"type": "int",
|
15813
|
+
"value_allowed_null": false
|
15814
|
+
}
|
15815
|
+
],
|
15816
|
+
"usage": "both"
|
15817
|
+
},
|
15507
15818
|
"WorkflowRunNodeInfo": {
|
15508
15819
|
"document": "工作流运行节点信息",
|
15509
15820
|
"members": [
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"CheckAttributeLabelRefer": [
|
12
12
|
{
|
13
13
|
"document": "检查知识标签是否被引用",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelRefer\n<公共请求参数>\n\n{\n \"BotBizId\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"IsRefer\": false,\n \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAttributeLabelRefer\n<公共请求参数>\n\n{\n \"BotBizId\": \"1922557****89446528\",\n \"LabelBizId\": \"19229118842****0208\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"IsRefer\": false,\n \"List\": [\n {\n \"AttributeLabelBizId\": \"19229118842****0208\",\n \"WorkflowList\": [\n {\n \"AppBizId\": \"\",\n \"UpdateTime\": 0,\n \"WorkflowDesc\": \"工作流\",\n \"WorkflowId\": \"3a3cd69e-caa5-****-bf10-0306105600e7\",\n \"WorkflowName\": \"工作流\"\n },\n {\n \"AppBizId\": \"\",\n \"UpdateTime\": 0,\n \"WorkflowDesc\": \"工作流2\",\n \"WorkflowId\": \"2eea1fcd-2c6c-****-b5d7-03bc34b6b41a\",\n \"WorkflowName\": \"工作流2\"\n }\n ]\n }\n ],\n \"RequestId\": \"1e53486e-****-454e-bf1a-5bed21f8036b\"\n }\n}",
|
16
16
|
"title": "检查知识标签是否被引用"
|
17
17
|
}
|
18
18
|
],
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"CreateVar": [
|
92
92
|
{
|
93
93
|
"document": "创建变量",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVar\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\",\n \"VarName\": \"TimeID\",\n \"VarDesc\": \"这个参数要来传时间\",\n \"VarType\": \"STRING\"\n}",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVar\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\",\n \"VarName\": \"TimeID\",\n \"VarDesc\": \"这个参数要来传时间\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"2025-05-14\",\n \"VarDefaultFileName\": \"\"\n}",
|
95
95
|
"output": "{\n \"Response\": {\n \"RequestId\": \"aa7b90b3-bca5-4666-8bb8-e76b0374137c\",\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\"\n }\n}",
|
96
96
|
"title": "创建变量"
|
97
97
|
}
|
@@ -426,7 +426,7 @@
|
|
426
426
|
{
|
427
427
|
"document": "获取应用下的变量列表",
|
428
428
|
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetVarList\n<公共请求参数>\n\n{\n \"AppBizId\": \"1793260396881641472\"\n}",
|
429
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\",\n \"VarName\": \"TimeIDUpdate\",\n \"VarDesc\": \"时间ID描述\",\n \"VarType\": \"STRING\"\n },\n {\n \"VarId\": \"d125c28b-55db-4478-9066-6115ab97ee17\",\n \"VarName\": \"UserID\",\n \"VarDesc\": \"用户ID描述\",\n \"VarType\": \"STRING\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\",\n \"Total\": 2\n }\n}",
|
429
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VarId\": \"55127e9e-6e9e-4c11-bcf8-b524959cd841\",\n \"VarName\": \"TimeIDUpdate\",\n \"VarDesc\": \"时间ID描述\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"2025-05-14\",\n \"VarDefaultFileName\": \"\"\n },\n {\n \"VarId\": \"d125c28b-55db-4478-9066-6115ab97ee17\",\n \"VarName\": \"UserID\",\n \"VarDesc\": \"用户ID描述\",\n \"VarType\": \"STRING\",\n \"VarDefaultValue\": \"6213673423\",\n \"VarDefaultFileName\": \"\"\n }\n ],\n \"RequestId\": \"925208e7-46fa-43b3-a429-ddcbccad24f6\",\n \"Total\": 2\n }\n}",
|
430
430
|
"title": "获取应用下的变量列表"
|
431
431
|
}
|
432
432
|
],
|
@@ -18612,6 +18612,17 @@
|
|
18612
18612
|
"required": false,
|
18613
18613
|
"type": "list",
|
18614
18614
|
"value_allowed_null": true
|
18615
|
+
},
|
18616
|
+
{
|
18617
|
+
"disabled": false,
|
18618
|
+
"document": "图片框选区域类型,可选值:\n<li>logo:图标;</li>\n<li>text:文字;</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
18619
|
+
"example": "[\"logo\", \"text\"]",
|
18620
|
+
"member": "string",
|
18621
|
+
"name": "DetectTypes",
|
18622
|
+
"output_required": false,
|
18623
|
+
"required": false,
|
18624
|
+
"type": "list",
|
18625
|
+
"value_allowed_null": true
|
18615
18626
|
}
|
18616
18627
|
],
|
18617
18628
|
"usage": "both"
|
@@ -204,7 +204,7 @@
|
|
204
204
|
"status": "online"
|
205
205
|
},
|
206
206
|
"IDCardOCR": {
|
207
|
-
"document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n
|
207
|
+
"document": "本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。\n\n另外,本接口还支持多种扩展能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备8种告警功能,如下表所示。\n\n<table style=\"width:650px\">\n <thead>\n <tr>\n <th width=\"150\">扩展能力</th>\n <th width=\"500\">能力项</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td rowspan=\"2\">裁剪功能</td>\n <td>身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度)</td>\n </tr>\n <tr>\n <td>人像照片裁剪(自动抠取身份证头像区域)</td>\n </tr>\n <tr>\n <td rowspan=\"9\">告警功能</td>\n </tr>\n <tr>\n <td>身份证边框不完整告警</td>\n </tr>\n <tr>\n <td>身份证复印件告警</td>\n </tr>\n <tr>\n <td>身份证翻拍告警</td>\n </tr>\n <tr>\n <td>身份证框内遮挡告警</td>\n </tr>\n <tr>\n <td>临时身份证告警</td>\n </tr>\n <tr>\n <td>身份证疑似存在PS痕迹告警</td>\n </tr>\n <tr>\n <td>图片模糊告警(可根据图片质量分数判断)</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:20次/秒。",
|
208
208
|
"input": "IDCardOCRRequest",
|
209
209
|
"name": "身份证识别",
|
210
210
|
"output": "IDCardOCRResponse",
|
@@ -7375,7 +7375,7 @@
|
|
7375
7375
|
"type": "bool"
|
7376
7376
|
},
|
7377
7377
|
{
|
7378
|
-
"disabled":
|
7378
|
+
"disabled": true,
|
7379
7379
|
"document": "用于控制是否开启日期校验,默认值为true,打开会进行日期校验。",
|
7380
7380
|
"example": "true",
|
7381
7381
|
"member": "bool",
|
@@ -13431,6 +13431,46 @@
|
|
13431
13431
|
"type": "object",
|
13432
13432
|
"value_allowed_null": false
|
13433
13433
|
},
|
13434
|
+
{
|
13435
|
+
"disabled": false,
|
13436
|
+
"document": "是否截图",
|
13437
|
+
"example": "无",
|
13438
|
+
"member": "GeneralCardWarnInfo",
|
13439
|
+
"name": "Screenshot",
|
13440
|
+
"output_required": false,
|
13441
|
+
"type": "object",
|
13442
|
+
"value_allowed_null": false
|
13443
|
+
},
|
13444
|
+
{
|
13445
|
+
"disabled": false,
|
13446
|
+
"document": "是否遮挡",
|
13447
|
+
"example": "无",
|
13448
|
+
"member": "GeneralCardWarnInfo",
|
13449
|
+
"name": "Cover",
|
13450
|
+
"output_required": false,
|
13451
|
+
"type": "object",
|
13452
|
+
"value_allowed_null": false
|
13453
|
+
},
|
13454
|
+
{
|
13455
|
+
"disabled": false,
|
13456
|
+
"document": "是否重叠",
|
13457
|
+
"example": "无",
|
13458
|
+
"member": "GeneralCardWarnInfo",
|
13459
|
+
"name": "Overlap",
|
13460
|
+
"output_required": false,
|
13461
|
+
"type": "object",
|
13462
|
+
"value_allowed_null": false
|
13463
|
+
},
|
13464
|
+
{
|
13465
|
+
"disabled": false,
|
13466
|
+
"document": "是否水印",
|
13467
|
+
"example": "无",
|
13468
|
+
"member": "GeneralCardWarnInfo",
|
13469
|
+
"name": "Watermark",
|
13470
|
+
"output_required": false,
|
13471
|
+
"type": "object",
|
13472
|
+
"value_allowed_null": false
|
13473
|
+
},
|
13434
13474
|
{
|
13435
13475
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13436
13476
|
"member": "string",
|
@@ -3152,7 +3152,7 @@
|
|
3152
3152
|
},
|
3153
3153
|
{
|
3154
3154
|
"disabled": false,
|
3155
|
-
"document": "实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching
|
3155
|
+
"document": "实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、disisolating(解隔离中)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)、audit-switching(审计状态变更中)、primary-switching(主备切换中)、offlining(下线中)、deployment changing(可用区变更中)、cloning(恢复数据中)、parameter modifying(参数修改中)、log-switching(日志状态变更中)、restoring(恢复中)、expanding(变配中)",
|
3156
3156
|
"example": "applying",
|
3157
3157
|
"member": "string",
|
3158
3158
|
"name": "DBInstanceStatus",
|
@@ -160,7 +160,7 @@
|
|
160
160
|
},
|
161
161
|
{
|
162
162
|
"disabled": false,
|
163
|
-
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\
|
163
|
+
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\n4:商标,可选 DocumentType 有(7)。\n5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。\n注1:必须按照对应关系选择证明类型,否则会审核失败。\n注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:0\n\n",
|
164
164
|
"example": "0",
|
165
165
|
"member": "uint64",
|
166
166
|
"name": "SignType",
|
@@ -169,7 +169,7 @@
|
|
169
169
|
},
|
170
170
|
{
|
171
171
|
"disabled": false,
|
172
|
-
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\
|
172
|
+
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\n7:商标注册书。\n注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:1",
|
173
173
|
"example": "1",
|
174
174
|
"member": "uint64",
|
175
175
|
"name": "DocumentType",
|
@@ -944,7 +944,7 @@
|
|
944
944
|
},
|
945
945
|
{
|
946
946
|
"disabled": false,
|
947
|
-
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\
|
947
|
+
"document": "签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):\n0:公司,可选 DocumentType 有(0,1)。\n1:APP,可选 DocumentType 有(0,1,2,3,4) 。\n4:商标,可选 DocumentType 有(7)。\n5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。\n注1:必须按照对应关系选择证明类型,否则会审核失败。\n注2:签名类型2(网站)、3(公众号)、6(小程序)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:0\n\n",
|
948
948
|
"example": "0",
|
949
949
|
"member": "uint64",
|
950
950
|
"name": "SignType",
|
@@ -953,7 +953,7 @@
|
|
953
953
|
},
|
954
954
|
{
|
955
955
|
"disabled": false,
|
956
|
-
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\
|
956
|
+
"document": "证明类型:\n0:三证合一。\n1:企业营业执照。\n2:组织机构代码证书。\n3:社会信用代码证书。\n4:应用后台管理截图(个人开发APP)。\n7:商标注册书。\n注:证明类型5(网站备案后台截图)、6(小程序设置页面截图)、8(公众号设置页面截图)已不再支持,具体可参考 [关于腾讯云短信签名申请规则更新的公告](https://cloud.tencent.com/document/product/382/116397)。\n示例值:1",
|
957
957
|
"example": "1",
|
958
958
|
"member": "uint64",
|
959
959
|
"name": "DocumentType",
|