tccli 3.0.1047.1__py2.py3-none-any.whl → 3.0.1049.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/antiddos/v20200309/DescribeBGPIPL7Rules.md +87 -0
- tccli/examples/billing/v20180709/DescribeSavingPlanResourceInfo.md +24 -0
- tccli/examples/ckafka/v20190819/DescribeGroup.md +6 -5
- tccli/examples/csip/v20221121/ModifyOrganizationAccountStatus.md +21 -0
- tccli/examples/cynosdb/v20190107/AddInstances.md +2 -2
- tccli/examples/cynosdb/v20190107/DescribeClusterInstanceGrps.md +235 -79
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +3 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterPasswordComplexity.md +18 -6
- tccli/examples/cynosdb/v20190107/DescribeInstances.md +63 -55
- tccli/examples/cynosdb/v20190107/DescribeParamTemplateDetail.md +3 -1
- tccli/examples/cynosdb/v20190107/ModifyVipVport.md +3 -3
- tccli/examples/emr/v20190103/DescribeInsightList.md +41 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +155 -0
- tccli/examples/ess/v20201111/CreateOrganizationBatchSignUrl.md +9 -9
- tccli/examples/essbasic/v20210526/ChannelCreatePrepareFlow.md +44 -2
- tccli/examples/iotvideo/v20211125/DeleteCloudStorageEvent.md +2 -1
- tccli/examples/iotvideo/v20211125/DescribeCloudStorageOrder.md +2 -1
- tccli/examples/oceanus/v20190422/CopyJobs.md +11 -20
- tccli/examples/teo/v20220901/DescribeDefaultCertificates.md +2 -1
- tccli/examples/trocket/v20230308/CreateMQTTInstance.md +31 -0
- tccli/examples/trocket/v20230308/DescribeMQTTInstanceList.md +176 -0
- tccli/examples/trocket/v20230308/DescribeMQTTProductSKUList.md +94 -0
- tccli/examples/wedata/v20210820/DeleteCustomFunction.md +11 -8
- tccli/services/antiddos/antiddos_client.py +53 -0
- tccli/services/antiddos/v20200309/api.json +439 -0
- tccli/services/antiddos/v20200309/examples.json +8 -0
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +71 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cfg/v20210820/api.json +21 -10
- tccli/services/ckafka/v20190819/api.json +6 -5
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +52 -23
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +43 -0
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cynosdb/v20190107/api.json +415 -87
- tccli/services/cynosdb/v20190107/examples.json +12 -12
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +228 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +10 -10
- tccli/services/ess/v20201111/examples.json +15 -3
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/essbasic/v20210526/examples.json +8 -2
- tccli/services/iotvideo/v20211125/api.json +28 -0
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/live/v20180801/api.json +3 -3
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +32 -3
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/privatedns/v20201028/api.json +29 -19
- tccli/services/ssl/ssl_client.py +0 -53
- tccli/services/ssl/v20191205/api.json +0 -99
- tccli/services/ssl/v20191205/examples.json +0 -8
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trocket/trocket_client.py +171 -12
- tccli/services/trocket/v20230308/api.json +492 -0
- tccli/services/trocket/v20230308/examples.json +30 -0
- tccli/services/wedata/v20210820/api.json +403 -49
- tccli/services/wedata/v20210820/examples.json +4 -4
- {tccli-3.0.1047.1.dist-info → tccli-3.0.1049.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1047.1.dist-info → tccli-3.0.1049.1.dist-info}/RECORD +69 -62
- {tccli-3.0.1047.1.dist-info → tccli-3.0.1049.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1047.1.dist-info → tccli-3.0.1049.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1047.1.dist-info → tccli-3.0.1049.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,16 +8,16 @@ Input:
|
|
8
8
|
tccli cynosdb DescribeInstances --cli-unfold-argument \
|
9
9
|
--Limit 0 \
|
10
10
|
--Offset 0 \
|
11
|
-
--OrderBy
|
12
|
-
--OrderByType
|
13
|
-
--Filters.0.Names
|
14
|
-
--Filters.0.Values
|
11
|
+
--OrderBy CREATETIME \
|
12
|
+
--OrderByType ASC \
|
13
|
+
--Filters.0.Names status \
|
14
|
+
--Filters.0.Values running \
|
15
15
|
--Filters.0.ExactMatch True \
|
16
|
-
--Filters.0.Name
|
17
|
-
--Filters.0.Operator
|
18
|
-
--DbType
|
19
|
-
--Status
|
20
|
-
--InstanceIds
|
16
|
+
--Filters.0.Name \
|
17
|
+
--Filters.0.Operator \
|
18
|
+
--DbType MYSQL \
|
19
|
+
--Status running \
|
20
|
+
--InstanceIds cynosdbmysql-ins-1asd45qwe
|
21
21
|
```
|
22
22
|
|
23
23
|
Output:
|
@@ -27,85 +27,93 @@ Output:
|
|
27
27
|
"TotalCount": 0,
|
28
28
|
"InstanceSet": [
|
29
29
|
{
|
30
|
-
"Uin": "
|
30
|
+
"Uin": "1111111",
|
31
31
|
"AppId": 0,
|
32
|
-
"ClusterId": "
|
32
|
+
"ClusterId": "cynosdbmysql-asd45qwe",
|
33
33
|
"ClusterName": "abc",
|
34
|
-
"InstanceId": "
|
34
|
+
"InstanceId": "cynosdbmysql-ins-asd45qwe",
|
35
35
|
"InstanceName": "abc",
|
36
36
|
"ProjectId": 0,
|
37
|
-
"Region": "
|
38
|
-
"Zone": "
|
39
|
-
"Status": "
|
40
|
-
"StatusDesc": "
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
37
|
+
"Region": "ap-guangzhou",
|
38
|
+
"Zone": "ap-guangzhou-3",
|
39
|
+
"Status": "running",
|
40
|
+
"StatusDesc": "运行中",
|
41
|
+
"DbMode": "NORMAL",
|
42
|
+
"DbType": "MYSQL",
|
43
|
+
"DbVersion": "5.7",
|
44
|
+
"Cpu": 1,
|
45
|
+
"Memory": 1,
|
46
|
+
"Storage": 10,
|
47
|
+
"InstanceType": "rw",
|
48
|
+
"InstanceRole": "master",
|
48
49
|
"UpdateTime": "2020-09-22 00:00:00",
|
49
50
|
"CreateTime": "2020-09-22 00:00:00",
|
50
|
-
"VpcId": "
|
51
|
-
"SubnetId": "
|
52
|
-
"Vip": "
|
53
|
-
"Vport":
|
51
|
+
"VpcId": "vpc-12as56",
|
52
|
+
"SubnetId": "subnet-123asd",
|
53
|
+
"Vip": "192.0.0.0",
|
54
|
+
"Vport": 3306,
|
54
55
|
"PayMode": 0,
|
55
56
|
"PeriodEndTime": "2020-09-22 00:00:00",
|
56
57
|
"DestroyDeadlineText": "abc",
|
57
58
|
"IsolateTime": "2020-09-22 00:00:00",
|
58
59
|
"NetType": 0,
|
59
|
-
"WanDomain": "
|
60
|
-
"WanIP": "
|
60
|
+
"WanDomain": "",
|
61
|
+
"WanIP": "",
|
61
62
|
"WanPort": 0,
|
62
|
-
"WanStatus": "
|
63
|
-
"DestroyTime": "
|
64
|
-
"CynosVersion": "
|
65
|
-
"ProcessingTask": "
|
63
|
+
"WanStatus": "",
|
64
|
+
"DestroyTime": "",
|
65
|
+
"CynosVersion": "2.0.10",
|
66
|
+
"ProcessingTask": "",
|
66
67
|
"RenewFlag": 0,
|
67
68
|
"MinCpu": 0,
|
68
69
|
"MaxCpu": 0,
|
69
|
-
"ServerlessStatus": "
|
70
|
-
"StorageId": "
|
70
|
+
"ServerlessStatus": "",
|
71
|
+
"StorageId": "",
|
71
72
|
"StoragePayMode": 0,
|
72
|
-
"PhysicalZone": "
|
73
|
-
"BusinessType": "
|
73
|
+
"PhysicalZone": "ap-guangzhou-3",
|
74
|
+
"BusinessType": "",
|
74
75
|
"Tasks": [
|
75
76
|
{
|
76
|
-
"TaskId":
|
77
|
-
"TaskType": "
|
78
|
-
"TaskStatus": "
|
79
|
-
"ObjectId": "
|
80
|
-
"ObjectType": "
|
77
|
+
"TaskId": 111110,
|
78
|
+
"TaskType": "taskCreateClusters",
|
79
|
+
"TaskStatus": "running",
|
80
|
+
"ObjectId": "cynosdbmysql-asd45qwe",
|
81
|
+
"ObjectType": "cluster"
|
81
82
|
}
|
82
83
|
],
|
83
|
-
"IsFreeze": "
|
84
|
+
"IsFreeze": "no",
|
84
85
|
"ResourceTags": [
|
85
86
|
{
|
86
87
|
"TagKey": "abc",
|
87
88
|
"TagValue": "abc"
|
88
89
|
}
|
89
90
|
],
|
90
|
-
"MasterZone": "
|
91
|
+
"MasterZone": "ap-guangzhou-3",
|
91
92
|
"SlaveZones": [
|
92
|
-
"
|
93
|
+
"ap-guangzhou-4"
|
93
94
|
],
|
94
95
|
"InstanceNetInfo": [
|
95
96
|
{
|
96
|
-
"InstanceGroupType": "
|
97
|
-
"InstanceGroupId": "
|
98
|
-
"VpcId": "
|
99
|
-
"SubnetId": "
|
97
|
+
"InstanceGroupType": "ha",
|
98
|
+
"InstanceGroupId": "cynosdbmysql-grp-asd45qwe",
|
99
|
+
"VpcId": "vpc-12as45",
|
100
|
+
"SubnetId": "subnet-12as45",
|
100
101
|
"NetType": 0,
|
101
|
-
"Vip": "
|
102
|
-
"Vport":
|
103
|
-
"WanDomain": "
|
104
|
-
"WanIP": "
|
102
|
+
"Vip": "192.0.0.0",
|
103
|
+
"Vport": 3306,
|
104
|
+
"WanDomain": "",
|
105
|
+
"WanIP": "",
|
105
106
|
"WanPort": 0,
|
106
|
-
"WanStatus": "
|
107
|
+
"WanStatus": ""
|
107
108
|
}
|
108
|
-
]
|
109
|
+
],
|
110
|
+
"ResourcePackages": [
|
111
|
+
{
|
112
|
+
"PackageId": "",
|
113
|
+
"PackageType": ""
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"InstanceIndexMode": ""
|
109
117
|
}
|
110
118
|
],
|
111
119
|
"RequestId": "abc"
|
@@ -6,8 +6,8 @@ Input:
|
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli cynosdb ModifyVipVport --cli-unfold-argument \
|
9
|
-
--ClusterId
|
10
|
-
--InstanceGrpId
|
9
|
+
--ClusterId xxx \
|
10
|
+
--InstanceGrpId xxx \
|
11
11
|
--Vip xx.xx.xx.xx
|
12
12
|
```
|
13
13
|
|
@@ -16,7 +16,7 @@ Output:
|
|
16
16
|
{
|
17
17
|
"Response": {
|
18
18
|
"RequestId": "128046",
|
19
|
-
"FlowId": 123
|
19
|
+
"FlowId": "123"
|
20
20
|
}
|
21
21
|
}
|
22
22
|
```
|
@@ -0,0 +1,41 @@
|
|
1
|
+
**Example 1: 获取洞察信息**
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli emr DescribeInsightList --cli-unfold-argument \
|
9
|
+
--InstanceId emr-d82w3t9p \
|
10
|
+
--PageSize 10 \
|
11
|
+
--StartTime 1701792000 \
|
12
|
+
--EndTime 1701878399 \
|
13
|
+
--Page 1
|
14
|
+
```
|
15
|
+
|
16
|
+
Output:
|
17
|
+
```
|
18
|
+
{
|
19
|
+
"Response": {
|
20
|
+
"TotalCount": 9,
|
21
|
+
"RequestId": "12345678999",
|
22
|
+
"ResultList": [
|
23
|
+
{
|
24
|
+
"ScheduleTaskName": "",
|
25
|
+
"RuleID": "HIVE-ScanManyPartition",
|
26
|
+
"ScheduleTaskExecID": "",
|
27
|
+
"ScheduleFlowName": "",
|
28
|
+
"Detail": "easechen_dw.test_orc big scan",
|
29
|
+
"Value": 0,
|
30
|
+
"RuleExplain": "扫描分区数超过表总分区80%",
|
31
|
+
"Suggestion": "添加分区扫描条件",
|
32
|
+
"RuleName": "HIVE-大表扫描",
|
33
|
+
"JobConf": "",
|
34
|
+
"Type": "HIVE",
|
35
|
+
"ID": "hadoop_20231206140857_1bbd81e2-b752-424b-aa61-a811a40c3099"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
}
|
40
|
+
```
|
41
|
+
|
@@ -838,3 +838,158 @@ Output:
|
|
838
838
|
}
|
839
839
|
```
|
840
840
|
|
841
|
+
**Example 14: 通过文件发起B2C合同-控件使用关键字定位方式**
|
842
|
+
|
843
|
+
1.通过PDF文件发起合同
|
844
|
+
2.指定B端签署方为企业【典子谦示例企业】,经办人为【典子谦】
|
845
|
+
3.通过绝对对位方式指定【典子谦示例企业】的签署控件为印章控件,控件类型为【KEYWORD】关键字类型,并设置关键字为【签名】,关键字查找顺序为【Positive-正序】关键字位置模式为【Middle-居中】,控件高宽为119x119(公章大小)
|
846
|
+
4.指定C端签署方为个人【李四】,联系电话为【15100000000】
|
847
|
+
5.通过绝对对位方式指定【李四】的签署控件为手写签名控件,控件位置为该文件的第1页,横坐标60,纵坐标260的位置,控件高宽为119x43(推荐的手写签名大小)
|
848
|
+
6.通过绝对定位方式在合同文件的第1页,横坐标360,纵坐标360的位置放置一个单行文本控件,并写入内容【我是一个单行文本】
|
849
|
+
7.完成合同发起
|
850
|
+
|
851
|
+
Input:
|
852
|
+
|
853
|
+
```
|
854
|
+
tccli ess CreateFlowByFiles --cli-unfold-argument \
|
855
|
+
--Operator.UserId 19561039c99fe825a934a132520fde6a \
|
856
|
+
--FlowName 通过文件发起合同-关键字定位 \
|
857
|
+
--FlowDescription 通过文件发起合同 \
|
858
|
+
--Unordered False \
|
859
|
+
--FlowType 示例合同 \
|
860
|
+
--Deadline 1830268800 \
|
861
|
+
--SignBeanTag 1 \
|
862
|
+
--Approvers.0.ApproverType 0 \
|
863
|
+
--Approvers.0.OrganizationName 典子谦示例企业 \
|
864
|
+
--Approvers.0.ApproverName 典子谦 \
|
865
|
+
--Approvers.0.ApproverMobile 13200000000 \
|
866
|
+
--Approvers.0.ApproverIdCardType \
|
867
|
+
--Approvers.0.ApproverIdCardNumber \
|
868
|
+
--Approvers.0.SignComponents.0.ComponentPage 1 \
|
869
|
+
--Approvers.0.SignComponents.0.ComponentPosX 0 \
|
870
|
+
--Approvers.0.SignComponents.0.ComponentPosY 0 \
|
871
|
+
--Approvers.0.SignComponents.0.ComponentWidth 119 \
|
872
|
+
--Approvers.0.SignComponents.0.ComponentHeight 119 \
|
873
|
+
--Approvers.0.SignComponents.0.FileIndex 0 \
|
874
|
+
--Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
|
875
|
+
--Approvers.0.SignComponents.0.GenerateMode KEYWORD \
|
876
|
+
--Approvers.0.SignComponents.0.ComponentId 签名 \
|
877
|
+
--Approvers.0.SignComponents.0.KeywordOrder Positive \
|
878
|
+
--Approvers.0.SignComponents.0.RelativeLocation Middle \
|
879
|
+
--Approvers.1.ApproverType 1 \
|
880
|
+
--Approvers.1.NotifyType NONE \
|
881
|
+
--Approvers.1.ApproverName 李四 \
|
882
|
+
--Approvers.1.ApproverMobile 15100000000 \
|
883
|
+
--Approvers.1.PreReadTime 10 \
|
884
|
+
--Approvers.1.SignComponents.0.ComponentPage 1 \
|
885
|
+
--Approvers.1.SignComponents.0.ComponentPosX 60 \
|
886
|
+
--Approvers.1.SignComponents.0.ComponentPosY 260 \
|
887
|
+
--Approvers.1.SignComponents.0.ComponentWidth 119 \
|
888
|
+
--Approvers.1.SignComponents.0.ComponentHeight 43 \
|
889
|
+
--Approvers.1.SignComponents.0.FileIndex 0 \
|
890
|
+
--Approvers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
|
891
|
+
--FileIds yDwqYUUckp39gkfxUu14JJPxaTyM1ltq \
|
892
|
+
--Components.0.ComponentPage 1 \
|
893
|
+
--Components.0.ComponentPosX 360 \
|
894
|
+
--Components.0.ComponentPosY 360 \
|
895
|
+
--Components.0.ComponentWidth 100 \
|
896
|
+
--Components.0.ComponentHeight 100 \
|
897
|
+
--Components.0.ComponentType TEXT \
|
898
|
+
--Components.0.ComponentValue 我是一个单行文本 \
|
899
|
+
--Components.0.FileIndex 0
|
900
|
+
```
|
901
|
+
|
902
|
+
Output:
|
903
|
+
```
|
904
|
+
{
|
905
|
+
"Response": {
|
906
|
+
"Approvers": [
|
907
|
+
{
|
908
|
+
"SignId": "",
|
909
|
+
"RecipientId": "yDw7hUUckpkmo432UunP4DaCo2sOe2oP",
|
910
|
+
"ApproverRoleName": ""
|
911
|
+
}
|
912
|
+
],
|
913
|
+
"FlowId": "yDR4yUUgyg1qh6szUxt1qOK1Jy90khKS",
|
914
|
+
"PreviewUrl": "",
|
915
|
+
"RequestId": "s1665674603446404796"
|
916
|
+
}
|
917
|
+
}
|
918
|
+
```
|
919
|
+
|
920
|
+
**Example 15: 通过文件发起B2C合同-控件使用绝对定位方式**
|
921
|
+
|
922
|
+
1.通过PDF文件发起合同
|
923
|
+
2.指定B端签署方为企业【典子谦示例企业】,经办人为【典子谦】
|
924
|
+
3.通过绝对对位方式指定【典子谦示例企业】的签署控件为印章控件,控件位置为该文件的第1页,横坐标160,纵坐标260的位置,控件高宽为119x119(公章大小)
|
925
|
+
4.指定C端签署方为个人【李四】,联系电话为【15100000000】
|
926
|
+
5.通过绝对对位方式指定【李四】的签署控件为手写签名控件,控件位置为该文件的第1页,横坐标60,纵坐标260的位置,控件高宽为119x43(推荐的手写签名大小)
|
927
|
+
6.通过绝对定位方式在合同文件的第1页,横坐标360,纵坐标360的位置放置一个单行文本控件,并写入内容【我是一个单行文本】
|
928
|
+
7.完成合同发起
|
929
|
+
|
930
|
+
Input:
|
931
|
+
|
932
|
+
```
|
933
|
+
tccli ess CreateFlowByFiles --cli-unfold-argument \
|
934
|
+
--Operator.UserId 19561039c99fe825a934a132520fde6a \
|
935
|
+
--FlowName 通过文件发起合同 \
|
936
|
+
--FlowDescription 通过文件发起合同 \
|
937
|
+
--Unordered False \
|
938
|
+
--FlowType 示例合同 \
|
939
|
+
--Deadline 1830268800 \
|
940
|
+
--SignBeanTag 1 \
|
941
|
+
--Approvers.0.ApproverType 0 \
|
942
|
+
--Approvers.0.OrganizationName 典子谦示例企业 \
|
943
|
+
--Approvers.0.ApproverName 典子谦 \
|
944
|
+
--Approvers.0.ApproverMobile 13200000000 \
|
945
|
+
--Approvers.0.ApproverIdCardType \
|
946
|
+
--Approvers.0.ApproverIdCardNumber \
|
947
|
+
--Approvers.0.SignComponents.0.ComponentPage 1 \
|
948
|
+
--Approvers.0.SignComponents.0.ComponentPosX 160 \
|
949
|
+
--Approvers.0.SignComponents.0.ComponentPosY 260 \
|
950
|
+
--Approvers.0.SignComponents.0.ComponentHeight 119 \
|
951
|
+
--Approvers.0.SignComponents.0.ComponentWidth 119 \
|
952
|
+
--Approvers.0.SignComponents.0.FileIndex 0 \
|
953
|
+
--Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
|
954
|
+
--Approvers.0.SignComponents.0.ComponentValue \
|
955
|
+
--Approvers.1.ApproverType 1 \
|
956
|
+
--Approvers.1.NotifyType NONE \
|
957
|
+
--Approvers.1.ApproverName 李四 \
|
958
|
+
--Approvers.1.ApproverMobile 15100000000 \
|
959
|
+
--Approvers.1.PreReadTime 10 \
|
960
|
+
--Approvers.1.SignComponents.0.ComponentPage 1 \
|
961
|
+
--Approvers.1.SignComponents.0.ComponentPosX 60 \
|
962
|
+
--Approvers.1.SignComponents.0.ComponentPosY 260 \
|
963
|
+
--Approvers.1.SignComponents.0.ComponentWidth 119 \
|
964
|
+
--Approvers.1.SignComponents.0.ComponentHeight 43 \
|
965
|
+
--Approvers.1.SignComponents.0.FileIndex 0 \
|
966
|
+
--Approvers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
|
967
|
+
--FileIds yDwqYUUckp39gkfxUu14JJPxaTyM1ltq \
|
968
|
+
--Components.0.ComponentPage 1 \
|
969
|
+
--Components.0.ComponentPosX 360 \
|
970
|
+
--Components.0.ComponentPosY 360 \
|
971
|
+
--Components.0.ComponentWidth 100 \
|
972
|
+
--Components.0.ComponentHeight 100 \
|
973
|
+
--Components.0.ComponentType TEXT \
|
974
|
+
--Components.0.ComponentValue 我是一个单行文本 \
|
975
|
+
--Components.0.FileIndex 0
|
976
|
+
```
|
977
|
+
|
978
|
+
Output:
|
979
|
+
```
|
980
|
+
{
|
981
|
+
"Response": {
|
982
|
+
"Approvers": [
|
983
|
+
{
|
984
|
+
"SignId": "",
|
985
|
+
"RecipientId": "yDw7hUUckpkmo432UunP4DaCo2sOe2oP",
|
986
|
+
"ApproverRoleName": ""
|
987
|
+
}
|
988
|
+
],
|
989
|
+
"FlowId": "yDR4yUUgyg1qh6szUxt1qOK1Jy90khKS",
|
990
|
+
"PreviewUrl": "",
|
991
|
+
"RequestId": "s1665674603446404796"
|
992
|
+
}
|
993
|
+
}
|
994
|
+
```
|
995
|
+
|
@@ -18,9 +18,9 @@ Output:
|
|
18
18
|
```
|
19
19
|
{
|
20
20
|
"Response": {
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
21
|
+
"ExpiredTime": 1706100107,
|
22
|
+
"RequestId": "s1705495307288609862",
|
23
|
+
"SignUrl": "https://embed.test.qian.tencent.cn/contract-sign?embed=1&expiredOn=1706100107&code=yDCNBUUckpvlibz6UEMbkWeSzl6YurH0&shortKey=yDCNBUzgvS93aBhXs3ae&channel=TENCENTCLOUD"
|
24
24
|
}
|
25
25
|
}
|
26
26
|
```
|
@@ -71,9 +71,9 @@ Output:
|
|
71
71
|
```
|
72
72
|
{
|
73
73
|
"Response": {
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
74
|
+
"ExpiredTime": 1706100167,
|
75
|
+
"RequestId": "s1705495367413358264",
|
76
|
+
"SignUrl": "https://embed.test.qian.tencent.cn/contract-sign?embed=1&expiredOn=1706100167&code=yDCNBUUckpvliyc7UxKACG8SaaySZ0Cq&shortKey=yDCNBUzgv1JtyCflmM2f&channel=TENCENTCLOUD"
|
77
77
|
}
|
78
78
|
}
|
79
79
|
```
|
@@ -97,9 +97,9 @@ Output:
|
|
97
97
|
```
|
98
98
|
{
|
99
99
|
"Response": {
|
100
|
-
"
|
101
|
-
"
|
102
|
-
"
|
100
|
+
"ExpiredTime": 1706100228,
|
101
|
+
"RequestId": "s1705495428038618994",
|
102
|
+
"SignUrl": "https://embed.test.qian.tencent.cn/contract-sign?embed=1&expiredOn=1706100228&code=yDCNBUUckpvlibzeUEMbkWeRNyTH5WNK&shortKey=yDCNBUzgvw1blVbE1L7c&channel=TENCENTCLOUD"
|
103
103
|
}
|
104
104
|
}
|
105
105
|
```
|
@@ -54,9 +54,51 @@ Output:
|
|
54
54
|
}
|
55
55
|
```
|
56
56
|
|
57
|
-
**Example 2:
|
57
|
+
**Example 2: 创建发起合同签署链接-模板发起(固定一个参与方)**
|
58
|
+
|
59
|
+
1.这是一个B2C的合同模板, 创建发起合同签署链接,只指定一个子企业的参与方
|
60
|
+
2.FlowApproverList参数指定的参与方不能更改, 未指定的参与方可以修改
|
61
|
+
<img src="https://qcloudimg.tencent-cloud.cn/raw/f51c3d969db0093300094a22c6c01555.png" >
|
62
|
+
|
63
|
+
|
64
|
+
Input:
|
65
|
+
|
66
|
+
```
|
67
|
+
tccli essbasic ChannelCreatePrepareFlow --cli-unfold-argument \
|
68
|
+
--Agent.AppId yDwhxUUckp3gl8j5UuFX33LSNozpRsbi \
|
69
|
+
--Agent.ProxyOrganizationOpenId org_dianziqian \
|
70
|
+
--Agent.ProxyOperator.OpenId zhansan \
|
71
|
+
--ResourceId yDSL6UUckpo6ynynUx47m3cSKQavf88Q \
|
72
|
+
--ResourceType 1 \
|
73
|
+
--FlowInfo.FlowName 2024典子谦入职合同 \
|
74
|
+
--FlowInfo.FlowType 入职合同 \
|
75
|
+
--FlowInfo.FlowDescription 2024典子谦入职合同 \
|
76
|
+
--FlowInfo.Deadline 1706335491 \
|
77
|
+
--FlowApproverList.0.NotChannelOrganization False \
|
78
|
+
--FlowApproverList.0.ApproverType 0 \
|
79
|
+
--FlowApproverList.0.OrganizationOpenId org_dianziqian \
|
80
|
+
--FlowApproverList.0.OrganizationName 典子谦示例企业 \
|
81
|
+
--FlowApproverList.0.OpenId n9527 \
|
82
|
+
--FlowApproverList.0.RecipientId yDSL6UUckpo6am9jUuRHYOWRfZbRAhm6
|
83
|
+
```
|
84
|
+
|
85
|
+
Output:
|
86
|
+
```
|
87
|
+
{
|
88
|
+
"Response": {
|
89
|
+
"PrepareFlowUrl": "https://embed.beta.qian.tencent.cn/contract-create?code=yDCNBUUckpvlzt0sUypjGZRCTkEHyRh6",
|
90
|
+
"PreviewFlowUrl": "",
|
91
|
+
"RequestId": "296e3cfb-504e-494d-a86c-75101a87c09e"
|
92
|
+
}
|
93
|
+
}
|
94
|
+
```
|
95
|
+
|
96
|
+
**Example 3: 创建发起合同签署链接-模板发起(固定所有的参与方)**
|
97
|
+
|
98
|
+
1.创建发起合同签署链接, 提前定义两个签署人, 分别是 B端渠道子客企业的员工和C端为张三这个自然人
|
99
|
+
2.FlowApproverList参数指定的参与方不能更改
|
100
|
+
<img src="https://qcloudimg.tencent-cloud.cn/raw/935a3cebf2881b25c1d87e234a303a13.png" >
|
58
101
|
|
59
|
-
创建发起合同签署链接, 提前定义两个签署人, 分别是 B端渠道子客企业的员工和C端为张三这个自然人
|
60
102
|
|
61
103
|
Input:
|
62
104
|
|
@@ -19,31 +19,22 @@ Output:
|
|
19
19
|
```
|
20
20
|
{
|
21
21
|
"Response": {
|
22
|
+
"SuccessCount": 0,
|
23
|
+
"FailCount": 0,
|
22
24
|
"CopyJobsResults": [
|
23
25
|
{
|
24
|
-
"JobId": "
|
25
|
-
"JobName": "
|
26
|
-
"TargetJobName": "",
|
27
|
-
"TargetJobId": "",
|
28
|
-
"Message": "
|
29
|
-
"Result": -1,
|
30
|
-
"ClusterName": "",
|
31
|
-
"ClusterId": ""
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"JobId": "cql-njifzfwn",
|
35
|
-
"JobName": "OOM",
|
36
|
-
"TargetJobName": "OOM_2021-12-21_17_54_32",
|
37
|
-
"TargetJobId": "cql-2dhxz8sf",
|
38
|
-
"Message": "OK",
|
26
|
+
"JobId": "abc",
|
27
|
+
"JobName": "abc",
|
28
|
+
"TargetJobName": "abc",
|
29
|
+
"TargetJobId": "abc",
|
30
|
+
"Message": "abc",
|
39
31
|
"Result": 0,
|
40
|
-
"ClusterName": "
|
41
|
-
"ClusterId": "
|
32
|
+
"ClusterName": "abc",
|
33
|
+
"ClusterId": "abc",
|
34
|
+
"JobType": 0
|
42
35
|
}
|
43
36
|
],
|
44
|
-
"
|
45
|
-
"RequestId": "123456a",
|
46
|
-
"SuccessCount": 1
|
37
|
+
"RequestId": "abc"
|
47
38
|
}
|
48
39
|
}
|
49
40
|
```
|
@@ -0,0 +1,31 @@
|
|
1
|
+
**Example 1: 示例**
|
2
|
+
|
3
|
+
示例
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli trocket CreateMQTTInstance --cli-unfold-argument \
|
9
|
+
--InstanceType BASIC \
|
10
|
+
--Name sunjianxiong-1 \
|
11
|
+
--SkuCode basic_1k \
|
12
|
+
--Remark this is remark \
|
13
|
+
--VpcList.0.VpcId vpc-9a5wnirv \
|
14
|
+
--VpcList.0.SubnetId subnet-0tw6tlfi \
|
15
|
+
--IpRules.0.Ip 1.1.1.1 \
|
16
|
+
--IpRules.0.Allow True \
|
17
|
+
--IpRules.0.Remark 11111111
|
18
|
+
```
|
19
|
+
|
20
|
+
Output:
|
21
|
+
```
|
22
|
+
{
|
23
|
+
"Error": null,
|
24
|
+
"RequestId": null,
|
25
|
+
"Response": {
|
26
|
+
"InstanceId": "mqtt-7pnqmkrx",
|
27
|
+
"RequestId": "02107c9d-cbea-418c-bafc-740300fdefad"
|
28
|
+
}
|
29
|
+
}
|
30
|
+
```
|
31
|
+
|