tccli 3.0.830.1__py2.py3-none-any.whl → 3.0.832.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/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +4 -4
- tccli/services/bma/v20221115/api.json +9 -0
- tccli/services/bma/v20221115/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +1 -20
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +2179 -642
- tccli/services/cwp/v20180228/api.json +3069 -479
- tccli/services/cwp/v20180228/examples.json +247 -3
- tccli/services/dlc/dlc_client.py +341 -23
- tccli/services/dlc/v20210125/api.json +505 -0
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/ess/ess_client.py +163 -4
- tccli/services/ess/v20201111/api.json +304 -0
- tccli/services/ess/v20201111/examples.json +24 -0
- tccli/services/essbasic/v20210526/api.json +68 -150
- tccli/services/essbasic/v20210526/examples.json +17 -17
- tccli/services/gme/gme_client.py +277 -12
- tccli/services/gme/v20180711/api.json +386 -0
- tccli/services/gme/v20180711/examples.json +40 -0
- tccli/services/intlpartnersmgt/__init__.py +4 -0
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
- tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
- tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
- tccli/services/live/v20180801/api.json +10 -10
- tccli/services/live/v20180801/examples.json +3 -3
- tccli/services/tdmq/v20200217/api.json +23 -44
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/tse/v20201207/api.json +42 -1
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +40 -36
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
@@ -112,6 +112,14 @@
|
|
112
112
|
"title": "创建表"
|
113
113
|
}
|
114
114
|
],
|
115
|
+
"CreateDataEngine": [
|
116
|
+
{
|
117
|
+
"document": "创建引擎的",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataEngine\n<公共请求参数>\n\n{\n \"EngineType\": \"xx\",\n \"DataEngineName\": \"xx\",\n \"ClusterType\": \"xx\",\n \"MinClusters\": 0,\n \"MaxClusters\": 0,\n \"DefaultDataEngine\": true,\n \"CidrBlock\": \"xx\",\n \"Mode\": 0,\n \"Message\": \"xx\",\n \"AutoResume\": true,\n \"Size\": 0,\n \"PayMode\": 0,\n \"TimeSpan\": 0,\n \"TimeUnit\": \"xx\",\n \"AutoRenew\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"AutoSuspend\": true,\n \"CrontabResumeSuspend\": 0,\n \"CrontabResumeSuspendStrategy\": {\n \"ResumeTime\": \"xx\",\n \"SuspendTime\": \"xx\",\n \"SuspendStrategy\": 0\n },\n \"EngineExecType\": \"xx\",\n \"MaxConcurrency\": 0,\n \"TolerableQueueTime\": 0,\n \"AutoSuspendTime\": 0,\n \"ResourceType\": \"xx\",\n \"ImageVersionName\": \"SuperSQL-P 1.1\"\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"DataEngineId\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
|
120
|
+
"title": "创建引擎"
|
121
|
+
}
|
122
|
+
],
|
115
123
|
"CreateDatabase": [
|
116
124
|
{
|
117
125
|
"document": "",
|
@@ -352,6 +360,30 @@
|
|
352
360
|
"title": "示例1"
|
353
361
|
}
|
354
362
|
],
|
363
|
+
"DescribeEngineUsageInfo": [
|
364
|
+
{
|
365
|
+
"document": "",
|
366
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEngineUsageInfo\n<公共请求参数>\n\n{\n \"DataEngineId\": \"xx\"\n}",
|
367
|
+
"output": "{\n \"Response\": {\n \"Total\": 128,\n \"Used\": 64,\n \"Available\": 64,\n \"RequestId\": \"xx\"\n }\n}",
|
368
|
+
"title": "example"
|
369
|
+
}
|
370
|
+
],
|
371
|
+
"DescribeLakeFsDirSummary": [
|
372
|
+
{
|
373
|
+
"document": "",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLakeFsDirSummary\n<公共请求参数>\n\n{}",
|
375
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
|
376
|
+
"title": "示例一"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"DescribeLakeFsInfo": [
|
380
|
+
{
|
381
|
+
"document": "",
|
382
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLakeFsInfo\n<公共请求参数>\n\n{}",
|
383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
|
384
|
+
"title": "示例一"
|
385
|
+
}
|
386
|
+
],
|
355
387
|
"DescribeNotebookSession": [
|
356
388
|
{
|
357
389
|
"document": "查询Session详情。",
|
@@ -616,6 +648,14 @@
|
|
616
648
|
"title": "test"
|
617
649
|
}
|
618
650
|
],
|
651
|
+
"SwitchDataEngine": [
|
652
|
+
{
|
653
|
+
"document": "",
|
654
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SwitchDataEngine\n<公共请求参数>\n\n{\n \"DataEngineName\": \"test\",\n \"StartStandbyCluster\": false\n}",
|
655
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2f67771a-a384-4b4e-86a5-146d8829ae2d\"\n }\n}",
|
656
|
+
"title": "test"
|
657
|
+
}
|
658
|
+
],
|
619
659
|
"UnbindWorkGroupsFromUser": [
|
620
660
|
{
|
621
661
|
"document": "",
|
@@ -631,6 +671,14 @@
|
|
631
671
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b577857e-041f-46c7-b5cf-4b3d3f50bc51\"\n }\n}",
|
632
672
|
"title": "元数据解锁"
|
633
673
|
}
|
674
|
+
],
|
675
|
+
"UpdateRowFilter": [
|
676
|
+
{
|
677
|
+
"document": "",
|
678
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateRowFilter\n<公共请求参数>\n\n{\n \"Policy\": {\n \"Table\": \"TableName\",\n \"Catalog\": \"COSDataCatalog\",\n \"Operation\": \"ALL\",\n \"Database\": \"DatabaseName\"\n },\n \"PolicyId\": 0\n}",
|
679
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1287310-badou889lodj-1231jk12\"\n }\n}",
|
680
|
+
"title": "更新行过滤策略信息"
|
681
|
+
}
|
634
682
|
]
|
635
683
|
},
|
636
684
|
"version": "1.0"
|
tccli/services/ess/ess_client.py
CHANGED
@@ -381,6 +381,58 @@ def doDescribeFileUrls(args, parsed_globals):
|
|
381
381
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
382
382
|
|
383
383
|
|
384
|
+
def doCreateUserAutoSignEnableUrl(args, parsed_globals):
|
385
|
+
g_param = parse_global_arg(parsed_globals)
|
386
|
+
|
387
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
388
|
+
cred = credential.CVMRoleCredential()
|
389
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
390
|
+
cred = credential.STSAssumeRoleCredential(
|
391
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
392
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')]
|
393
|
+
)
|
394
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
395
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
396
|
+
else:
|
397
|
+
cred = credential.Credential(
|
398
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
399
|
+
)
|
400
|
+
http_profile = HttpProfile(
|
401
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
402
|
+
reqMethod="POST",
|
403
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
404
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
405
|
+
)
|
406
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
407
|
+
if g_param[OptionsDefine.Language]:
|
408
|
+
profile.language = g_param[OptionsDefine.Language]
|
409
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
410
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
411
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
412
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
413
|
+
model = models.CreateUserAutoSignEnableUrlRequest()
|
414
|
+
model.from_json_string(json.dumps(args))
|
415
|
+
start_time = time.time()
|
416
|
+
while True:
|
417
|
+
rsp = client.CreateUserAutoSignEnableUrl(model)
|
418
|
+
result = rsp.to_json_string()
|
419
|
+
try:
|
420
|
+
json_obj = json.loads(result)
|
421
|
+
except TypeError as e:
|
422
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
423
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
424
|
+
break
|
425
|
+
cur_time = time.time()
|
426
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
427
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
428
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
429
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
430
|
+
else:
|
431
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
432
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
433
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
434
|
+
|
435
|
+
|
384
436
|
def doCreateFlowEvidenceReport(args, parsed_globals):
|
385
437
|
g_param = parse_global_arg(parsed_globals)
|
386
438
|
|
@@ -901,6 +953,58 @@ def doCreateFlow(args, parsed_globals):
|
|
901
953
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
902
954
|
|
903
955
|
|
956
|
+
def doDescribeUserAutoSignStatus(args, parsed_globals):
|
957
|
+
g_param = parse_global_arg(parsed_globals)
|
958
|
+
|
959
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
960
|
+
cred = credential.CVMRoleCredential()
|
961
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
962
|
+
cred = credential.STSAssumeRoleCredential(
|
963
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
964
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')]
|
965
|
+
)
|
966
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
967
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
968
|
+
else:
|
969
|
+
cred = credential.Credential(
|
970
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
971
|
+
)
|
972
|
+
http_profile = HttpProfile(
|
973
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
974
|
+
reqMethod="POST",
|
975
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
976
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
977
|
+
)
|
978
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
979
|
+
if g_param[OptionsDefine.Language]:
|
980
|
+
profile.language = g_param[OptionsDefine.Language]
|
981
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
982
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
983
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
984
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
985
|
+
model = models.DescribeUserAutoSignStatusRequest()
|
986
|
+
model.from_json_string(json.dumps(args))
|
987
|
+
start_time = time.time()
|
988
|
+
while True:
|
989
|
+
rsp = client.DescribeUserAutoSignStatus(model)
|
990
|
+
result = rsp.to_json_string()
|
991
|
+
try:
|
992
|
+
json_obj = json.loads(result)
|
993
|
+
except TypeError as e:
|
994
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
995
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
996
|
+
break
|
997
|
+
cur_time = time.time()
|
998
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
999
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1000
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1001
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1002
|
+
else:
|
1003
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1004
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1005
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1006
|
+
|
1007
|
+
|
904
1008
|
def doDescribeFlowEvidenceReport(args, parsed_globals):
|
905
1009
|
g_param = parse_global_arg(parsed_globals)
|
906
1010
|
|
@@ -1525,7 +1629,7 @@ def doDescribeIntegrationMainOrganizationUser(args, parsed_globals):
|
|
1525
1629
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1526
1630
|
|
1527
1631
|
|
1528
|
-
def
|
1632
|
+
def doDisableUserAutoSign(args, parsed_globals):
|
1529
1633
|
g_param = parse_global_arg(parsed_globals)
|
1530
1634
|
|
1531
1635
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -1554,11 +1658,11 @@ def doDescribeThirdPartyAuthCode(args, parsed_globals):
|
|
1554
1658
|
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
1555
1659
|
client._sdkVersion += ("_CLI_" + __version__)
|
1556
1660
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1557
|
-
model = models.
|
1661
|
+
model = models.DisableUserAutoSignRequest()
|
1558
1662
|
model.from_json_string(json.dumps(args))
|
1559
1663
|
start_time = time.time()
|
1560
1664
|
while True:
|
1561
|
-
rsp = client.
|
1665
|
+
rsp = client.DisableUserAutoSign(model)
|
1562
1666
|
result = rsp.to_json_string()
|
1563
1667
|
try:
|
1564
1668
|
json_obj = json.loads(result)
|
@@ -1733,6 +1837,58 @@ def doCreateSchemeUrl(args, parsed_globals):
|
|
1733
1837
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1734
1838
|
|
1735
1839
|
|
1840
|
+
def doDescribeThirdPartyAuthCode(args, parsed_globals):
|
1841
|
+
g_param = parse_global_arg(parsed_globals)
|
1842
|
+
|
1843
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
1844
|
+
cred = credential.CVMRoleCredential()
|
1845
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
1846
|
+
cred = credential.STSAssumeRoleCredential(
|
1847
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
1848
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')]
|
1849
|
+
)
|
1850
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
1851
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
1852
|
+
else:
|
1853
|
+
cred = credential.Credential(
|
1854
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
1855
|
+
)
|
1856
|
+
http_profile = HttpProfile(
|
1857
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
1858
|
+
reqMethod="POST",
|
1859
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
1860
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
1861
|
+
)
|
1862
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
1863
|
+
if g_param[OptionsDefine.Language]:
|
1864
|
+
profile.language = g_param[OptionsDefine.Language]
|
1865
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
1866
|
+
client = mod.EssClient(cred, g_param[OptionsDefine.Region], profile)
|
1867
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
1868
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1869
|
+
model = models.DescribeThirdPartyAuthCodeRequest()
|
1870
|
+
model.from_json_string(json.dumps(args))
|
1871
|
+
start_time = time.time()
|
1872
|
+
while True:
|
1873
|
+
rsp = client.DescribeThirdPartyAuthCode(model)
|
1874
|
+
result = rsp.to_json_string()
|
1875
|
+
try:
|
1876
|
+
json_obj = json.loads(result)
|
1877
|
+
except TypeError as e:
|
1878
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
1879
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
1880
|
+
break
|
1881
|
+
cur_time = time.time()
|
1882
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
1883
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
1884
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
1885
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
1886
|
+
else:
|
1887
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
1888
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
1889
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1890
|
+
|
1891
|
+
|
1736
1892
|
def doCreateIntegrationEmployees(args, parsed_globals):
|
1737
1893
|
g_param = parse_global_arg(parsed_globals)
|
1738
1894
|
|
@@ -1803,6 +1959,7 @@ ACTION_MAP = {
|
|
1803
1959
|
"DescribeFlowTemplates": doDescribeFlowTemplates,
|
1804
1960
|
"DeleteSealPolicies": doDeleteSealPolicies,
|
1805
1961
|
"DescribeFileUrls": doDescribeFileUrls,
|
1962
|
+
"CreateUserAutoSignEnableUrl": doCreateUserAutoSignEnableUrl,
|
1806
1963
|
"CreateFlowEvidenceReport": doCreateFlowEvidenceReport,
|
1807
1964
|
"VerifyPdf": doVerifyPdf,
|
1808
1965
|
"CreateBatchCancelFlowUrl": doCreateBatchCancelFlowUrl,
|
@@ -1813,6 +1970,7 @@ ACTION_MAP = {
|
|
1813
1970
|
"DescribeFlowInfo": doDescribeFlowInfo,
|
1814
1971
|
"CreateSealPolicy": doCreateSealPolicy,
|
1815
1972
|
"CreateFlow": doCreateFlow,
|
1973
|
+
"DescribeUserAutoSignStatus": doDescribeUserAutoSignStatus,
|
1816
1974
|
"DescribeFlowEvidenceReport": doDescribeFlowEvidenceReport,
|
1817
1975
|
"CreateFlowByFiles": doCreateFlowByFiles,
|
1818
1976
|
"CreateMultiFlowSignQRCode": doCreateMultiFlowSignQRCode,
|
@@ -1825,10 +1983,11 @@ ACTION_MAP = {
|
|
1825
1983
|
"UploadFiles": doUploadFiles,
|
1826
1984
|
"CreateFlowSignUrl": doCreateFlowSignUrl,
|
1827
1985
|
"DescribeIntegrationMainOrganizationUser": doDescribeIntegrationMainOrganizationUser,
|
1828
|
-
"
|
1986
|
+
"DisableUserAutoSign": doDisableUserAutoSign,
|
1829
1987
|
"DescribeOrganizationSeals": doDescribeOrganizationSeals,
|
1830
1988
|
"DeleteIntegrationEmployees": doDeleteIntegrationEmployees,
|
1831
1989
|
"CreateSchemeUrl": doCreateSchemeUrl,
|
1990
|
+
"DescribeThirdPartyAuthCode": doDescribeThirdPartyAuthCode,
|
1832
1991
|
"CreateIntegrationEmployees": doCreateIntegrationEmployees,
|
1833
1992
|
|
1834
1993
|
}
|
@@ -119,6 +119,13 @@
|
|
119
119
|
"output": "CreateSealPolicyResponse",
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
|
+
"CreateUserAutoSignEnableUrl": {
|
123
|
+
"document": "企业方可以通过此接口获取个人用户开启自动签的跳转链接",
|
124
|
+
"input": "CreateUserAutoSignEnableUrlRequest",
|
125
|
+
"name": "获取个人用户自动签开启链接",
|
126
|
+
"output": "CreateUserAutoSignEnableUrlResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
122
129
|
"DeleteIntegrationEmployees": {
|
123
130
|
"document": "移除员工",
|
124
131
|
"input": "DeleteIntegrationEmployeesRequest",
|
@@ -203,6 +210,20 @@
|
|
203
210
|
"output": "DescribeThirdPartyAuthCodeResponse",
|
204
211
|
"status": "online"
|
205
212
|
},
|
213
|
+
"DescribeUserAutoSignStatus": {
|
214
|
+
"document": "企业方可以通过此接口查询个人用户自动签开启状态",
|
215
|
+
"input": "DescribeUserAutoSignStatusRequest",
|
216
|
+
"name": "查询个人用户开通自动签状态",
|
217
|
+
"output": "DescribeUserAutoSignStatusResponse",
|
218
|
+
"status": "online"
|
219
|
+
},
|
220
|
+
"DisableUserAutoSign": {
|
221
|
+
"document": "企业方可以通过此接口关闭个人的自动签功能",
|
222
|
+
"input": "DisableUserAutoSignRequest",
|
223
|
+
"name": "关闭个人自动签功能",
|
224
|
+
"output": "DisableUserAutoSignResponse",
|
225
|
+
"status": "online"
|
226
|
+
},
|
206
227
|
"GetTaskResultApi": {
|
207
228
|
"document": "查询转换任务状态",
|
208
229
|
"input": "GetTaskResultApiRequest",
|
@@ -556,6 +577,66 @@
|
|
556
577
|
],
|
557
578
|
"usage": "out"
|
558
579
|
},
|
580
|
+
"AutoSignConfig": {
|
581
|
+
"document": "自动签开启、签署相关配置",
|
582
|
+
"members": [
|
583
|
+
{
|
584
|
+
"document": "自动签开通个人用户的三要素\n注意:此字段可能返回 null,表示取不到有效值。",
|
585
|
+
"example": "无",
|
586
|
+
"member": "UserThreeFactor",
|
587
|
+
"name": "UserInfo",
|
588
|
+
"required": true,
|
589
|
+
"type": "object",
|
590
|
+
"value_allowed_null": true
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"document": "回调链接\n注意:此字段可能返回 null,表示取不到有效值。",
|
594
|
+
"example": "无",
|
595
|
+
"member": "string",
|
596
|
+
"name": "CallbackUrl",
|
597
|
+
"required": true,
|
598
|
+
"type": "string",
|
599
|
+
"value_allowed_null": true
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"document": "是否回调证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
603
|
+
"example": "无",
|
604
|
+
"member": "bool",
|
605
|
+
"name": "CertInfoCallback",
|
606
|
+
"required": false,
|
607
|
+
"type": "bool",
|
608
|
+
"value_allowed_null": true
|
609
|
+
},
|
610
|
+
{
|
611
|
+
"document": "是否支持用户自定义签名印章\n注意:此字段可能返回 null,表示取不到有效值。",
|
612
|
+
"example": "无",
|
613
|
+
"member": "bool",
|
614
|
+
"name": "UserDefineSeal",
|
615
|
+
"required": false,
|
616
|
+
"type": "bool",
|
617
|
+
"value_allowed_null": true
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"document": "是否需要回调的时候返回印章(签名) 图片的 base64\n注意:此字段可能返回 null,表示取不到有效值。",
|
621
|
+
"example": "无",
|
622
|
+
"member": "bool",
|
623
|
+
"name": "SealImgCallback",
|
624
|
+
"required": false,
|
625
|
+
"type": "bool",
|
626
|
+
"value_allowed_null": true
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"document": "开通时候的验证方式,取值:WEIXINAPP(微信人脸识别),INSIGHT(慧眼人脸认别),TELECOM(运营商三要素验证)。如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。如果是 H5 开通链接,支持传 INSIGHT / TELECOM。默认值 WEIXINAPP / INSIGHT。\n注意:此字段可能返回 null,表示取不到有效值。",
|
630
|
+
"example": "无",
|
631
|
+
"member": "string",
|
632
|
+
"name": "VerifyChannels",
|
633
|
+
"required": false,
|
634
|
+
"type": "list",
|
635
|
+
"value_allowed_null": true
|
636
|
+
}
|
637
|
+
],
|
638
|
+
"usage": "in"
|
639
|
+
},
|
559
640
|
"Caller": {
|
560
641
|
"document": "此结构体 (Caller) 用于描述调用方属性。",
|
561
642
|
"members": [
|
@@ -2270,6 +2351,104 @@
|
|
2270
2351
|
],
|
2271
2352
|
"usage": "out"
|
2272
2353
|
},
|
2354
|
+
"CreateUserAutoSignEnableUrlRequest": {
|
2355
|
+
"document": "CreateUserAutoSignEnableUrl请求参数结构体",
|
2356
|
+
"members": [
|
2357
|
+
{
|
2358
|
+
"document": "操作人信息",
|
2359
|
+
"example": "无",
|
2360
|
+
"member": "UserInfo",
|
2361
|
+
"name": "Operator",
|
2362
|
+
"required": true,
|
2363
|
+
"type": "object"
|
2364
|
+
},
|
2365
|
+
{
|
2366
|
+
"document": "自动签场景:\nE_PRESCRIPTION_AUTO_SIGN 电子处方",
|
2367
|
+
"example": "无",
|
2368
|
+
"member": "string",
|
2369
|
+
"name": "SceneKey",
|
2370
|
+
"required": true,
|
2371
|
+
"type": "string"
|
2372
|
+
},
|
2373
|
+
{
|
2374
|
+
"document": "自动签开通,签署相关配置",
|
2375
|
+
"example": "无",
|
2376
|
+
"member": "AutoSignConfig",
|
2377
|
+
"name": "AutoSignConfig",
|
2378
|
+
"required": true,
|
2379
|
+
"type": "object"
|
2380
|
+
},
|
2381
|
+
{
|
2382
|
+
"document": "链接类型,空-默认小程序端链接,H5SIGN-h5端链接",
|
2383
|
+
"example": "无",
|
2384
|
+
"member": "string",
|
2385
|
+
"name": "UrlType",
|
2386
|
+
"required": false,
|
2387
|
+
"type": "string"
|
2388
|
+
}
|
2389
|
+
],
|
2390
|
+
"type": "object"
|
2391
|
+
},
|
2392
|
+
"CreateUserAutoSignEnableUrlResponse": {
|
2393
|
+
"document": "CreateUserAutoSignEnableUrl返回参数结构体",
|
2394
|
+
"members": [
|
2395
|
+
{
|
2396
|
+
"document": "跳转短链",
|
2397
|
+
"example": "无",
|
2398
|
+
"member": "string",
|
2399
|
+
"name": "Url",
|
2400
|
+
"type": "string",
|
2401
|
+
"value_allowed_null": false
|
2402
|
+
},
|
2403
|
+
{
|
2404
|
+
"document": "小程序AppId",
|
2405
|
+
"example": "无",
|
2406
|
+
"member": "string",
|
2407
|
+
"name": "AppId",
|
2408
|
+
"type": "string",
|
2409
|
+
"value_allowed_null": false
|
2410
|
+
},
|
2411
|
+
{
|
2412
|
+
"document": "小程序 原始 Id",
|
2413
|
+
"example": "无",
|
2414
|
+
"member": "string",
|
2415
|
+
"name": "AppOriginalId",
|
2416
|
+
"type": "string",
|
2417
|
+
"value_allowed_null": false
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
"document": "跳转路径",
|
2421
|
+
"example": "无",
|
2422
|
+
"member": "string",
|
2423
|
+
"name": "Path",
|
2424
|
+
"type": "string",
|
2425
|
+
"value_allowed_null": false
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
"document": "base64格式跳转二维码",
|
2429
|
+
"example": "无",
|
2430
|
+
"member": "string",
|
2431
|
+
"name": "QrCode",
|
2432
|
+
"type": "string",
|
2433
|
+
"value_allowed_null": false
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"document": "链接类型,空-默认小程序端链接,H5SIGN-h5端链接",
|
2437
|
+
"example": "无",
|
2438
|
+
"member": "string",
|
2439
|
+
"name": "UrlType",
|
2440
|
+
"type": "string",
|
2441
|
+
"value_allowed_null": false
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
2445
|
+
"member": "string",
|
2446
|
+
"name": "RequestId",
|
2447
|
+
"type": "string"
|
2448
|
+
}
|
2449
|
+
],
|
2450
|
+
"type": "object"
|
2451
|
+
},
|
2273
2452
|
"DeleteIntegrationEmployeesRequest": {
|
2274
2453
|
"document": "DeleteIntegrationEmployees请求参数结构体",
|
2275
2454
|
"members": [
|
@@ -3183,6 +3362,98 @@
|
|
3183
3362
|
],
|
3184
3363
|
"type": "object"
|
3185
3364
|
},
|
3365
|
+
"DescribeUserAutoSignStatusRequest": {
|
3366
|
+
"document": "DescribeUserAutoSignStatus请求参数结构体",
|
3367
|
+
"members": [
|
3368
|
+
{
|
3369
|
+
"document": "操作人信息",
|
3370
|
+
"example": "无",
|
3371
|
+
"member": "UserInfo",
|
3372
|
+
"name": "Operator",
|
3373
|
+
"required": true,
|
3374
|
+
"type": "object"
|
3375
|
+
},
|
3376
|
+
{
|
3377
|
+
"document": "自动签场景:\nE_PRESCRIPTION_AUTO_SIGN 电子处方",
|
3378
|
+
"example": "无",
|
3379
|
+
"member": "string",
|
3380
|
+
"name": "SceneKey",
|
3381
|
+
"required": true,
|
3382
|
+
"type": "string"
|
3383
|
+
},
|
3384
|
+
{
|
3385
|
+
"document": "查询开启状态的用户信息",
|
3386
|
+
"example": "无",
|
3387
|
+
"member": "UserThreeFactor",
|
3388
|
+
"name": "UserInfo",
|
3389
|
+
"required": true,
|
3390
|
+
"type": "object"
|
3391
|
+
}
|
3392
|
+
],
|
3393
|
+
"type": "object"
|
3394
|
+
},
|
3395
|
+
"DescribeUserAutoSignStatusResponse": {
|
3396
|
+
"document": "DescribeUserAutoSignStatus返回参数结构体",
|
3397
|
+
"members": [
|
3398
|
+
{
|
3399
|
+
"document": "是否开通",
|
3400
|
+
"example": "无",
|
3401
|
+
"member": "bool",
|
3402
|
+
"name": "IsOpen",
|
3403
|
+
"type": "bool",
|
3404
|
+
"value_allowed_null": false
|
3405
|
+
},
|
3406
|
+
{
|
3407
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3408
|
+
"member": "string",
|
3409
|
+
"name": "RequestId",
|
3410
|
+
"type": "string"
|
3411
|
+
}
|
3412
|
+
],
|
3413
|
+
"type": "object"
|
3414
|
+
},
|
3415
|
+
"DisableUserAutoSignRequest": {
|
3416
|
+
"document": "DisableUserAutoSign请求参数结构体",
|
3417
|
+
"members": [
|
3418
|
+
{
|
3419
|
+
"document": "操作人信息",
|
3420
|
+
"example": "无",
|
3421
|
+
"member": "UserInfo",
|
3422
|
+
"name": "Operator",
|
3423
|
+
"required": true,
|
3424
|
+
"type": "object"
|
3425
|
+
},
|
3426
|
+
{
|
3427
|
+
"document": "自动签场景:\nE_PRESCRIPTION_AUTO_SIGN 电子处方",
|
3428
|
+
"example": "无",
|
3429
|
+
"member": "string",
|
3430
|
+
"name": "SceneKey",
|
3431
|
+
"required": true,
|
3432
|
+
"type": "string"
|
3433
|
+
},
|
3434
|
+
{
|
3435
|
+
"document": "关闭自动签的个人的三要素",
|
3436
|
+
"example": "无",
|
3437
|
+
"member": "UserThreeFactor",
|
3438
|
+
"name": "UserInfo",
|
3439
|
+
"required": true,
|
3440
|
+
"type": "object"
|
3441
|
+
}
|
3442
|
+
],
|
3443
|
+
"type": "object"
|
3444
|
+
},
|
3445
|
+
"DisableUserAutoSignResponse": {
|
3446
|
+
"document": "DisableUserAutoSign返回参数结构体",
|
3447
|
+
"members": [
|
3448
|
+
{
|
3449
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3450
|
+
"member": "string",
|
3451
|
+
"name": "RequestId",
|
3452
|
+
"type": "string"
|
3453
|
+
}
|
3454
|
+
],
|
3455
|
+
"type": "object"
|
3456
|
+
},
|
3186
3457
|
"FailedCreateStaffData": {
|
3187
3458
|
"document": "创建员工的失败数据",
|
3188
3459
|
"members": [
|
@@ -5400,6 +5671,39 @@
|
|
5400
5671
|
],
|
5401
5672
|
"usage": "both"
|
5402
5673
|
},
|
5674
|
+
"UserThreeFactor": {
|
5675
|
+
"document": "用户的三要素:姓名,证件号,证件类型",
|
5676
|
+
"members": [
|
5677
|
+
{
|
5678
|
+
"document": "姓名\n注意:此字段可能返回 null,表示取不到有效值。",
|
5679
|
+
"example": "小明",
|
5680
|
+
"member": "string",
|
5681
|
+
"name": "Name",
|
5682
|
+
"required": true,
|
5683
|
+
"type": "string",
|
5684
|
+
"value_allowed_null": true
|
5685
|
+
},
|
5686
|
+
{
|
5687
|
+
"document": "证件类型: \nID_CARD 身份证\nHONGKONG_AND_MACAO 港澳居民来往内地通行证\nHONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)\n注意:此字段可能返回 null,表示取不到有效值。",
|
5688
|
+
"example": "ID_CARD",
|
5689
|
+
"member": "string",
|
5690
|
+
"name": "IdCardType",
|
5691
|
+
"required": true,
|
5692
|
+
"type": "string",
|
5693
|
+
"value_allowed_null": true
|
5694
|
+
},
|
5695
|
+
{
|
5696
|
+
"document": "证件号,如果有 X 请大写\n注意:此字段可能返回 null,表示取不到有效值。",
|
5697
|
+
"example": "610*************1X",
|
5698
|
+
"member": "string",
|
5699
|
+
"name": "IdCardNumber",
|
5700
|
+
"required": true,
|
5701
|
+
"type": "string",
|
5702
|
+
"value_allowed_null": true
|
5703
|
+
}
|
5704
|
+
],
|
5705
|
+
"usage": "in"
|
5706
|
+
},
|
5403
5707
|
"VerifyPdfRequest": {
|
5404
5708
|
"document": "VerifyPdf请求参数结构体",
|
5405
5709
|
"members": [
|