tccli 3.0.1173.1__py2.py3-none-any.whl → 3.0.1175.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/asr/v20190614/api.json +2 -2
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdwdoris/cdwdoris_client.py +57 -4
- tccli/services/cdwdoris/v20211228/api.json +90 -0
- tccli/services/cdwdoris/v20211228/examples.json +8 -0
- tccli/services/cfg/v20210820/api.json +25 -0
- tccli/services/cls/v20201016/api.json +148 -16
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/cwp/v20180228/api.json +41 -14
- tccli/services/dbbrain/v20210527/api.json +116 -1
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/eb/v20210416/api.json +1 -0
- tccli/services/ess/v20201111/api.json +10 -0
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/facefusion/v20181201/api.json +15 -21
- tccli/services/facefusion/v20220927/api.json +17 -21
- tccli/services/faceid/v20180301/api.json +20 -2
- tccli/services/faceid/v20180301/examples.json +7 -1
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +20 -10
- tccli/services/lighthouse/v20200324/api.json +18 -0
- tccli/services/lke/v20231130/api.json +9 -0
- tccli/services/mps/v20190612/api.json +47 -5
- tccli/services/ms/v20180408/api.json +46 -46
- tccli/services/ocr/ocr_client.py +413 -307
- tccli/services/ocr/v20181119/api.json +166 -4
- tccli/services/ocr/v20181119/examples.json +16 -0
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +108 -9
- tccli/services/sqlserver/v20180328/examples.json +8 -0
- tccli/services/tdmq/v20200217/api.json +25 -6
- tccli/services/tiia/tiia_client.py +4 -57
- tccli/services/tiia/v20190529/api.json +0 -296
- tccli/services/tiia/v20190529/examples.json +0 -8
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/vod/v20180717/api.json +62 -5
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +93 -0
- {tccli-3.0.1173.1.dist-info → tccli-3.0.1175.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1173.1.dist-info → tccli-3.0.1175.1.dist-info}/RECORD +45 -45
- {tccli-3.0.1173.1.dist-info → tccli-3.0.1175.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1173.1.dist-info → tccli-3.0.1175.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1173.1.dist-info → tccli-3.0.1175.1.dist-info}/license_files/LICENSE +0 -0
@@ -125,7 +125,7 @@
|
|
125
125
|
"CreateDashboardSubscribe": [
|
126
126
|
{
|
127
127
|
"document": "创建仪表盘订阅",
|
128
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDashboardSubscribe\n<公共请求参数>\n\n{}",
|
128
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDashboardSubscribe\n<公共请求参数>\n\n{\n \"Name\": \"每月最后一天早晨10点\",\n \"DashboardId\": \"xxx-xxxxxx-xxxxxxx-xxxxxxxx\",\n \"Cron\": \"0 0 10 L * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"2022-05-01T00:00:00.000\",\n \"2022-05-31T23:59:59.999\"\n ],\n \"TemplateVariables\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"168053\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Group\",\n \"Values\": [\n \"10721522\",\n \"9553840\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Email\",\n \"Values\": [\n \"3333@qq.com\",\n \"xxx@163.com\"\n ],\n \"ReceiverChannels\": []\n }\n ]\n }\n}",
|
129
129
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
130
130
|
"title": "创建仪表盘订阅"
|
131
131
|
}
|
@@ -277,7 +277,7 @@
|
|
277
277
|
"DeleteDashboardSubscribe": [
|
278
278
|
{
|
279
279
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{}",
|
280
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 10\n}",
|
281
281
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
282
282
|
"title": "创建仪表盘订阅"
|
283
283
|
}
|
@@ -445,8 +445,8 @@
|
|
445
445
|
"DescribeDashboardSubscribes": [
|
446
446
|
{
|
447
447
|
"document": "",
|
448
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{}",
|
449
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
448
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboardSubscribes\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
|
449
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
450
450
|
"title": "获取仪表盘订阅列表"
|
451
451
|
}
|
452
452
|
],
|
@@ -681,7 +681,7 @@
|
|
681
681
|
"ModifyDashboardSubscribe": [
|
682
682
|
{
|
683
683
|
"document": "修改仪表盘订阅",
|
684
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDashboardSubscribe\n<公共请求参数>\n\n{}",
|
684
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDashboardSubscribe\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"每月最后一天早晨10点\",\n \"DashboardId\": \"xxx-xxxxxx-xxxxxxx-xxxxxxxx\",\n \"Cron\": \"0 0 10 L * ?\",\n \"SubscribeData\": {\n \"DashboardTime\": [\n \"2022-05-01T00:00:00.000\",\n \"2022-05-31T23:59:59.999\"\n ],\n \"TemplateVariables\": [\n {\n \"Key\": \"name\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"NoticeModes\": [\n {\n \"ReceiverType\": \"Uin\",\n \"Values\": [\n \"168053\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Group\",\n \"Values\": [\n \"10721522\",\n \"9553840\"\n ],\n \"ReceiverChannels\": [\n \"Sms\"\n ]\n },\n {\n \"ReceiverType\": \"Email\",\n \"Values\": [\n \"3333@qq.com\",\n \"xxx@163.com\"\n ],\n \"ReceiverChannels\": []\n }\n ]\n }\n}",
|
685
685
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
686
686
|
"title": "修改仪表盘订阅"
|
687
687
|
}
|
@@ -13316,7 +13316,7 @@
|
|
13316
13316
|
"example": "1373",
|
13317
13317
|
"member": "uint64",
|
13318
13318
|
"name": "VulId",
|
13319
|
-
"
|
13319
|
+
"output_required": true,
|
13320
13320
|
"type": "int",
|
13321
13321
|
"value_allowed_null": true
|
13322
13322
|
},
|
@@ -13326,7 +13326,7 @@
|
|
13326
13326
|
"example": "本地提权漏洞",
|
13327
13327
|
"member": "string",
|
13328
13328
|
"name": "VulName",
|
13329
|
-
"
|
13329
|
+
"output_required": true,
|
13330
13330
|
"type": "string",
|
13331
13331
|
"value_allowed_null": true
|
13332
13332
|
},
|
@@ -13336,7 +13336,7 @@
|
|
13336
13336
|
"example": "[]",
|
13337
13337
|
"member": "VulInfoHostInfo",
|
13338
13338
|
"name": "HostList",
|
13339
|
-
"
|
13339
|
+
"output_required": true,
|
13340
13340
|
"type": "list",
|
13341
13341
|
"value_allowed_null": true
|
13342
13342
|
},
|
@@ -13346,9 +13346,19 @@
|
|
13346
13346
|
"example": "[\"需要重启\"]",
|
13347
13347
|
"member": "string",
|
13348
13348
|
"name": "FixTag",
|
13349
|
-
"
|
13349
|
+
"output_required": true,
|
13350
13350
|
"type": "list",
|
13351
13351
|
"value_allowed_null": true
|
13352
|
+
},
|
13353
|
+
{
|
13354
|
+
"disabled": false,
|
13355
|
+
"document": "漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞\n注意:此字段可能返回 null,表示取不到有效值。",
|
13356
|
+
"example": "1",
|
13357
|
+
"member": "uint64",
|
13358
|
+
"name": "VulCategory",
|
13359
|
+
"output_required": false,
|
13360
|
+
"type": "int",
|
13361
|
+
"value_allowed_null": true
|
13352
13362
|
}
|
13353
13363
|
],
|
13354
13364
|
"usage": "out"
|
@@ -15126,8 +15136,7 @@
|
|
15126
15136
|
"member": "uint64",
|
15127
15137
|
"name": "VulId",
|
15128
15138
|
"required": true,
|
15129
|
-
"type": "int"
|
15130
|
-
"value_allowed_null": false
|
15139
|
+
"type": "int"
|
15131
15140
|
},
|
15132
15141
|
{
|
15133
15142
|
"disabled": false,
|
@@ -15136,8 +15145,16 @@
|
|
15136
15145
|
"member": "string",
|
15137
15146
|
"name": "Quuids",
|
15138
15147
|
"required": true,
|
15139
|
-
"type": "list"
|
15140
|
-
|
15148
|
+
"type": "list"
|
15149
|
+
},
|
15150
|
+
{
|
15151
|
+
"disabled": false,
|
15152
|
+
"document": "修复方式 0组件更新或者安装补丁,1禁用服务",
|
15153
|
+
"example": "0",
|
15154
|
+
"member": "uint64",
|
15155
|
+
"name": "FixMethod",
|
15156
|
+
"required": false,
|
15157
|
+
"type": "int"
|
15141
15158
|
}
|
15142
15159
|
],
|
15143
15160
|
"usage": "in"
|
@@ -59386,7 +59403,7 @@
|
|
59386
59403
|
"example": "12",
|
59387
59404
|
"member": "uint64",
|
59388
59405
|
"name": "VulId",
|
59389
|
-
"
|
59406
|
+
"output_required": true,
|
59390
59407
|
"type": "int",
|
59391
59408
|
"value_allowed_null": true
|
59392
59409
|
},
|
@@ -59396,7 +59413,7 @@
|
|
59396
59413
|
"example": "本地提权漏洞",
|
59397
59414
|
"member": "string",
|
59398
59415
|
"name": "VulName",
|
59399
|
-
"
|
59416
|
+
"output_required": true,
|
59400
59417
|
"type": "string",
|
59401
59418
|
"value_allowed_null": true
|
59402
59419
|
},
|
@@ -59406,7 +59423,7 @@
|
|
59406
59423
|
"example": "80",
|
59407
59424
|
"member": "uint64",
|
59408
59425
|
"name": "Progress",
|
59409
|
-
"
|
59426
|
+
"output_required": true,
|
59410
59427
|
"type": "int",
|
59411
59428
|
"value_allowed_null": false
|
59412
59429
|
},
|
@@ -59416,7 +59433,7 @@
|
|
59416
59433
|
"example": "[]",
|
59417
59434
|
"member": "VulFixStatusHostInfo",
|
59418
59435
|
"name": "HostList",
|
59419
|
-
"
|
59436
|
+
"output_required": true,
|
59420
59437
|
"type": "list",
|
59421
59438
|
"value_allowed_null": true
|
59422
59439
|
},
|
@@ -59426,7 +59443,7 @@
|
|
59426
59443
|
"example": "1",
|
59427
59444
|
"member": "uint64",
|
59428
59445
|
"name": "FailCnt",
|
59429
|
-
"
|
59446
|
+
"output_required": true,
|
59430
59447
|
"type": "int",
|
59431
59448
|
"value_allowed_null": true
|
59432
59449
|
},
|
@@ -59436,7 +59453,17 @@
|
|
59436
59453
|
"example": "0",
|
59437
59454
|
"member": "uint64",
|
59438
59455
|
"name": "FixSuccessCnt",
|
59439
|
-
"
|
59456
|
+
"output_required": true,
|
59457
|
+
"type": "int",
|
59458
|
+
"value_allowed_null": true
|
59459
|
+
},
|
59460
|
+
{
|
59461
|
+
"disabled": false,
|
59462
|
+
"document": "修复方式 0组件更新或者安装补丁,1禁用服务\n注意:此字段可能返回 null,表示取不到有效值。",
|
59463
|
+
"example": "0",
|
59464
|
+
"member": "uint64",
|
59465
|
+
"name": "FixMethod",
|
59466
|
+
"output_required": false,
|
59440
59467
|
"type": "int",
|
59441
59468
|
"value_allowed_null": true
|
59442
59469
|
}
|
@@ -3699,6 +3699,15 @@
|
|
3699
3699
|
"name": "Product",
|
3700
3700
|
"required": false,
|
3701
3701
|
"type": "string"
|
3702
|
+
},
|
3703
|
+
{
|
3704
|
+
"disabled": false,
|
3705
|
+
"document": "会话统计的维度信息,可以多个维度。",
|
3706
|
+
"example": "无",
|
3707
|
+
"member": "StatDimension",
|
3708
|
+
"name": "StatDimensions",
|
3709
|
+
"required": false,
|
3710
|
+
"type": "list"
|
3702
3711
|
}
|
3703
3712
|
],
|
3704
3713
|
"type": "object"
|
@@ -3712,10 +3721,20 @@
|
|
3712
3721
|
"example": "无",
|
3713
3722
|
"member": "MySqlProcess",
|
3714
3723
|
"name": "ProcessList",
|
3715
|
-
"
|
3724
|
+
"output_required": true,
|
3716
3725
|
"type": "list",
|
3717
3726
|
"value_allowed_null": false
|
3718
3727
|
},
|
3728
|
+
{
|
3729
|
+
"disabled": false,
|
3730
|
+
"document": "sql会话统计信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3731
|
+
"example": "无",
|
3732
|
+
"member": "StatisticInfo",
|
3733
|
+
"name": "Statistics",
|
3734
|
+
"output_required": false,
|
3735
|
+
"type": "list",
|
3736
|
+
"value_allowed_null": true
|
3737
|
+
},
|
3719
3738
|
{
|
3720
3739
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3721
3740
|
"member": "string",
|
@@ -8828,6 +8847,102 @@
|
|
8828
8847
|
],
|
8829
8848
|
"usage": "out"
|
8830
8849
|
},
|
8850
|
+
"StatDimension": {
|
8851
|
+
"document": "会话统计的维度信息,可以多个维度",
|
8852
|
+
"members": [
|
8853
|
+
{
|
8854
|
+
"disabled": false,
|
8855
|
+
"document": "维度名称,目前仅支持:SqlTag。",
|
8856
|
+
"example": "SqlTag",
|
8857
|
+
"member": "string",
|
8858
|
+
"name": "Dimension",
|
8859
|
+
"required": true,
|
8860
|
+
"type": "string"
|
8861
|
+
},
|
8862
|
+
{
|
8863
|
+
"disabled": false,
|
8864
|
+
"document": "SQL 标签过滤与统计信息\n示例:\n\n示例 1:[p=position] 统计包含 p=position 标签的 SQL 会话。\n示例 2:[p] 统计包含 p 标签的 SQL 会话。\n示例 3:[p=position, c=idCard] 统计同时包含 p=position 标签和 c=idCard 标签的 SQL 会话。",
|
8865
|
+
"example": "p=postion1",
|
8866
|
+
"member": "string",
|
8867
|
+
"name": "Data",
|
8868
|
+
"required": false,
|
8869
|
+
"type": "list"
|
8870
|
+
}
|
8871
|
+
],
|
8872
|
+
"usage": "in"
|
8873
|
+
},
|
8874
|
+
"StatisticDataInfo": {
|
8875
|
+
"document": "统计分析维度下的统计数据详情",
|
8876
|
+
"members": [
|
8877
|
+
{
|
8878
|
+
"disabled": false,
|
8879
|
+
"document": "统计维度的值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8880
|
+
"example": "p=dbbrain,kk=cc",
|
8881
|
+
"member": "string",
|
8882
|
+
"name": "Name",
|
8883
|
+
"output_required": false,
|
8884
|
+
"type": "string",
|
8885
|
+
"value_allowed_null": true
|
8886
|
+
},
|
8887
|
+
{
|
8888
|
+
"disabled": false,
|
8889
|
+
"document": "平均时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8890
|
+
"example": "23.1",
|
8891
|
+
"member": "float",
|
8892
|
+
"name": "TimeAvg",
|
8893
|
+
"output_required": false,
|
8894
|
+
"type": "float",
|
8895
|
+
"value_allowed_null": true
|
8896
|
+
},
|
8897
|
+
{
|
8898
|
+
"disabled": false,
|
8899
|
+
"document": "总时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8900
|
+
"example": "238.2",
|
8901
|
+
"member": "float",
|
8902
|
+
"name": "TimeSum",
|
8903
|
+
"output_required": false,
|
8904
|
+
"type": "float",
|
8905
|
+
"value_allowed_null": true
|
8906
|
+
},
|
8907
|
+
{
|
8908
|
+
"disabled": false,
|
8909
|
+
"document": "数量。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8910
|
+
"example": "2",
|
8911
|
+
"member": "int64",
|
8912
|
+
"name": "Count",
|
8913
|
+
"output_required": false,
|
8914
|
+
"type": "int",
|
8915
|
+
"value_allowed_null": true
|
8916
|
+
}
|
8917
|
+
],
|
8918
|
+
"usage": "out"
|
8919
|
+
},
|
8920
|
+
"StatisticInfo": {
|
8921
|
+
"document": "sql会话统计信息",
|
8922
|
+
"members": [
|
8923
|
+
{
|
8924
|
+
"disabled": false,
|
8925
|
+
"document": "统计分析的维度。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8926
|
+
"example": "SqlTag",
|
8927
|
+
"member": "string",
|
8928
|
+
"name": "Dimension",
|
8929
|
+
"output_required": true,
|
8930
|
+
"type": "string",
|
8931
|
+
"value_allowed_null": true
|
8932
|
+
},
|
8933
|
+
{
|
8934
|
+
"disabled": false,
|
8935
|
+
"document": "统计分析的维度下的统计数据详情。\n注意:此字段可能返回 null,表示取不到有效值。",
|
8936
|
+
"example": "无",
|
8937
|
+
"member": "StatisticDataInfo",
|
8938
|
+
"name": "Data",
|
8939
|
+
"output_required": false,
|
8940
|
+
"type": "list",
|
8941
|
+
"value_allowed_null": true
|
8942
|
+
}
|
8943
|
+
],
|
8944
|
+
"usage": "out"
|
8945
|
+
},
|
8831
8946
|
"Table": {
|
8832
8947
|
"document": "表结构。",
|
8833
8948
|
"members": [
|
@@ -268,7 +268,7 @@
|
|
268
268
|
{
|
269
269
|
"document": "",
|
270
270
|
"input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMySqlProcessList\n&Product=mysql\n&InstanceId=cdb-test\n&User=root\n&<公共请求参数>",
|
271
|
-
"output": "{\n \"Response\": {\n \"
|
271
|
+
"output": "{\n \"Response\": {\n \"ProcessList\": [\n {\n \"Command\": \"Query\",\n \"DB\": \"\",\n \"Host\": \"100.98.212.252:29285\",\n \"ID\": \"2075425\",\n \"Info\": \"/* p = 2342 , f=abd */ select sleep(1000)\",\n \"State\": \"User sleep\",\n \"Time\": \"103\",\n \"User\": \"root\"\n }\n ],\n \"RequestId\": \"7d0d84f2-d4c0-4349-b5a3-cd70b6efbdfe\",\n \"Statistics\": [\n {\n \"Data\": [\n {\n \"Count\": 1,\n \"Name\": \"f=abd,p=2342\",\n \"TimeAvg\": 103,\n \"TimeSum\": 103\n }\n ],\n \"Dimension\": \"SqlTag\"\n }\n ]\n }\n}",
|
272
272
|
"title": "查询实时线程列表。"
|
273
273
|
}
|
274
274
|
],
|
@@ -12188,6 +12188,16 @@
|
|
12188
12188
|
"output_required": false,
|
12189
12189
|
"type": "string",
|
12190
12190
|
"value_allowed_null": false
|
12191
|
+
},
|
12192
|
+
{
|
12193
|
+
"disabled": false,
|
12194
|
+
"document": "企业批量注册的唯一 Id, 此 Id 可以用在[创建企业批量认证链接-单链接](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationAuthorizationUrl)。",
|
12195
|
+
"example": "yDCHoUU08m4mnpUxHGGHPv9FScKQsvHb",
|
12196
|
+
"member": "string",
|
12197
|
+
"name": "SubTaskId",
|
12198
|
+
"output_required": false,
|
12199
|
+
"type": "string",
|
12200
|
+
"value_allowed_null": false
|
12191
12201
|
}
|
12192
12202
|
],
|
12193
12203
|
"usage": "out"
|
@@ -98,8 +98,8 @@
|
|
98
98
|
],
|
99
99
|
"CreateBatchOrganizationAuthorizationUrl": [
|
100
100
|
{
|
101
|
-
"document": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接。\n1. 批量注册企业子任务是由接口 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 生成的。\n2. 调用[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls),获得子任务 TaskId。\n3. Endpoint
|
102
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf3UUckps8dvveUEfH3DjvMmg3ZkjQ\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"13200000000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"
|
101
|
+
"document": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接。\n1. 批量注册企业子任务是由接口 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 生成的。\n2. 调用[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls),获得子任务 TaskId。\n3. Endpoint 设置为长链接,会生成一条长链。",
|
102
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf3UUckps8dvveUEfH3DjvMmg3ZkjQ\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"13200000000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"HTTP\"\n}",
|
103
103
|
"output": "{\n \"Response\": {\n \"AuthUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfCVEoeNYGCc6\",\n \"ErrorMessages\": [],\n \"ExpireTime\": 1724165376,\n \"RequestId\": \"s1723560576553977682\"\n }\n}",
|
104
104
|
"title": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接"
|
105
105
|
}
|
@@ -263,42 +263,38 @@
|
|
263
263
|
{
|
264
264
|
"disabled": false,
|
265
265
|
"document": "人脸框左上角横坐标。",
|
266
|
-
"example": "",
|
266
|
+
"example": "1",
|
267
267
|
"member": "int64",
|
268
268
|
"name": "X",
|
269
269
|
"required": true,
|
270
|
-
"type": "int"
|
271
|
-
"value_allowed_null": false
|
270
|
+
"type": "int"
|
272
271
|
},
|
273
272
|
{
|
274
273
|
"disabled": false,
|
275
274
|
"document": "人脸框左上角纵坐标。",
|
276
|
-
"example": "",
|
275
|
+
"example": "1",
|
277
276
|
"member": "int64",
|
278
277
|
"name": "Y",
|
279
278
|
"required": true,
|
280
|
-
"type": "int"
|
281
|
-
"value_allowed_null": false
|
279
|
+
"type": "int"
|
282
280
|
},
|
283
281
|
{
|
284
282
|
"disabled": false,
|
285
283
|
"document": "人脸框宽度。",
|
286
|
-
"example": "",
|
284
|
+
"example": "30",
|
287
285
|
"member": "int64",
|
288
286
|
"name": "Width",
|
289
287
|
"required": true,
|
290
|
-
"type": "int"
|
291
|
-
"value_allowed_null": false
|
288
|
+
"type": "int"
|
292
289
|
},
|
293
290
|
{
|
294
291
|
"disabled": false,
|
295
292
|
"document": "人脸框高度。",
|
296
|
-
"example": "",
|
293
|
+
"example": "30",
|
297
294
|
"member": "int64",
|
298
295
|
"name": "Height",
|
299
296
|
"required": true,
|
300
|
-
"type": "int"
|
301
|
-
"value_allowed_null": false
|
297
|
+
"type": "int"
|
302
298
|
}
|
303
299
|
],
|
304
300
|
"usage": "in"
|
@@ -586,7 +582,7 @@
|
|
586
582
|
"members": [
|
587
583
|
{
|
588
584
|
"disabled": false,
|
589
|
-
"document": "输入图片base64。",
|
585
|
+
"document": "输入图片base64。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png。",
|
590
586
|
"example": "string",
|
591
587
|
"member": "string",
|
592
588
|
"name": "Image",
|
@@ -595,7 +591,7 @@
|
|
595
591
|
},
|
596
592
|
{
|
597
593
|
"disabled": false,
|
598
|
-
"document": "输入图片url。\
|
594
|
+
"document": "输入图片url。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png。",
|
599
595
|
"example": "string",
|
600
596
|
"member": "string",
|
601
597
|
"name": "Url",
|
@@ -604,7 +600,7 @@
|
|
604
600
|
},
|
605
601
|
{
|
606
602
|
"disabled": false,
|
607
|
-
"document": "
|
603
|
+
"document": "输入图片人脸位置信息(人脸框)。不填默认取输入图中最大人脸。\nWidth、Height >= 30。",
|
608
604
|
"example": "{}",
|
609
605
|
"member": "FaceRect",
|
610
606
|
"name": "InputImageFaceRect",
|
@@ -628,23 +624,21 @@
|
|
628
624
|
"members": [
|
629
625
|
{
|
630
626
|
"disabled": false,
|
631
|
-
"document": "MetaData的Key",
|
627
|
+
"document": "MetaData的Key,长度不能超过32。",
|
632
628
|
"example": "string",
|
633
629
|
"member": "string",
|
634
630
|
"name": "MetaKey",
|
635
631
|
"required": true,
|
636
|
-
"type": "string"
|
637
|
-
"value_allowed_null": true
|
632
|
+
"type": "string"
|
638
633
|
},
|
639
634
|
{
|
640
635
|
"disabled": false,
|
641
|
-
"document": "MetaData的Value",
|
636
|
+
"document": "MetaData的Value,长度不能超过256。",
|
642
637
|
"example": "string",
|
643
638
|
"member": "string",
|
644
639
|
"name": "MetaValue",
|
645
640
|
"required": true,
|
646
|
-
"type": "string"
|
647
|
-
"value_allowed_null": true
|
641
|
+
"type": "string"
|
648
642
|
}
|
649
643
|
],
|
650
644
|
"usage": "in"
|
@@ -157,8 +157,7 @@
|
|
157
157
|
"member": "int64",
|
158
158
|
"name": "X",
|
159
159
|
"required": true,
|
160
|
-
"type": "int"
|
161
|
-
"value_allowed_null": false
|
160
|
+
"type": "int"
|
162
161
|
},
|
163
162
|
{
|
164
163
|
"disabled": false,
|
@@ -167,28 +166,25 @@
|
|
167
166
|
"member": "int64",
|
168
167
|
"name": "Y",
|
169
168
|
"required": true,
|
170
|
-
"type": "int"
|
171
|
-
"value_allowed_null": false
|
169
|
+
"type": "int"
|
172
170
|
},
|
173
171
|
{
|
174
172
|
"disabled": false,
|
175
173
|
"document": "人脸框宽度。",
|
176
|
-
"example": "
|
174
|
+
"example": "30",
|
177
175
|
"member": "int64",
|
178
176
|
"name": "Width",
|
179
177
|
"required": true,
|
180
|
-
"type": "int"
|
181
|
-
"value_allowed_null": false
|
178
|
+
"type": "int"
|
182
179
|
},
|
183
180
|
{
|
184
181
|
"disabled": false,
|
185
182
|
"document": "人脸框高度。",
|
186
|
-
"example": "
|
183
|
+
"example": "30",
|
187
184
|
"member": "int64",
|
188
185
|
"name": "Height",
|
189
186
|
"required": true,
|
190
|
-
"type": "int"
|
191
|
-
"value_allowed_null": false
|
187
|
+
"type": "int"
|
192
188
|
}
|
193
189
|
],
|
194
190
|
"usage": "in"
|
@@ -225,7 +221,7 @@
|
|
225
221
|
},
|
226
222
|
{
|
227
223
|
"disabled": false,
|
228
|
-
"document": "
|
224
|
+
"document": "用户人脸图片、素材模板图的人脸位置信息。不能超过6个。",
|
229
225
|
"example": "[]",
|
230
226
|
"member": "MergeInfo",
|
231
227
|
"name": "MergeInfos",
|
@@ -285,8 +281,8 @@
|
|
285
281
|
"members": [
|
286
282
|
{
|
287
283
|
"disabled": false,
|
288
|
-
"document": "RspImgType 为 url 时,返回结果的 url
|
289
|
-
"example": "
|
284
|
+
"document": "RspImgType 为 url 时,返回结果的 url(有效期7天), RspImgType 为 base64 时返回 base64 数据。",
|
285
|
+
"example": "http://cloud.com/result.png",
|
290
286
|
"member": "string",
|
291
287
|
"name": "FusedImage",
|
292
288
|
"output_required": true,
|
@@ -483,7 +479,7 @@
|
|
483
479
|
"members": [
|
484
480
|
{
|
485
481
|
"disabled": false,
|
486
|
-
"document": "
|
482
|
+
"document": "元数据,个数不能大于1。",
|
487
483
|
"example": "[]",
|
488
484
|
"member": "MetaData",
|
489
485
|
"name": "MetaData",
|
@@ -498,7 +494,7 @@
|
|
498
494
|
"members": [
|
499
495
|
{
|
500
496
|
"disabled": false,
|
501
|
-
"document": "
|
497
|
+
"document": "标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。",
|
502
498
|
"example": "{}",
|
503
499
|
"member": "FaceRect",
|
504
500
|
"name": "LogoRect",
|
@@ -507,7 +503,7 @@
|
|
507
503
|
},
|
508
504
|
{
|
509
505
|
"disabled": false,
|
510
|
-
"document": "标识图片Url
|
506
|
+
"document": "标识图片Url地址。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
|
511
507
|
"example": "string",
|
512
508
|
"member": "string",
|
513
509
|
"name": "LogoUrl",
|
@@ -516,7 +512,7 @@
|
|
516
512
|
},
|
517
513
|
{
|
518
514
|
"disabled": false,
|
519
|
-
"document": "标识图片base64",
|
515
|
+
"document": "标识图片base64\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
|
520
516
|
"example": "string",
|
521
517
|
"member": "string",
|
522
518
|
"name": "LogoImage",
|
@@ -557,7 +553,7 @@
|
|
557
553
|
"members": [
|
558
554
|
{
|
559
555
|
"disabled": false,
|
560
|
-
"document": "输入图片base64",
|
556
|
+
"document": "输入图片base64。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png",
|
561
557
|
"example": "string",
|
562
558
|
"member": "string",
|
563
559
|
"name": "Image",
|
@@ -566,7 +562,7 @@
|
|
566
562
|
},
|
567
563
|
{
|
568
564
|
"disabled": false,
|
569
|
-
"document": "输入图片url",
|
565
|
+
"document": "输入图片url。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●素材图片限制:图片中面部尺寸大于34 * 34;图片尺寸大于64 * 64。(图片编码之后可能会大30%左右,建议合理控制图片大小)。\n●支持图片格式:支持jpg或png",
|
570
566
|
"example": "string",
|
571
567
|
"member": "string",
|
572
568
|
"name": "Url",
|
@@ -575,7 +571,7 @@
|
|
575
571
|
},
|
576
572
|
{
|
577
573
|
"disabled": false,
|
578
|
-
"document": "
|
574
|
+
"document": "上传的图片人脸位置信息(人脸框)\nWidth、Height >= 30。",
|
579
575
|
"example": "{}",
|
580
576
|
"member": "FaceRect",
|
581
577
|
"name": "InputImageFaceRect",
|
@@ -593,7 +589,7 @@
|
|
593
589
|
},
|
594
590
|
{
|
595
591
|
"disabled": false,
|
596
|
-
"document": "模板中人脸位置信息(人脸框)
|
592
|
+
"document": "模板中人脸位置信息(人脸框),不填默认取最大人脸。此字段仅适用于图片融合自定义模板素材场景。\nWidth、Height >= 30。",
|
597
593
|
"example": "无",
|
598
594
|
"member": "FaceRect",
|
599
595
|
"name": "TemplateFaceRect",
|
@@ -1079,7 +1079,7 @@
|
|
1079
1079
|
"example": "iVBORw0KGgoAA......",
|
1080
1080
|
"member": "string",
|
1081
1081
|
"name": "FaceInput",
|
1082
|
-
"required":
|
1082
|
+
"required": false,
|
1083
1083
|
"type": "string"
|
1084
1084
|
},
|
1085
1085
|
{
|
@@ -1088,8 +1088,26 @@
|
|
1088
1088
|
"example": "true",
|
1089
1089
|
"member": "int64",
|
1090
1090
|
"name": "FaceInputType",
|
1091
|
-
"required":
|
1091
|
+
"required": false,
|
1092
1092
|
"type": "int"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"disabled": false,
|
1096
|
+
"document": "是否需要对请求信息进行全包体加密; 支持的加密算法:AES-256-CBC、SM4-GCM; 有加密需求的用户可使用此参数,详情请点击左侧链接。",
|
1097
|
+
"example": "无",
|
1098
|
+
"member": "Encryption",
|
1099
|
+
"name": "Encryption",
|
1100
|
+
"required": false,
|
1101
|
+
"type": "object"
|
1102
|
+
},
|
1103
|
+
{
|
1104
|
+
"disabled": false,
|
1105
|
+
"document": "加密后的密文; 加密前的数据格式如下:{\"FaceInput\":\"AAAAA\",\"FaceInputType\":1}",
|
1106
|
+
"example": "无",
|
1107
|
+
"member": "string",
|
1108
|
+
"name": "EncryptedBody",
|
1109
|
+
"required": false,
|
1110
|
+
"type": "string"
|
1093
1111
|
}
|
1094
1112
|
],
|
1095
1113
|
"type": "object"
|