tccli 3.0.1320.1__py2.py3-none-any.whl → 3.0.1321.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/cdwdoris/v20211228/api.json +27 -0
- tccli/services/cfs/v20190719/api.json +8 -8
- tccli/services/cfw/v20190904/api.json +7 -7
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/chc/v20230418/api.json +33 -2
- tccli/services/ckafka/v20190819/api.json +19 -10
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/cme/v20191029/api.json +1 -1
- tccli/services/csip/v20221121/api.json +9 -9
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/emr/emr_client.py +262 -50
- tccli/services/emr/v20190103/api.json +325 -0
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/faceid/v20180301/api.json +60 -22
- tccli/services/gs/v20191118/api.json +18 -0
- tccli/services/monitor/v20180724/api.json +4 -4
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/tbaas/v20180416/api.json +5 -5
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/wedata/v20210820/api.json +191 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1320.1.dist-info → tccli-3.0.1321.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1320.1.dist-info → tccli-3.0.1321.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1320.1.dist-info → tccli-3.0.1321.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1320.1.dist-info → tccli-3.0.1321.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1320.1.dist-info → tccli-3.0.1321.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
|
|
42
42
|
"output": "CreateClusterResponse",
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
|
+
"CreateGroupsSTD": {
|
46
|
+
"document": "用户管理-批量创建用户组",
|
47
|
+
"input": "CreateGroupsSTDRequest",
|
48
|
+
"name": "用户管理-批量创建用户组",
|
49
|
+
"output": "CreateGroupsSTDResponse",
|
50
|
+
"status": "online"
|
51
|
+
},
|
45
52
|
"CreateInstance": {
|
46
53
|
"document": "创建EMR集群实例",
|
47
54
|
"input": "CreateInstanceRequest",
|
@@ -63,6 +70,13 @@
|
|
63
70
|
"output": "DeleteAutoScaleStrategyResponse",
|
64
71
|
"status": "online"
|
65
72
|
},
|
73
|
+
"DeleteGroupsSTD": {
|
74
|
+
"document": "批量删除用户组",
|
75
|
+
"input": "DeleteGroupsSTDRequest",
|
76
|
+
"name": "用户管理-批量删除用户组",
|
77
|
+
"output": "DeleteGroupsSTDResponse",
|
78
|
+
"status": "online"
|
79
|
+
},
|
66
80
|
"DeleteNodeResourceConfig": {
|
67
81
|
"document": "删除当前集群的节点规格配置",
|
68
82
|
"input": "DeleteNodeResourceConfigRequest",
|
@@ -455,6 +469,13 @@
|
|
455
469
|
"output": "ModifySLInstanceBasicResponse",
|
456
470
|
"status": "online"
|
457
471
|
},
|
472
|
+
"ModifyUserGroup": {
|
473
|
+
"document": "用户管理-修改用户组",
|
474
|
+
"input": "ModifyUserGroupRequest",
|
475
|
+
"name": "用户管理-修改用户组",
|
476
|
+
"output": "ModifyUserGroupResponse",
|
477
|
+
"status": "online"
|
478
|
+
},
|
458
479
|
"ModifyUserManagerPwd": {
|
459
480
|
"document": "修改用户密码(用户管理)",
|
460
481
|
"input": "ModifyUserManagerPwdRequest",
|
@@ -462,6 +483,13 @@
|
|
462
483
|
"output": "ModifyUserManagerPwdResponse",
|
463
484
|
"status": "online"
|
464
485
|
},
|
486
|
+
"ModifyUsersOfGroupSTD": {
|
487
|
+
"document": "变更用户组用户信息",
|
488
|
+
"input": "ModifyUsersOfGroupSTDRequest",
|
489
|
+
"name": "用户管理-变更用户组用户信息",
|
490
|
+
"output": "ModifyUsersOfGroupSTDResponse",
|
491
|
+
"status": "online"
|
492
|
+
},
|
465
493
|
"ModifyYarnDeploy": {
|
466
494
|
"document": "部署生效。已废弃,请使用`DeployYarnConf`接口进行部署生效",
|
467
495
|
"input": "ModifyYarnDeployRequest",
|
@@ -3301,6 +3329,52 @@
|
|
3301
3329
|
],
|
3302
3330
|
"type": "object"
|
3303
3331
|
},
|
3332
|
+
"CreateGroupsSTDRequest": {
|
3333
|
+
"document": "CreateGroupsSTD请求参数结构体",
|
3334
|
+
"members": [
|
3335
|
+
{
|
3336
|
+
"disabled": false,
|
3337
|
+
"document": "集群名称",
|
3338
|
+
"example": "emr-o88f3whr",
|
3339
|
+
"member": "string",
|
3340
|
+
"name": "InstanceId",
|
3341
|
+
"required": true,
|
3342
|
+
"type": "string"
|
3343
|
+
},
|
3344
|
+
{
|
3345
|
+
"disabled": false,
|
3346
|
+
"document": "批量用户组信息",
|
3347
|
+
"example": "无",
|
3348
|
+
"member": "GroupInfo",
|
3349
|
+
"name": "Groups",
|
3350
|
+
"required": true,
|
3351
|
+
"type": "list"
|
3352
|
+
}
|
3353
|
+
],
|
3354
|
+
"type": "object"
|
3355
|
+
},
|
3356
|
+
"CreateGroupsSTDResponse": {
|
3357
|
+
"document": "CreateGroupsSTD返回参数结构体",
|
3358
|
+
"members": [
|
3359
|
+
{
|
3360
|
+
"disabled": false,
|
3361
|
+
"document": "每个用户组的输出结果",
|
3362
|
+
"example": "无",
|
3363
|
+
"member": "ResultItem",
|
3364
|
+
"name": "Data",
|
3365
|
+
"output_required": false,
|
3366
|
+
"type": "list",
|
3367
|
+
"value_allowed_null": false
|
3368
|
+
},
|
3369
|
+
{
|
3370
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3371
|
+
"member": "string",
|
3372
|
+
"name": "RequestId",
|
3373
|
+
"type": "string"
|
3374
|
+
}
|
3375
|
+
],
|
3376
|
+
"type": "object"
|
3377
|
+
},
|
3304
3378
|
"CreateInstanceRequest": {
|
3305
3379
|
"document": "CreateInstance请求参数结构体",
|
3306
3380
|
"members": [
|
@@ -4028,6 +4102,52 @@
|
|
4028
4102
|
],
|
4029
4103
|
"type": "object"
|
4030
4104
|
},
|
4105
|
+
"DeleteGroupsSTDRequest": {
|
4106
|
+
"document": "DeleteGroupsSTD请求参数结构体",
|
4107
|
+
"members": [
|
4108
|
+
{
|
4109
|
+
"disabled": false,
|
4110
|
+
"document": "集群名称",
|
4111
|
+
"example": "emr-o88f3whr",
|
4112
|
+
"member": "string",
|
4113
|
+
"name": "InstanceId",
|
4114
|
+
"required": true,
|
4115
|
+
"type": "string"
|
4116
|
+
},
|
4117
|
+
{
|
4118
|
+
"disabled": false,
|
4119
|
+
"document": "用户组名称数组",
|
4120
|
+
"example": "[\"group1\",\"group2\"]",
|
4121
|
+
"member": "string",
|
4122
|
+
"name": "GroupNames",
|
4123
|
+
"required": true,
|
4124
|
+
"type": "list"
|
4125
|
+
}
|
4126
|
+
],
|
4127
|
+
"type": "object"
|
4128
|
+
},
|
4129
|
+
"DeleteGroupsSTDResponse": {
|
4130
|
+
"document": "DeleteGroupsSTD返回参数结构体",
|
4131
|
+
"members": [
|
4132
|
+
{
|
4133
|
+
"disabled": false,
|
4134
|
+
"document": "删除返回结果",
|
4135
|
+
"example": "无",
|
4136
|
+
"member": "ResultItem",
|
4137
|
+
"name": "Data",
|
4138
|
+
"output_required": false,
|
4139
|
+
"type": "list",
|
4140
|
+
"value_allowed_null": false
|
4141
|
+
},
|
4142
|
+
{
|
4143
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4144
|
+
"member": "string",
|
4145
|
+
"name": "RequestId",
|
4146
|
+
"type": "string"
|
4147
|
+
}
|
4148
|
+
],
|
4149
|
+
"type": "object"
|
4150
|
+
},
|
4031
4151
|
"DeleteNodeResourceConfigRequest": {
|
4032
4152
|
"document": "DeleteNodeResourceConfig请求参数结构体",
|
4033
4153
|
"members": [
|
@@ -8965,6 +9085,45 @@
|
|
8965
9085
|
],
|
8966
9086
|
"usage": "both"
|
8967
9087
|
},
|
9088
|
+
"GroupInfo": {
|
9089
|
+
"document": "用户组信息",
|
9090
|
+
"members": [
|
9091
|
+
{
|
9092
|
+
"disabled": false,
|
9093
|
+
"document": "组名",
|
9094
|
+
"example": "groupTest",
|
9095
|
+
"member": "string",
|
9096
|
+
"name": "GroupName",
|
9097
|
+
"output_required": false,
|
9098
|
+
"required": false,
|
9099
|
+
"type": "string",
|
9100
|
+
"value_allowed_null": false
|
9101
|
+
},
|
9102
|
+
{
|
9103
|
+
"disabled": false,
|
9104
|
+
"document": "备注",
|
9105
|
+
"example": "userGroup",
|
9106
|
+
"member": "string",
|
9107
|
+
"name": "Description",
|
9108
|
+
"output_required": false,
|
9109
|
+
"required": false,
|
9110
|
+
"type": "string",
|
9111
|
+
"value_allowed_null": false
|
9112
|
+
},
|
9113
|
+
{
|
9114
|
+
"disabled": false,
|
9115
|
+
"document": "用户列表",
|
9116
|
+
"example": "无",
|
9117
|
+
"member": "string",
|
9118
|
+
"name": "Users",
|
9119
|
+
"output_required": false,
|
9120
|
+
"required": false,
|
9121
|
+
"type": "list",
|
9122
|
+
"value_allowed_null": false
|
9123
|
+
}
|
9124
|
+
],
|
9125
|
+
"usage": "both"
|
9126
|
+
},
|
8968
9127
|
"HealthStatus": {
|
8969
9128
|
"document": "进程健康状态",
|
8970
9129
|
"members": [
|
@@ -12215,6 +12374,60 @@
|
|
12215
12374
|
],
|
12216
12375
|
"type": "object"
|
12217
12376
|
},
|
12377
|
+
"ModifyUserGroupRequest": {
|
12378
|
+
"document": "ModifyUserGroup请求参数结构体",
|
12379
|
+
"members": [
|
12380
|
+
{
|
12381
|
+
"disabled": false,
|
12382
|
+
"document": "用户信息列表",
|
12383
|
+
"example": "[\"user1\"]",
|
12384
|
+
"member": "string",
|
12385
|
+
"name": "Users",
|
12386
|
+
"required": true,
|
12387
|
+
"type": "list"
|
12388
|
+
},
|
12389
|
+
{
|
12390
|
+
"disabled": false,
|
12391
|
+
"document": "用户主组,cvm集群为必填参数,tke集群选填",
|
12392
|
+
"example": "group4",
|
12393
|
+
"member": "string",
|
12394
|
+
"name": "UserGroup",
|
12395
|
+
"required": false,
|
12396
|
+
"type": "string"
|
12397
|
+
},
|
12398
|
+
{
|
12399
|
+
"disabled": false,
|
12400
|
+
"document": "用户副组",
|
12401
|
+
"example": "[\"group4\"]",
|
12402
|
+
"member": "string",
|
12403
|
+
"name": "Groups",
|
12404
|
+
"required": false,
|
12405
|
+
"type": "list"
|
12406
|
+
},
|
12407
|
+
{
|
12408
|
+
"disabled": false,
|
12409
|
+
"document": "备注",
|
12410
|
+
"example": "modify",
|
12411
|
+
"member": "string",
|
12412
|
+
"name": "Remark",
|
12413
|
+
"required": false,
|
12414
|
+
"type": "string"
|
12415
|
+
}
|
12416
|
+
],
|
12417
|
+
"type": "object"
|
12418
|
+
},
|
12419
|
+
"ModifyUserGroupResponse": {
|
12420
|
+
"document": "ModifyUserGroup返回参数结构体",
|
12421
|
+
"members": [
|
12422
|
+
{
|
12423
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12424
|
+
"member": "string",
|
12425
|
+
"name": "RequestId",
|
12426
|
+
"type": "string"
|
12427
|
+
}
|
12428
|
+
],
|
12429
|
+
"type": "object"
|
12430
|
+
},
|
12218
12431
|
"ModifyUserManagerPwdRequest": {
|
12219
12432
|
"document": "ModifyUserManagerPwd请求参数结构体",
|
12220
12433
|
"members": [
|
@@ -12260,6 +12473,79 @@
|
|
12260
12473
|
],
|
12261
12474
|
"type": "object"
|
12262
12475
|
},
|
12476
|
+
"ModifyUsersOfGroupSTDRequest": {
|
12477
|
+
"document": "ModifyUsersOfGroupSTD请求参数结构体",
|
12478
|
+
"members": [
|
12479
|
+
{
|
12480
|
+
"disabled": false,
|
12481
|
+
"document": "集群名称",
|
12482
|
+
"example": "emr-o88f3whr",
|
12483
|
+
"member": "string",
|
12484
|
+
"name": "InstanceId",
|
12485
|
+
"required": true,
|
12486
|
+
"type": "string"
|
12487
|
+
},
|
12488
|
+
{
|
12489
|
+
"disabled": false,
|
12490
|
+
"document": "用户组名",
|
12491
|
+
"example": "group3",
|
12492
|
+
"member": "string",
|
12493
|
+
"name": "Group",
|
12494
|
+
"required": true,
|
12495
|
+
"type": "string"
|
12496
|
+
},
|
12497
|
+
{
|
12498
|
+
"disabled": false,
|
12499
|
+
"document": "用户列表",
|
12500
|
+
"example": "[\"user1\"]",
|
12501
|
+
"member": "string",
|
12502
|
+
"name": "Users",
|
12503
|
+
"required": false,
|
12504
|
+
"type": "list"
|
12505
|
+
},
|
12506
|
+
{
|
12507
|
+
"disabled": false,
|
12508
|
+
"document": "用户组描述",
|
12509
|
+
"example": "modify",
|
12510
|
+
"member": "string",
|
12511
|
+
"name": "Description",
|
12512
|
+
"required": false,
|
12513
|
+
"type": "string"
|
12514
|
+
},
|
12515
|
+
{
|
12516
|
+
"disabled": false,
|
12517
|
+
"document": "枚举类, ADD, DELETE, SYNC\n\n\n枚举类说明:\n- ADD: 新增的批量用户, 多次新增相同的用户不会报错\n- DELETE: 从用户组里删除的批量用户, 删除不存在的用户不会报错\n- SYNC: 用于同步整个用户组, 当列表为空时代表清空整个用户组\n默认为SYNC\n",
|
12518
|
+
"example": "SYNC",
|
12519
|
+
"member": "string",
|
12520
|
+
"name": "OperateAction",
|
12521
|
+
"required": false,
|
12522
|
+
"type": "string"
|
12523
|
+
}
|
12524
|
+
],
|
12525
|
+
"type": "object"
|
12526
|
+
},
|
12527
|
+
"ModifyUsersOfGroupSTDResponse": {
|
12528
|
+
"document": "ModifyUsersOfGroupSTD返回参数结构体",
|
12529
|
+
"members": [
|
12530
|
+
{
|
12531
|
+
"disabled": false,
|
12532
|
+
"document": "是否修改成功",
|
12533
|
+
"example": "true",
|
12534
|
+
"member": "bool",
|
12535
|
+
"name": "Data",
|
12536
|
+
"output_required": false,
|
12537
|
+
"type": "bool",
|
12538
|
+
"value_allowed_null": false
|
12539
|
+
},
|
12540
|
+
{
|
12541
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12542
|
+
"member": "string",
|
12543
|
+
"name": "RequestId",
|
12544
|
+
"type": "string"
|
12545
|
+
}
|
12546
|
+
],
|
12547
|
+
"type": "object"
|
12548
|
+
},
|
12263
12549
|
"ModifyYarnDeployRequest": {
|
12264
12550
|
"document": "ModifyYarnDeploy请求参数结构体",
|
12265
12551
|
"members": [
|
@@ -15674,6 +15960,45 @@
|
|
15674
15960
|
],
|
15675
15961
|
"usage": "out"
|
15676
15962
|
},
|
15963
|
+
"ResultItem": {
|
15964
|
+
"document": "用户组的输出结果",
|
15965
|
+
"members": [
|
15966
|
+
{
|
15967
|
+
"disabled": false,
|
15968
|
+
"document": "此处为用户组名",
|
15969
|
+
"example": "groupTest",
|
15970
|
+
"member": "string",
|
15971
|
+
"name": "Item",
|
15972
|
+
"output_required": false,
|
15973
|
+
"required": false,
|
15974
|
+
"type": "string",
|
15975
|
+
"value_allowed_null": false
|
15976
|
+
},
|
15977
|
+
{
|
15978
|
+
"disabled": false,
|
15979
|
+
"document": "创建用户组是否成功",
|
15980
|
+
"example": "true",
|
15981
|
+
"member": "bool",
|
15982
|
+
"name": "Result",
|
15983
|
+
"output_required": false,
|
15984
|
+
"required": false,
|
15985
|
+
"type": "bool",
|
15986
|
+
"value_allowed_null": false
|
15987
|
+
},
|
15988
|
+
{
|
15989
|
+
"disabled": false,
|
15990
|
+
"document": "若是创建失败, 提供失败原因",
|
15991
|
+
"example": "用户组已存在",
|
15992
|
+
"member": "string",
|
15993
|
+
"name": "Reason",
|
15994
|
+
"output_required": false,
|
15995
|
+
"required": false,
|
15996
|
+
"type": "string",
|
15997
|
+
"value_allowed_null": false
|
15998
|
+
}
|
15999
|
+
],
|
16000
|
+
"usage": "both"
|
16001
|
+
},
|
15677
16002
|
"RunJobFlowRequest": {
|
15678
16003
|
"document": "RunJobFlow请求参数结构体",
|
15679
16004
|
"members": [
|
@@ -48,6 +48,14 @@
|
|
48
48
|
"title": "创建EMR集群实例"
|
49
49
|
}
|
50
50
|
],
|
51
|
+
"CreateGroupsSTD": [
|
52
|
+
{
|
53
|
+
"document": "",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupsSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"Groups\": [\n {\n \"GroupName\": \"group4\",\n \"Description\": \"ceshi\"\n }\n ]\n}",
|
55
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Item\": \"group4\",\n \"Reason\": \"\",\n \"Result\": true\n }\n ],\n \"RequestId\": \"ceff5822-18bb-43d7-8c63-199597aa50de\"\n }\n}",
|
56
|
+
"title": "增加用户组"
|
57
|
+
}
|
58
|
+
],
|
51
59
|
"CreateInstance": [
|
52
60
|
{
|
53
61
|
"document": "",
|
@@ -72,6 +80,14 @@
|
|
72
80
|
"title": "删除弹性扩缩容规则示例"
|
73
81
|
}
|
74
82
|
],
|
83
|
+
"DeleteGroupsSTD": [
|
84
|
+
{
|
85
|
+
"document": "",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGroupsSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"GroupNames\": [\n \"group1\",\n \"group2\"\n ]\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Item\": \"group1\",\n \"Reason\": \"\",\n \"Result\": true\n },\n {\n \"Item\": \"group2\",\n \"Reason\": \"Group group2 not found or being processed\",\n \"Result\": false\n }\n ],\n \"RequestId\": \"24b928fe-29f4-4c15-8a4c-700eb86c713a\"\n }\n}",
|
88
|
+
"title": "删除用户组"
|
89
|
+
}
|
90
|
+
],
|
75
91
|
"DeleteNodeResourceConfig": [
|
76
92
|
{
|
77
93
|
"document": "",
|
@@ -520,6 +536,14 @@
|
|
520
536
|
"title": "serverless hbase修改实例名称"
|
521
537
|
}
|
522
538
|
],
|
539
|
+
"ModifyUserGroup": [
|
540
|
+
{
|
541
|
+
"document": "",
|
542
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserGroup\n<公共请求参数>\n\n{\n \"Users\": [\n \"user1\"\n ],\n \"UserGroup\": \"group4\",\n \"Groups\": [\n \"group4\"\n ],\n \"Remark\": \"modify\"\n}",
|
543
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"43d2a958-6cdf-422b-903e-0bbf2aaa2619\"\n }\n}",
|
544
|
+
"title": "修改用户的用户组"
|
545
|
+
}
|
546
|
+
],
|
523
547
|
"ModifyUserManagerPwd": [
|
524
548
|
{
|
525
549
|
"document": "test",
|
@@ -528,6 +552,14 @@
|
|
528
552
|
"title": "test"
|
529
553
|
}
|
530
554
|
],
|
555
|
+
"ModifyUsersOfGroupSTD": [
|
556
|
+
{
|
557
|
+
"document": "",
|
558
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUsersOfGroupSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"Group\": \"group3\",\n \"Users\": [\n \"user1\"\n ],\n \"Description\": \"modify\"\n}",
|
559
|
+
"output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"554a474b-c1dd-4627-9b80-42b4b9e95add\"\n }\n}",
|
560
|
+
"title": "修改用户组内用户"
|
561
|
+
}
|
562
|
+
],
|
531
563
|
"ModifyYarnDeploy": [
|
532
564
|
{
|
533
565
|
"document": "",
|
@@ -11726,14 +11726,14 @@
|
|
11726
11726
|
},
|
11727
11727
|
{
|
11728
11728
|
"disabled": false,
|
11729
|
-
"document": "
|
11729
|
+
"document": "是否为隐藏可用区",
|
11730
11730
|
"example": "false",
|
11731
11731
|
"member": "bool",
|
11732
11732
|
"name": "Hidden",
|
11733
11733
|
"output_required": false,
|
11734
11734
|
"required": false,
|
11735
11735
|
"type": "bool",
|
11736
|
-
"value_allowed_null":
|
11736
|
+
"value_allowed_null": false
|
11737
11737
|
}
|
11738
11738
|
],
|
11739
11739
|
"usage": "both"
|
@@ -2022,6 +2022,15 @@
|
|
2022
2022
|
"required": false,
|
2023
2023
|
"type": "string"
|
2024
2024
|
},
|
2025
|
+
{
|
2026
|
+
"disabled": false,
|
2027
|
+
"document": "指定批量签署合同的签名类型,可传递以下值:<ul><li>**0**:手写签名</li><li>**1**:OCR楷体</li><li>**2**:姓名印章</li><li>**3**:图片印章</li><li>**4**:系统签名</li><li>**5**:长效手写签名(包含手写签名)</li></ul>注:<ul><li>不传值的情况则计算所有合同中个人签署区的签名类型,规则如下:<ul><li>1.如果所有合同中所有的个人签署区方式包含多种则是手写</li><li>2.如果所有合同中所有个人签名区签名类型仅为一种则就是那一种签名方式(例如合同1有多个签署区都是指定OCR楷体,合同2中也是多个签署区都是指定OCR楷体...则使用OCR楷体)</li></ul></li><li>该参数会覆盖您合同中的签名类型,若您在发起合同时限定了签名类型(赋值签名类型给ComponentTypeLimit),请将这些签名类型赋予此参数</li><li>若签署方为企业员工,此参数无效,签名方式将以合同中为准。</li></ul>",
|
2028
|
+
"example": "[0, 1, 2, 3, 4]",
|
2029
|
+
"member": "int64",
|
2030
|
+
"name": "SignatureTypes",
|
2031
|
+
"required": false,
|
2032
|
+
"type": "list"
|
2033
|
+
},
|
2025
2034
|
{
|
2026
2035
|
"disabled": false,
|
2027
2036
|
"document": "是否直接跳转至合同内容页面进行签署\n<ul>\n<li>**false**: 会跳转至批量合同流程的列表, 点击需要批量签署合同后进入合同内容页面进行签署(默认)</li>\n<li>**true**: 跳过合同流程列表, 直接进入合同内容页面进行签署</li>\n</ul>",
|