tccli 3.0.1371.1__py2.py3-none-any.whl → 3.0.1373.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 +59 -59
- 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/cfs/v20190719/api.json +10 -10
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +21 -21
- tccli/services/clb/v20180317/api.json +259 -10
- tccli/services/cls/v20201016/api.json +388 -282
- tccli/services/cls/v20201016/examples.json +33 -33
- 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/keewidb/v20220308/api.json +24 -24
- tccli/services/lcic/v20220817/api.json +46 -18
- 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/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +7 -7
- tccli/services/mps/v20190612/api.json +42 -2
- tccli/services/ocr/v20181119/api.json +43 -14
- tccli/services/organization/v20210331/api.json +25 -25
- tccli/services/organization/v20210331/examples.json +1 -1
- tccli/services/postgres/postgres_client.py +12 -171
- tccli/services/postgres/v20170312/api.json +20 -819
- tccli/services/postgres/v20170312/examples.json +6 -30
- tccli/services/scf/v20180416/api.json +2 -0
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/sts/v20180813/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +92 -0
- tccli/services/tcss/v20201101/api.json +32 -2
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/teo/v20220901/api.json +12 -12
- tccli/services/tione/v20211111/api.json +18 -18
- tccli/services/tke/v20180525/api.json +10 -1
- tccli/services/tms/v20201229/api.json +6 -6
- tccli/services/trabbit/v20230418/api.json +41 -2
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +156 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/trtc_client.py +159 -0
- tccli/services/trtc/v20190722/api.json +273 -9
- 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 +907 -802
- tccli/services/tsf/v20180326/examples.json +29 -29
- tccli/services/vod/v20180717/api.json +73 -33
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +12 -2
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +717 -38
- tccli/services/waf/v20180125/examples.json +56 -0
- tccli/services/waf/waf_client.py +444 -73
- tccli/services/wedata/v20210820/api.json +138 -6
- tccli/services/wsa/v20250508/api.json +21 -3
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1373.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1373.1.dist-info}/RECORD +73 -73
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1373.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1373.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1373.1.dist-info}/license_files/LICENSE +0 -0
@@ -390,6 +390,14 @@
|
|
390
390
|
"title": "查询通用资源配额信息"
|
391
391
|
}
|
392
392
|
],
|
393
|
+
"DescribeImagesToShare": [
|
394
|
+
{
|
395
|
+
"document": "",
|
396
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImagesToShare\n<公共请求参数>\n\n{\n \"ImageIds\": [\n \"img-cs2rrmp0\"\n ]\n}",
|
397
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ImageSet\": [\n {\n \"ImageId\": \"img-cs2rrmp0\",\n \"ImageName\": \"ubuntu\",\n \"ImageDescription\": \"ubuntu\",\n \"ImageSize\": 50,\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageClass\": \"SystemImage\",\n \"ImageState\": \"NORMAL\",\n \"IsSupportCloudinit\": true,\n \"Architecture\": \"x86_64\",\n \"OsName\": \"Ubuntu Server 20.04 LTS 64bit\",\n \"Platform\": \"Ubuntu\",\n \"CreatedTime\": \"2021-07-23T08:49:36Z\",\n \"IsShareable\": true,\n \"UnshareableReason\": \"\"\n }\n ],\n \"RequestId\": \"c5aafa9d-20e4-400e-852c-b800f607dd91\"\n }\n}",
|
398
|
+
"title": "查询CVM的自定义镜像列表共享到轻量应用服务器"
|
399
|
+
}
|
400
|
+
],
|
393
401
|
"DescribeInstanceVncUrl": [
|
394
402
|
{
|
395
403
|
"document": "本示例用于查询实例管理终端地址。",
|
@@ -662,6 +670,20 @@
|
|
662
670
|
"title": "修改防火墙模板"
|
663
671
|
}
|
664
672
|
],
|
673
|
+
"ModifyImageSharePermission": [
|
674
|
+
{
|
675
|
+
"document": "共享CVM镜像到轻量应用服务器镜像。",
|
676
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageSharePermission\n<公共请求参数>\n\n{\n \"ImageId\": \"img-xkd784jw\",\n \"Permission\": \"SHARE\"\n}",
|
677
|
+
"output": "{\n \"Response\": {\n \"BlueprintId\": \"lhbp-su83x02a\",\n \"RequestId\": \"4fe640d6-4912-4b43-9b3a-cc3bbab4cef2\"\n }\n}",
|
678
|
+
"title": "共享CVM镜像到轻量应用服务器镜像"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"document": "CVM镜像取消共享到轻量应用服务器镜像",
|
682
|
+
"input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageSharePermission\n<公共请求参数>\n\n{\n \"ImageId\": \"img-xkd784jw\",\n \"Permission\": \"CANEL\"\n}",
|
683
|
+
"output": "{\n \"Response\": {\n \"BlueprintId\": null,\n \"RequestId\": \"4fe640d6-4912-4b43-9b3a-cc3bbab4cef2\"\n }\n}",
|
684
|
+
"title": "CVM镜像取消共享到轻量应用服务器镜像"
|
685
|
+
}
|
686
|
+
],
|
665
687
|
"ModifyInstancesAttribute": [
|
666
688
|
{
|
667
689
|
"document": "修改实例的名称\n",
|
@@ -8345,7 +8345,7 @@
|
|
8345
8345
|
},
|
8346
8346
|
{
|
8347
8347
|
"disabled": false,
|
8348
|
-
"document": "
|
8348
|
+
"document": "可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。",
|
8349
8349
|
"example": "Mainland",
|
8350
8350
|
"member": "string",
|
8351
8351
|
"name": "MainlandOrOversea",
|
tccli/services/lke/lke_client.py
CHANGED
@@ -2513,58 +2513,6 @@ def doListQACate(args, parsed_globals):
|
|
2513
2513
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2514
2514
|
|
2515
2515
|
|
2516
|
-
def doListAppCategory(args, parsed_globals):
|
2517
|
-
g_param = parse_global_arg(parsed_globals)
|
2518
|
-
|
2519
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2520
|
-
cred = credential.CVMRoleCredential()
|
2521
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2522
|
-
cred = credential.STSAssumeRoleCredential(
|
2523
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2524
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2525
|
-
)
|
2526
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2527
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2528
|
-
else:
|
2529
|
-
cred = credential.Credential(
|
2530
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2531
|
-
)
|
2532
|
-
http_profile = HttpProfile(
|
2533
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2534
|
-
reqMethod="POST",
|
2535
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
2536
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2537
|
-
)
|
2538
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2539
|
-
if g_param[OptionsDefine.Language]:
|
2540
|
-
profile.language = g_param[OptionsDefine.Language]
|
2541
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2542
|
-
client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
|
2543
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
2544
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2545
|
-
model = models.ListAppCategoryRequest()
|
2546
|
-
model.from_json_string(json.dumps(args))
|
2547
|
-
start_time = time.time()
|
2548
|
-
while True:
|
2549
|
-
rsp = client.ListAppCategory(model)
|
2550
|
-
result = rsp.to_json_string()
|
2551
|
-
try:
|
2552
|
-
json_obj = json.loads(result)
|
2553
|
-
except TypeError as e:
|
2554
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2555
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2556
|
-
break
|
2557
|
-
cur_time = time.time()
|
2558
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2559
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2560
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2561
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2562
|
-
else:
|
2563
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2564
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2565
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2566
|
-
|
2567
|
-
|
2568
2516
|
def doDescribeQA(args, parsed_globals):
|
2569
2517
|
g_param = parse_global_arg(parsed_globals)
|
2570
2518
|
|
@@ -5640,7 +5588,6 @@ ACTION_MAP = {
|
|
5640
5588
|
"DescribeNodeRun": doDescribeNodeRun,
|
5641
5589
|
"ListWorkflowRuns": doListWorkflowRuns,
|
5642
5590
|
"ListQACate": doListQACate,
|
5643
|
-
"ListAppCategory": doListAppCategory,
|
5644
5591
|
"DescribeQA": doDescribeQA,
|
5645
5592
|
"CreateApp": doCreateApp,
|
5646
5593
|
"ModifyDoc": doModifyDoc,
|
@@ -448,13 +448,6 @@
|
|
448
448
|
"output": "ListAppResponse",
|
449
449
|
"status": "online"
|
450
450
|
},
|
451
|
-
"ListAppCategory": {
|
452
|
-
"document": "应用类型列表",
|
453
|
-
"input": "ListAppCategoryRequest",
|
454
|
-
"name": "应用类型列表",
|
455
|
-
"output": "ListAppCategoryResponse",
|
456
|
-
"status": "online"
|
457
|
-
},
|
458
451
|
"ListAppKnowledgeDetail": {
|
459
452
|
"document": "列表查询知识库容量详情",
|
460
453
|
"input": "ListAppKnowledgeDetailRequest",
|
@@ -3789,7 +3782,7 @@
|
|
3789
3782
|
{
|
3790
3783
|
"disabled": false,
|
3791
3784
|
"document": "应用ID",
|
3792
|
-
"example": "
|
3785
|
+
"example": "1954559753310423232",
|
3793
3786
|
"member": "string",
|
3794
3787
|
"name": "BotBizId",
|
3795
3788
|
"required": true,
|
@@ -3807,7 +3800,7 @@
|
|
3807
3800
|
{
|
3808
3801
|
"disabled": false,
|
3809
3802
|
"document": "标签值",
|
3810
|
-
"example": "
|
3803
|
+
"example": "无",
|
3811
3804
|
"member": "AttributeLabel",
|
3812
3805
|
"name": "Labels",
|
3813
3806
|
"required": true,
|
@@ -3816,7 +3809,7 @@
|
|
3816
3809
|
{
|
3817
3810
|
"disabled": false,
|
3818
3811
|
"document": "标签标识(不生效,无需填写) 已作废",
|
3819
|
-
"example": "
|
3812
|
+
"example": "hRbTRndC",
|
3820
3813
|
"member": "string",
|
3821
3814
|
"name": "AttrKey",
|
3822
3815
|
"required": false,
|
@@ -3849,13 +3842,23 @@
|
|
3849
3842
|
{
|
3850
3843
|
"disabled": false,
|
3851
3844
|
"document": "标签ID",
|
3852
|
-
"example": "
|
3845
|
+
"example": "1954740932035178240",
|
3853
3846
|
"member": "string",
|
3854
3847
|
"name": "AttrBizId",
|
3855
3848
|
"output_required": false,
|
3856
3849
|
"type": "string",
|
3857
3850
|
"value_allowed_null": false
|
3858
3851
|
},
|
3852
|
+
{
|
3853
|
+
"disabled": false,
|
3854
|
+
"document": "标签值ID与名称",
|
3855
|
+
"example": "无",
|
3856
|
+
"member": "AttributeLabel",
|
3857
|
+
"name": "Labels",
|
3858
|
+
"output_required": false,
|
3859
|
+
"type": "list",
|
3860
|
+
"value_allowed_null": false
|
3861
|
+
},
|
3859
3862
|
{
|
3860
3863
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3861
3864
|
"member": "string",
|
@@ -10323,69 +10326,6 @@
|
|
10323
10326
|
],
|
10324
10327
|
"usage": "out"
|
10325
10328
|
},
|
10326
|
-
"ListAppCategoryRequest": {
|
10327
|
-
"document": "ListAppCategory请求参数结构体",
|
10328
|
-
"members": [],
|
10329
|
-
"type": "object"
|
10330
|
-
},
|
10331
|
-
"ListAppCategoryResponse": {
|
10332
|
-
"document": "ListAppCategory返回参数结构体",
|
10333
|
-
"members": [
|
10334
|
-
{
|
10335
|
-
"disabled": false,
|
10336
|
-
"document": "应用类型列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
10337
|
-
"example": "无",
|
10338
|
-
"member": "ListAppCategoryRspOption",
|
10339
|
-
"name": "List",
|
10340
|
-
"output_required": false,
|
10341
|
-
"type": "list",
|
10342
|
-
"value_allowed_null": true
|
10343
|
-
},
|
10344
|
-
{
|
10345
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10346
|
-
"member": "string",
|
10347
|
-
"name": "RequestId",
|
10348
|
-
"type": "string"
|
10349
|
-
}
|
10350
|
-
],
|
10351
|
-
"type": "object"
|
10352
|
-
},
|
10353
|
-
"ListAppCategoryRspOption": {
|
10354
|
-
"document": "应用类型详情",
|
10355
|
-
"members": [
|
10356
|
-
{
|
10357
|
-
"disabled": false,
|
10358
|
-
"document": "类型名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
10359
|
-
"example": "无",
|
10360
|
-
"member": "string",
|
10361
|
-
"name": "Text",
|
10362
|
-
"output_required": false,
|
10363
|
-
"type": "string",
|
10364
|
-
"value_allowed_null": true
|
10365
|
-
},
|
10366
|
-
{
|
10367
|
-
"disabled": false,
|
10368
|
-
"document": "类型值\n注意:此字段可能返回 null,表示取不到有效值。",
|
10369
|
-
"example": "无",
|
10370
|
-
"member": "string",
|
10371
|
-
"name": "Value",
|
10372
|
-
"output_required": false,
|
10373
|
-
"type": "string",
|
10374
|
-
"value_allowed_null": true
|
10375
|
-
},
|
10376
|
-
{
|
10377
|
-
"disabled": false,
|
10378
|
-
"document": "类型log\n注意:此字段可能返回 null,表示取不到有效值。",
|
10379
|
-
"example": "无",
|
10380
|
-
"member": "string",
|
10381
|
-
"name": "Logo",
|
10382
|
-
"output_required": false,
|
10383
|
-
"type": "string",
|
10384
|
-
"value_allowed_null": true
|
10385
|
-
}
|
10386
|
-
],
|
10387
|
-
"usage": "out"
|
10388
|
-
},
|
10389
10329
|
"ListAppKnowledgeDetailRequest": {
|
10390
10330
|
"document": "ListAppKnowledgeDetail请求参数结构体",
|
10391
10331
|
"members": [
|
@@ -13304,7 +13244,7 @@
|
|
13304
13244
|
{
|
13305
13245
|
"disabled": false,
|
13306
13246
|
"document": "应用ID",
|
13307
|
-
"example": "
|
13247
|
+
"example": "1954559753310423232",
|
13308
13248
|
"member": "string",
|
13309
13249
|
"name": "BotBizId",
|
13310
13250
|
"required": true,
|
@@ -13313,7 +13253,7 @@
|
|
13313
13253
|
{
|
13314
13254
|
"disabled": false,
|
13315
13255
|
"document": "标签ID",
|
13316
|
-
"example": "
|
13256
|
+
"example": "1954740932035178240",
|
13317
13257
|
"member": "string",
|
13318
13258
|
"name": "AttributeBizId",
|
13319
13259
|
"required": true,
|
@@ -13322,7 +13262,7 @@
|
|
13322
13262
|
{
|
13323
13263
|
"disabled": false,
|
13324
13264
|
"document": "标签名称",
|
13325
|
-
"example": "
|
13265
|
+
"example": "汽车类型",
|
13326
13266
|
"member": "string",
|
13327
13267
|
"name": "AttrName",
|
13328
13268
|
"required": true,
|
@@ -13331,7 +13271,7 @@
|
|
13331
13271
|
{
|
13332
13272
|
"disabled": false,
|
13333
13273
|
"document": "标签标识 (已作废)",
|
13334
|
-
"example": "
|
13274
|
+
"example": "hRbTRndC",
|
13335
13275
|
"member": "string",
|
13336
13276
|
"name": "AttrKey",
|
13337
13277
|
"required": false,
|
@@ -13358,7 +13298,7 @@
|
|
13358
13298
|
{
|
13359
13299
|
"disabled": false,
|
13360
13300
|
"document": "删除的标签值",
|
13361
|
-
"example": "
|
13301
|
+
"example": "[\"1\",\"2\"]",
|
13362
13302
|
"member": "string",
|
13363
13303
|
"name": "DeleteLabelBizIds",
|
13364
13304
|
"required": false,
|
@@ -13389,6 +13329,16 @@
|
|
13389
13329
|
"type": "string",
|
13390
13330
|
"value_allowed_null": false
|
13391
13331
|
},
|
13332
|
+
{
|
13333
|
+
"disabled": false,
|
13334
|
+
"document": "标签ID与名称",
|
13335
|
+
"example": "无",
|
13336
|
+
"member": "AttributeLabel",
|
13337
|
+
"name": "Labels",
|
13338
|
+
"output_required": false,
|
13339
|
+
"type": "list",
|
13340
|
+
"value_allowed_null": false
|
13341
|
+
},
|
13392
13342
|
{
|
13393
13343
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13394
13344
|
"member": "string",
|
@@ -518,14 +518,6 @@
|
|
518
518
|
"title": "ListApp"
|
519
519
|
}
|
520
520
|
],
|
521
|
-
"ListAppCategory": [
|
522
|
-
{
|
523
|
-
"document": "",
|
524
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListAppCategory\n<公共请求参数>\n\n{}",
|
525
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Text\": \"知识库问答\",\n \"Value\": \"knowledge_qa\",\n \"Logo\": \"https://cdn.xiaowei.qq.com/static/lke/app-icon-knowledge_qa.png\"\n }\n ],\n \"RequestId\": \"ee325589-ef62-4aab-8070-01792336d02a\"\n }\n}",
|
526
|
-
"title": "获取应用类型列表"
|
527
|
-
}
|
528
|
-
],
|
529
521
|
"ListAppKnowledgeDetail": [
|
530
522
|
{
|
531
523
|
"document": "列表查询知识库容量详情",
|
@@ -410,8 +410,8 @@
|
|
410
410
|
},
|
411
411
|
{
|
412
412
|
"disabled": false,
|
413
|
-
"document": "项目ID,用户已创建项目的唯一ID
|
414
|
-
"example": "
|
413
|
+
"document": "项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。",
|
414
|
+
"example": "12",
|
415
415
|
"member": "uint64",
|
416
416
|
"name": "ProjectId",
|
417
417
|
"required": true,
|
@@ -425,8 +425,8 @@
|
|
425
425
|
"members": [
|
426
426
|
{
|
427
427
|
"disabled": false,
|
428
|
-
"document": "返回的异步任务ID
|
429
|
-
"example": "[1081
|
428
|
+
"document": "返回的异步任务ID列表。",
|
429
|
+
"example": "[1081,1082]",
|
430
430
|
"member": "uint64",
|
431
431
|
"name": "FlowIds",
|
432
432
|
"output_required": true,
|
@@ -14514,7 +14514,7 @@
|
|
14514
14514
|
{
|
14515
14515
|
"disabled": false,
|
14516
14516
|
"document": "实例对象的维度组合,格式为key-value键值对形式的集合。不同类型的实例字段完全不同,如CVM为[{\"Name\":\"InstanceId\",\"Value\":\"ins-j0hk02zo\"}],Ckafka为[{\"Name\":\"instanceId\",\"Value\":\"ckafka-l49k54dd\"}],COS为[{\"Name\":\"appid\",\"Value\":\"1258344699\"},{\"Name\":\"bucket\",\"Value\":\"rig-1258344699\"}]。各个云产品的维度请参阅各个产品监控指标文档,对应的维度列即为维度组合的key,value为key对应的值。单请求最多支持批量拉取50个实例的监控数据。",
|
14517
|
-
"example": "
|
14517
|
+
"example": "无",
|
14518
14518
|
"member": "Instance",
|
14519
14519
|
"name": "Instances",
|
14520
14520
|
"required": true,
|
@@ -14576,7 +14576,7 @@
|
|
14576
14576
|
{
|
14577
14577
|
"disabled": false,
|
14578
14578
|
"document": "topN",
|
14579
|
-
"example": "
|
14579
|
+
"example": "10",
|
14580
14580
|
"member": "uint64",
|
14581
14581
|
"name": "N",
|
14582
14582
|
"output_required": true,
|
@@ -14596,7 +14596,7 @@
|
|
14596
14596
|
{
|
14597
14597
|
"disabled": false,
|
14598
14598
|
"document": "返回信息",
|
14599
|
-
"example": "
|
14599
|
+
"example": "Success",
|
14600
14600
|
"member": "string",
|
14601
14601
|
"name": "Msg",
|
14602
14602
|
"output_required": true,
|
@@ -15790,20 +15790,20 @@
|
|
15790
15790
|
{
|
15791
15791
|
"disabled": false,
|
15792
15792
|
"document": "指标名",
|
15793
|
-
"example": "",
|
15793
|
+
"example": "cpu_usages",
|
15794
15794
|
"member": "string",
|
15795
15795
|
"name": "MetricName",
|
15796
|
-
"
|
15796
|
+
"output_required": true,
|
15797
15797
|
"type": "string",
|
15798
15798
|
"value_allowed_null": false
|
15799
15799
|
},
|
15800
15800
|
{
|
15801
15801
|
"disabled": false,
|
15802
15802
|
"document": "监控数据点",
|
15803
|
-
"example": "",
|
15803
|
+
"example": "[{}]",
|
15804
15804
|
"member": "MetricDataPoint",
|
15805
15805
|
"name": "Points",
|
15806
|
-
"
|
15806
|
+
"output_required": true,
|
15807
15807
|
"type": "list",
|
15808
15808
|
"value_allowed_null": false
|
15809
15809
|
}
|
@@ -18982,6 +18982,26 @@
|
|
18982
18982
|
"output_required": false,
|
18983
18983
|
"type": "string",
|
18984
18984
|
"value_allowed_null": false
|
18985
|
+
},
|
18986
|
+
{
|
18987
|
+
"disabled": false,
|
18988
|
+
"document": "集锦标题。",
|
18989
|
+
"example": "title",
|
18990
|
+
"member": "string",
|
18991
|
+
"name": "Title",
|
18992
|
+
"output_required": false,
|
18993
|
+
"type": "string",
|
18994
|
+
"value_allowed_null": false
|
18995
|
+
},
|
18996
|
+
{
|
18997
|
+
"disabled": false,
|
18998
|
+
"document": "集锦概要。",
|
18999
|
+
"example": "summary",
|
19000
|
+
"member": "string",
|
19001
|
+
"name": "Summary",
|
19002
|
+
"output_required": false,
|
19003
|
+
"type": "string",
|
19004
|
+
"value_allowed_null": false
|
18985
19005
|
}
|
18986
19006
|
],
|
18987
19007
|
"usage": "out"
|
@@ -21736,7 +21756,7 @@
|
|
21736
21756
|
{
|
21737
21757
|
"disabled": false,
|
21738
21758
|
"document": "智能精彩集锦地址。",
|
21739
|
-
"example": "/
|
21759
|
+
"example": "/AItst/hht-2025031xxx-021354578E_17243423310test-0.mp4",
|
21740
21760
|
"member": "string",
|
21741
21761
|
"name": "HighlightPath",
|
21742
21762
|
"output_required": true,
|
@@ -21746,7 +21766,7 @@
|
|
21746
21766
|
{
|
21747
21767
|
"disabled": false,
|
21748
21768
|
"document": "智能精彩集锦封面地址。",
|
21749
|
-
"example": "/AItest/hht-
|
21769
|
+
"example": "/AItest/hht-2025031xxx-021245578E_17243423310test-0.jpg",
|
21750
21770
|
"member": "string",
|
21751
21771
|
"name": "CovImgPath",
|
21752
21772
|
"output_required": true,
|
@@ -21782,6 +21802,26 @@
|
|
21782
21802
|
"output_required": true,
|
21783
21803
|
"type": "list",
|
21784
21804
|
"value_allowed_null": false
|
21805
|
+
},
|
21806
|
+
{
|
21807
|
+
"disabled": false,
|
21808
|
+
"document": "智能精彩集锦地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21809
|
+
"example": "http://test-12246.cos.ap-nanjing.myqcloud.com/AItest/hht-2025031xxx-02135468E_17243423310test-0.mp4",
|
21810
|
+
"member": "string",
|
21811
|
+
"name": "HighlightUrl",
|
21812
|
+
"output_required": false,
|
21813
|
+
"type": "string",
|
21814
|
+
"value_allowed_null": true
|
21815
|
+
},
|
21816
|
+
{
|
21817
|
+
"disabled": false,
|
21818
|
+
"document": "智能精彩集锦封面地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21819
|
+
"example": "http://test-12246.cos.ap-nanjing.myqcloud.com/AItest/hht-2025031xxx-02134468E_17243423310test-0.jpg",
|
21820
|
+
"member": "string",
|
21821
|
+
"name": "CovImgUrl",
|
21822
|
+
"output_required": false,
|
21823
|
+
"type": "string",
|
21824
|
+
"value_allowed_null": true
|
21785
21825
|
}
|
21786
21826
|
],
|
21787
21827
|
"usage": "out"
|
@@ -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"
|
@@ -5124,7 +5135,7 @@
|
|
5124
5135
|
},
|
5125
5136
|
{
|
5126
5137
|
"disabled": false,
|
5127
|
-
"document": "配置id支持:\nGeneral -- 通用场景\nOnlineTaxiItinerary -- 网约车行程单\nRideHailingDriverLicense -- 网约车驾驶证\nRideHailingTransportLicense -- 网约车运输证\nWayBill -- 快递运单\nAccountOpeningPermit -- 银行开户许可证\nInvoiceEng --
|
5138
|
+
"document": "配置id支持:\nGeneral -- 通用场景\nOnlineTaxiItinerary -- 网约车行程单\nRideHailingDriverLicense -- 网约车驾驶证\nRideHailingTransportLicense -- 网约车运输证\nWayBill -- 快递运单\nAccountOpeningPermit -- 银行开户许可证\nInvoiceEng -- 国际发票模板\nCoin --钱币识别模板\nOnboardingDocuments -- 入职材料识别\nPropertyOwnershipCertificate -- 房产证识别\nRealEstateCertificate --不动产权证识别\nHouseEncumbranceCertificate -- 他权证识别\nCarInsurance -- 车险保单\nMultiRealEstateCertificate -- 房产证、不动产证、产权证等材料合一模板",
|
5128
5139
|
"example": "General",
|
5129
5140
|
"member": "string",
|
5130
5141
|
"name": "ConfigId",
|
@@ -5149,7 +5160,7 @@
|
|
5149
5160
|
{
|
5150
5161
|
"disabled": false,
|
5151
5162
|
"document": "图片旋转角度(角度制),文本的水平方向\n为 0;顺时针为正,逆时针为负",
|
5152
|
-
"example": "0",
|
5163
|
+
"example": "0.0",
|
5153
5164
|
"member": "float",
|
5154
5165
|
"name": "Angle",
|
5155
5166
|
"output_required": true,
|
@@ -5271,8 +5282,8 @@
|
|
5271
5282
|
},
|
5272
5283
|
{
|
5273
5284
|
"disabled": false,
|
5274
|
-
"document": "
|
5275
|
-
"example": "
|
5285
|
+
"document": "模板的单个属性配置",
|
5286
|
+
"example": "无",
|
5276
5287
|
"member": "ConfigAdvanced",
|
5277
5288
|
"name": "ConfigAdvanced",
|
5278
5289
|
"required": false,
|
@@ -5287,7 +5298,7 @@
|
|
5287
5298
|
{
|
5288
5299
|
"disabled": false,
|
5289
5300
|
"document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
|
5290
|
-
"example": "0",
|
5301
|
+
"example": "0.0",
|
5291
5302
|
"member": "float",
|
5292
5303
|
"name": "Angle",
|
5293
5304
|
"output_required": true,
|
@@ -5392,7 +5403,7 @@
|
|
5392
5403
|
},
|
5393
5404
|
{
|
5394
5405
|
"disabled": false,
|
5395
|
-
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice
|
5406
|
+
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模板 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nTable -- 表格模板\nSteelLabel -- 实物标签识别模板\nCarInsurance -- 车辆保险单识别模板\nMultiRealEstateCertificate -- 房产材料识别模板\nMultiRealEstateMaterial -- 房产证明识别模板\nHongKongUtilityBill -- 中国香港水电煤单识别模板",
|
5396
5407
|
"example": "General",
|
5397
5408
|
"member": "string",
|
5398
5409
|
"name": "ConfigId",
|
@@ -5419,8 +5430,8 @@
|
|
5419
5430
|
},
|
5420
5431
|
{
|
5421
5432
|
"disabled": false,
|
5422
|
-
"document": "
|
5423
|
-
"example": "
|
5433
|
+
"document": "模板的单个属性配置",
|
5434
|
+
"example": "无",
|
5424
5435
|
"member": "ConfigAdvanced",
|
5425
5436
|
"name": "ConfigAdvanced",
|
5426
5437
|
"required": false,
|
@@ -5444,7 +5455,7 @@
|
|
5444
5455
|
{
|
5445
5456
|
"disabled": false,
|
5446
5457
|
"document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
|
5447
|
-
"example": "0",
|
5458
|
+
"example": "0.0",
|
5448
5459
|
"member": "float",
|
5449
5460
|
"name": "Angle",
|
5450
5461
|
"output_required": true,
|
@@ -6445,6 +6456,15 @@
|
|
6445
6456
|
"name": "EnableDetectText",
|
6446
6457
|
"required": false,
|
6447
6458
|
"type": "bool"
|
6459
|
+
},
|
6460
|
+
{
|
6461
|
+
"disabled": false,
|
6462
|
+
"document": "配置ID支持: OCR -- 通用场景 MulOCR--多语种场景 ",
|
6463
|
+
"example": "OCR",
|
6464
|
+
"member": "string",
|
6465
|
+
"name": "ConfigID",
|
6466
|
+
"required": false,
|
6467
|
+
"type": "string"
|
6448
6468
|
}
|
6449
6469
|
],
|
6450
6470
|
"type": "object"
|
@@ -7398,7 +7418,7 @@
|
|
7398
7418
|
},
|
7399
7419
|
{
|
7400
7420
|
"disabled": false,
|
7401
|
-
"document": "配置id支持:\nArticleRecognize --
|
7421
|
+
"document": "配置id支持:\nArticleRecognize -- 手写作文模板\n默认:ArticleRecognize",
|
7402
7422
|
"example": "ArticleRecognize",
|
7403
7423
|
"member": "string",
|
7404
7424
|
"name": "ConfigId",
|
@@ -7407,7 +7427,7 @@
|
|
7407
7427
|
},
|
7408
7428
|
{
|
7409
7429
|
"disabled": false,
|
7410
|
-
"document": "
|
7430
|
+
"document": "模板的单个属性配置",
|
7411
7431
|
"example": "only_hw",
|
7412
7432
|
"member": "string",
|
7413
7433
|
"name": "Scene",
|
@@ -7423,7 +7443,7 @@
|
|
7423
7443
|
{
|
7424
7444
|
"disabled": false,
|
7425
7445
|
"document": "图片旋转角度(角度制),文本的水平方向为 0;顺时针为正,逆时针为负",
|
7426
|
-
"example": "0",
|
7446
|
+
"example": "0.0",
|
7427
7447
|
"member": "float",
|
7428
7448
|
"name": "Angle",
|
7429
7449
|
"output_required": true,
|
@@ -15358,7 +15378,7 @@
|
|
15358
15378
|
{
|
15359
15379
|
"disabled": false,
|
15360
15380
|
"document": "图片的 Base64 值。要求图片经Base64编码后不超过 10M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。",
|
15361
|
-
"example": "
|
15381
|
+
"example": "iVBORw0KGgoAAAANSUhEUgAAAqgAAAKoCAYAAAC7uA1cAAAAAXNSR0IArs4c6QAAIABJREFUeF6EnduOdUtSnedcx6r69+4GJHgFxHv5EouzLbBfxXc+0Q02tuEBLFm+8KWRMTQHAX4...",
|
15362
15382
|
"member": "string",
|
15363
15383
|
"name": "ImageBase64",
|
15364
15384
|
"required": false,
|
@@ -15462,6 +15482,15 @@
|
|
15462
15482
|
"name": "EnableQualityCheck",
|
15463
15483
|
"required": false,
|
15464
15484
|
"type": "bool"
|
15485
|
+
},
|
15486
|
+
{
|
15487
|
+
"disabled": false,
|
15488
|
+
"document": "默认值为false,打开返回是否存在电子身份证判断。",
|
15489
|
+
"example": "false",
|
15490
|
+
"member": "bool",
|
15491
|
+
"name": "EnableElectronCheck",
|
15492
|
+
"required": false,
|
15493
|
+
"type": "bool"
|
15465
15494
|
}
|
15466
15495
|
],
|
15467
15496
|
"type": "object"
|
@@ -15472,7 +15501,7 @@
|
|
15472
15501
|
{
|
15473
15502
|
"disabled": false,
|
15474
15503
|
"document": "卡证类型\n身份证人像面\n身份证国徽面\n\n临时身份证人像面\n临时身份证人像面\n\n港澳台居住证人像面\n港澳台居住证国徽面\n\n外国人永久居留证人像面\n外国人永久居留证国徽面",
|
15475
|
-
"example": "
|
15504
|
+
"example": "身份证人像面",
|
15476
15505
|
"member": "string",
|
15477
15506
|
"name": "Type",
|
15478
15507
|
"output_required": true,
|