tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,25 +7,27 @@ Input:
7
7
  ```
8
8
  tccli cls CreateScheduledSql --cli-unfold-argument \
9
9
  --EnableFlag 1 \
10
- --ProcessStartTime 1 \
11
- --Name abc1 \
12
- --DstResource.TopicId abc \
13
- --DstResource.Region abc \
14
- --ProcessTimeWindow abc \
15
- --ProcessPeriod 0 \
16
- --ScheduledSqlContent abc \
17
- --SrcTopicId abc \
10
+ --ProcessStartTime 1690515360000 \
11
+ --Name test \
12
+ --DstResource.TopicId 6ef60bec-0242-43af-bb20-270359fbxxxx \
13
+ --DstResource.Region ap-guangzhou \
14
+ --DstResource.BizType 1 \
15
+ --DstResource.MetricName pv \
16
+ --ProcessTimeWindow @m-15m,@m \
17
+ --ProcessPeriod 5 \
18
+ --ScheduledSqlContent * | select count(*) as pv \
19
+ --SrcTopicId 6ef60bec-0242-43af-bb20-270359fbxxxxx \
18
20
  --ProcessDelay 0 \
19
21
  --ProcessType 0 \
20
- --SrcTopicRegion abc \
21
- --ProcessEndTime 1
22
+ --SrcTopicRegion ap-guangzhou \
23
+ --ProcessEndTime 1690515440000
22
24
  ```
23
25
 
24
26
  Output:
25
27
  ```
26
28
  {
27
29
  "Response": {
28
- "TaskId": "xxxx-xx-xx-xx-xxxxxxxx",
30
+ "TaskId": "abdcebec-0242-43af-bb20-270359fb54a7",
29
31
  "RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7"
30
32
  }
31
33
  }
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli cls DeleteScheduledSql --cli-unfold-argument \
9
- --SrcTopicId xx \
10
- --TaskId xx
9
+ --SrcTopicId 6ef60bec-0242-43af-bb20-270359fb54xx \
10
+ --TaskId 6ef60bec-0242-43af-bb20-270359fbxxx
11
11
  ```
12
12
 
13
13
  Output:
@@ -47,7 +47,8 @@ Output:
47
47
  "Output": "97e8a872-xxxx-4644-9d3c-603d95051458",
48
48
  "UpdateTime": "2022-09-02 14:26:49",
49
49
  "CreateTime": "2022-09-02 14:26:49",
50
- "UserDefineRule": ""
50
+ "UserDefineRule": "",
51
+ "AdvancedConfig": ""
51
52
  }
52
53
  ],
53
54
  "TotalCount": 2,
@@ -0,0 +1,23 @@
1
+ **Example 1: 获取Kakfa协议消费信息**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cls DescribeKafkaConsumer --cli-unfold-argument \
9
+ --FromTopicId a5ce0c9c-0690-44a5-bc79-5f2190626bd0
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "Status": true,
17
+ "TopicID": "out-a5ce0c9c-0690-44a5-bc79-5f2190626bd0",
18
+ "RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7",
19
+ "Compression": 1
20
+ }
21
+ }
22
+ ```
23
+
@@ -12,29 +12,32 @@ Output:
12
12
  {
13
13
  "Response": {
14
14
  "TotalCount": 1,
15
- "RequestId": "xx",
15
+ "RequestId": "6ef60bec-0242-43af-bb20-270359fb5xxxx",
16
16
  "ScheduledSqlTaskInfos": [
17
17
  {
18
- "Status": 0,
19
- "EnableFlag": 0,
20
- "UpdateTime": "xx",
21
- "Name": "xx",
18
+ "Status": 1,
19
+ "EnableFlag": 2,
20
+ "UpdateTime": "2023-07-28 11:36:00",
21
+ "Name": "test",
22
22
  "DstResource": {
23
- "TopicId": "xx",
24
- "Region": "xx"
23
+ "TopicId": "6ef60bec-0242-43af-bb20-270359fb5xxx",
24
+ "Region": "ap-guangzhou",
25
+ "BizType": 1,
26
+ "MetricName": "pv"
25
27
  },
26
- "ProcessTimeWindow": "xx",
27
- "ProcessPeriod": 0,
28
- "ProcessStartTime": "xx",
29
- "SrcTopicRegion": "xx",
30
- "SrcTopicName": "xx",
31
- "ScheduledSqlContent": "xx",
32
- "SrcTopicId": "xx",
33
- "ProcessDelay": 0,
34
- "TaskId": "xx",
35
- "ProcessType": 0,
36
- "CreateTime": "xx",
37
- "ProcessEndTime": "xx"
28
+ "ProcessTimeWindow": "@m-15m,@m",
29
+ "ProcessPeriod": 5,
30
+ "ProcessStartTime": "2023-07-28 11:36:00",
31
+ "SrcTopicRegion": "ap-guangzhou",
32
+ "SrcTopicName": "test-topic",
33
+ "ScheduledSqlContent": "* | select count(*) as pv",
34
+ "SrcTopicId": "6ef60bec-0242-43af-bb20-270359fb5xxxx",
35
+ "ProcessDelay": 60,
36
+ "TaskId": "6ef60bec-0242-43af-bb20-270359fb5xxxx",
37
+ "ProcessType": 1,
38
+ "CreateTime": "2023-07-28 11:36:00",
39
+ "ProcessEndTime": "2023-07-28 11:36:00",
40
+ "SyntaxRule": 0
38
41
  }
39
42
  ]
40
43
  }
@@ -0,0 +1,21 @@
1
+ **Example 1: 修改Kafka协议消费信息**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cls ModifyKafkaConsumer --cli-unfold-argument \
9
+ --FromTopicId a5ce0c9c-0690-44a5-bc79-5f2190626bd0 \
10
+ --Compression 1
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "6ef60bec-0242-43af-bb20-270359fb54a7"
18
+ }
19
+ }
20
+ ```
21
+
@@ -7,15 +7,17 @@ Input:
7
7
  ```
8
8
  tccli cls ModifyScheduledSql --cli-unfold-argument \
9
9
  --EnableFlag 1 \
10
- --TaskId abc \
11
- --DstResource.TopicId abc \
12
- --DstResource.Region abc \
13
- --ProcessTimeWindow abc \
14
- --ProcessPeriod 0 \
15
- --ScheduledSqlContent abc \
16
- --SrcTopicId abc \
10
+ --TaskId 6ef60bec-0242-43af-bb20-270359fxxxxx \
11
+ --DstResource.TopicId 6ef60bec-0242-43af-bb20-270359fxxxxx \
12
+ --DstResource.Region ap-guangzhou \
13
+ --DstResource.BizType 1 \
14
+ --DstResource.MetricName pv \
15
+ --ProcessTimeWindow @m-15m,@m \
16
+ --ProcessPeriod 5 \
17
+ --ScheduledSqlContent * | select count(*) as pv \
18
+ --SrcTopicId 6ef60bec-0242-43af-bb20-270359fbxxxx \
17
19
  --ProcessDelay 0 \
18
- --SrcTopicRegion abc \
20
+ --SrcTopicRegion ap-guangzhou \
19
21
  --Name task
20
22
  ```
21
23
 
@@ -23,7 +25,7 @@ Output:
23
25
  ```
24
26
  {
25
27
  "Response": {
26
- "RequestId": "abcd"
28
+ "RequestId": "6ef60bec-0242-43af-bb20-270359fb54ax"
27
29
  }
28
30
  }
29
31
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询数据库管理账号**
2
2
 
3
-
3
+ 查询数据库管理账号
4
4
 
5
5
  Input:
6
6
 
@@ -13,18 +13,18 @@ Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "RequestId": "150918",
17
- "TotalCount": 1,
18
16
  "AccountSet": [
19
17
  {
20
- "UpdateTime": "2018-06-28 23:28:52",
21
- "Host": "xx",
22
- "CreateTime": "2018-06-28 23:28:52",
23
- "Description": "默认用户asdf",
24
- "MaxUserConnections": 0,
25
- "AccountName": "admin"
18
+ "AccountName": "abc",
19
+ "Description": "abc",
20
+ "CreateTime": "2020-09-22 00:00:00",
21
+ "UpdateTime": "2020-09-22 00:00:00",
22
+ "Host": "abc",
23
+ "MaxUserConnections": 0
26
24
  }
27
- ]
25
+ ],
26
+ "TotalCount": 0,
27
+ "RequestId": "abc"
28
28
  }
29
29
  }
30
30
  ```
@@ -14,91 +14,103 @@ Output:
14
14
  {
15
15
  "Response": {
16
16
  "Detail": {
17
- "ServerlessStatus": "xx",
18
- "NetworkStatus": "xx",
19
- "Zone": "xx",
20
- "StorageLimit": 0,
21
- "DbVersion": "xx",
17
+ "ClusterId": "abc",
18
+ "ClusterName": "abc",
19
+ "Region": "abc",
20
+ "Zone": "abc",
21
+ "PhysicalZone": "abc",
22
+ "Status": "abc",
23
+ "StatusDesc": "abc",
24
+ "ServerlessStatus": "abc",
25
+ "StorageId": "abc",
22
26
  "Storage": 0,
23
- "StorageId": "xx",
24
- "Tasks": [
27
+ "MaxStorageSize": 0,
28
+ "MinStorageSize": 0,
29
+ "StoragePayMode": 0,
30
+ "VpcName": "abc",
31
+ "VpcId": "abc",
32
+ "SubnetName": "abc",
33
+ "SubnetId": "abc",
34
+ "Charset": "abc",
35
+ "CreateTime": "abc",
36
+ "DbType": "abc",
37
+ "DbMode": "abc",
38
+ "DbVersion": "abc",
39
+ "StorageLimit": 0,
40
+ "UsedStorage": 0,
41
+ "Vip": "abc",
42
+ "Vport": 0,
43
+ "RoAddr": [
25
44
  {
26
- "ObjectType": "xx",
27
- "TaskStatus": "xx",
28
- "ObjectId": "xx",
29
- "TaskId": 0,
30
- "TaskType": "xx"
45
+ "IP": "abc",
46
+ "Port": 0
31
47
  }
32
48
  ],
33
- "SubnetName": "xx",
34
- "ProxyStatus": "xx",
35
- "Status": "xx",
36
- "PhysicalZone": "xx",
37
- "MasterZone": "xx",
38
- "VpcId": "xx",
39
49
  "Ability": {
40
- "NonsupportSlaveZoneReason": "xx",
41
- "IsSupportSlaveZone": "xx",
42
- "IsSupportRo": "xx",
43
- "NonsupportRoReason": "xx"
50
+ "IsSupportSlaveZone": "abc",
51
+ "NonsupportSlaveZoneReason": "abc",
52
+ "IsSupportRo": "abc",
53
+ "NonsupportRoReason": "abc"
44
54
  },
45
- "RoAddr": [
55
+ "CynosVersion": "abc",
56
+ "BusinessType": "abc",
57
+ "HasSlaveZone": "abc",
58
+ "IsFreeze": "abc",
59
+ "Tasks": [
46
60
  {
47
- "IP": "xx",
48
- "Port": 0
61
+ "TaskId": 0,
62
+ "TaskType": "abc",
63
+ "TaskStatus": "abc",
64
+ "ObjectId": "abc",
65
+ "ObjectType": "abc"
49
66
  }
50
67
  ],
51
- "ClusterId": "xx",
68
+ "MasterZone": "abc",
52
69
  "SlaveZones": [
53
- "xx"
70
+ "abc"
71
+ ],
72
+ "InstanceSet": [
73
+ {
74
+ "InstanceId": "abc",
75
+ "InstanceName": "abc",
76
+ "InstanceType": "abc",
77
+ "InstanceStatus": "abc",
78
+ "InstanceStatusDesc": "abc",
79
+ "InstanceCpu": 0,
80
+ "InstanceMemory": 0,
81
+ "InstanceStorage": 0,
82
+ "InstanceRole": "abc",
83
+ "MaintainStartTime": 0,
84
+ "MaintainDuration": 0,
85
+ "MaintainWeekDays": [
86
+ "abc"
87
+ ]
88
+ }
54
89
  ],
55
- "VpcName": "xx",
56
- "PeriodEndTime": "xx",
57
- "MinStorageSize": 0,
58
- "MaxStorageSize": 0,
59
- "Charset": "xx",
60
- "IsFreeze": "xx",
61
- "Region": "xx",
62
- "IsOpenPasswordComplexity": "xx",
63
90
  "PayMode": 0,
64
- "SubnetId": "xx",
91
+ "PeriodEndTime": "abc",
92
+ "ProjectID": 0,
65
93
  "ResourceTags": [
66
94
  {
67
- "TagKey": "xx",
68
- "TagValue": "xx"
95
+ "TagKey": "abc",
96
+ "TagValue": "abc"
69
97
  }
70
98
  ],
71
- "CynosVersion": "xx",
72
- "StatusDesc": "xx",
73
- "StoragePayMode": 0,
74
- "BusinessType": "xx",
75
- "LogBin": "xx",
76
- "HasSlaveZone": "xx",
77
- "ClusterName": "xx",
78
- "UsedStorage": 129417216,
79
- "IsSkipTrade": "xx",
80
- "CreateTime": "xx",
81
- "DbType": "xx",
82
- "Vip": "xx",
83
- "ProjectID": 0,
84
- "InstanceSet": [
99
+ "ProxyStatus": "abc",
100
+ "LogBin": "abc",
101
+ "IsSkipTrade": "abc",
102
+ "PitrType": "abc",
103
+ "IsOpenPasswordComplexity": "abc",
104
+ "NetworkStatus": "abc",
105
+ "ResourcePackages": [
85
106
  {
86
- "InstanceStatus": "xx",
87
- "InstanceCpu": 2,
88
- "InstanceId": "xx",
89
- "InstanceRole": "xx",
90
- "InstanceStatusDesc": "xx",
91
- "InstanceMemory": 4,
92
- "InstanceStorage": 100,
93
- "InstanceName": "xx",
94
- "InstanceType": "xx"
107
+ "PackageId": "abc",
108
+ "PackageType": "abc"
95
109
  }
96
110
  ],
97
- "Vport": 5432,
98
- "DbMode": "xx",
99
- "PitrType": "xx"
111
+ "RenewFlag": 0
100
112
  },
101
- "RequestId": "xx"
113
+ "RequestId": "abc"
102
114
  }
103
115
  }
104
116
  ```
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess CancelUserAutoSignEnableUrl --cli-unfold-argument \
9
- --Operator.UserId \
9
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj \
10
10
  --SceneKey E_PRESCRIPTION_AUTO_SIGN \
11
11
  --UserInfo.Name 小明 \
12
12
  --UserInfo.IdCardNumber 610000000000000000 \
@@ -8,20 +8,21 @@ Input:
8
8
  ```
9
9
  tccli ess CreateBatchCancelFlowUrl --cli-unfold-argument \
10
10
  --Operator.UserId 1956103********520fde6a \
11
- --FlowIds 1 2
11
+ --FlowIds yDwhIUUck********Ekio7sxsMq yDwhIUUckp*******UuaXC88Rgc yDwhIUUckp*******7sySp2O5D38
12
12
  ```
13
13
 
14
14
  Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
- "BatchCancelFlowUrl": "url",
18
+ "BatchCancelFlowUrl": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=BATCH_REVOKE_FLOW&tokenId=yDwhIUU*****BtD1PuoS7&userId=yD******4zjEwqXwsIljA&expireOn=1690536359&login=1&verify=1",
19
19
  "FailMessages": [
20
+ "",
20
21
  "",
21
22
  ""
22
23
  ],
23
- "UrlExpireOn": "",
24
- "RequestId": "test"
24
+ "RequestId": "s1690449958963022285",
25
+ "UrlExpireOn": "2023-07-28 17:25:59"
25
26
  }
26
27
  }
27
28
  ```
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess CreateUserAutoSignEnableUrl --cli-unfold-argument \
9
- --Operator.UserId 123 \
9
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj \
10
10
  --SceneKey E_PRESCRIPTION_AUTO_SIGN \
11
11
  --AutoSignConfig.UserInfo.Name 小明 \
12
12
  --AutoSignConfig.UserInfo.IdCardType ID_CARD \
@@ -14,7 +14,7 @@ tccli ess CreateUserAutoSignEnableUrl --cli-unfold-argument \
14
14
  --AutoSignConfig.CertInfoCallback True \
15
15
  --AutoSignConfig.UserDefineSeal False \
16
16
  --AutoSignConfig.SealImgCallback False \
17
- --AutoSignConfig.CallbackUrl \
17
+ --AutoSignConfig.CallbackUrl http://ess.callback.com/recv \
18
18
  --AutoSignConfig.VerifyChannels \
19
19
  --UrlType
20
20
  ```
@@ -23,7 +23,9 @@ Output:
23
23
  "FlowType": "合同",
24
24
  "FlowStatus": 1,
25
25
  "CreatedOn": 1604910798,
26
- "FlowMessage": ""
26
+ "FlowMessage": "",
27
+ "Deadline": 1606910798,
28
+ "Creator": "yDRCLUUgygq2xun5UuO4zjEwg0vjoimj"
27
29
  },
28
30
  {
29
31
  "FlowId": "61a82f0c1******d0d807",
@@ -32,7 +34,9 @@ Output:
32
34
  "FlowType": "合同",
33
35
  "FlowStatus": 1,
34
36
  "CreatedOn": 1604910797,
35
- "FlowMessage": ""
37
+ "FlowMessage": "",
38
+ "Deadline": 1606910798,
39
+ "Creator": "yDRCLUUgygq2xun5UuO4zjEwg0vjoimj"
36
40
  }
37
41
  ]
38
42
  }
@@ -18,7 +18,7 @@ Output:
18
18
  ```
19
19
  {
20
20
  "Response": {
21
- "ReportUrl": "",
21
+ "ReportUrl": "https://file.ess.tencent.cn/file/yDwhIU*****kvSEnAV3Qyl2B/0/1.PDF?hkey=58cce665fd939d77e5895e16e05e893c***ccff7e5f2c81027b190f9ef3bf4e7cb06f02a5b6fea82b7b211d1f85204b11bd66fb28ab960b2b966215ec624b11c422291f68554b8e0f",
22
22
  "RequestId": "s16679771xxxx693616",
23
23
  "Status": "EvidenceStatusSuccess"
24
24
  }
@@ -15,51 +15,37 @@ Output:
15
15
  "Response": {
16
16
  "FlowDetailInfos": [
17
17
  {
18
- "FlowId": "abc",
19
- "FlowName": "abc",
20
- "FlowType": "abc",
21
- "FlowStatus": 0,
22
- "FlowMessage": "abc",
23
- "FlowDescription": "abc",
24
- "CreatedOn": 0,
18
+ "CcInfos": [],
19
+ "CreatedOn": 1690441826,
20
+ "Creator": "yDwn4UU*******T1O0OE8jpG5BS",
25
21
  "FlowApproverInfos": [
26
22
  {
27
- "ApproveMessage": "abc",
28
- "ApproveName": "abc",
29
- "ApproveStatus": 0,
30
- "ReceiptId": "abc",
31
- "CustomUserId": "abc",
32
- "Mobile": "abc",
33
- "SignOrder": 0,
23
+ "ApproveMessage": "",
24
+ "ApproveName": "张小二",
25
+ "ApproveStatus": 8,
34
26
  "ApproveTime": 0,
35
- "ApproveType": "abc",
36
- "ApproverSource": "abc",
37
- "CustomApproverTag": "abc",
38
- "OrganizationId": "abc",
39
- "OrganizationName": "abc"
27
+ "ApproveType": "PERSON",
28
+ "ApproverSource": "",
29
+ "CustomApproverTag": "",
30
+ "CustomUserId": "",
31
+ "Mobile": "1*******64",
32
+ "OrganizationId": "",
33
+ "OrganizationName": "",
34
+ "ReceiptId": "yDwFoUUywgo*******QahgwEmeOw",
35
+ "SignOrder": 0
40
36
  }
41
37
  ],
42
- "CcInfos": [
43
- {
44
- "ApproveMessage": "abc",
45
- "ApproveName": "abc",
46
- "ApproveStatus": 0,
47
- "ReceiptId": "abc",
48
- "CustomUserId": "abc",
49
- "Mobile": "abc",
50
- "SignOrder": 0,
51
- "ApproveTime": 0,
52
- "ApproveType": "abc",
53
- "ApproverSource": "abc",
54
- "CustomApproverTag": "abc",
55
- "OrganizationId": "abc",
56
- "OrganizationName": "abc"
57
- }
58
- ],
59
- "Creator": "abc"
38
+ "FlowDescription": "",
39
+ "FlowId": "yDwhIUUf*******tSuWZWJuzI0Zv",
40
+ "FlowMessage": "",
41
+ "FlowName": "张小二开店合同",
42
+ "FlowStatus": 8,
43
+ "FlowType": ""
60
44
  }
61
45
  ],
62
- "RequestId": "abc"
46
+ "FlowGroupId": "",
47
+ "FlowGroupName": "",
48
+ "RequestId": "9b4490d3-5f0f-4873-8076-0b2839ec6e24"
63
49
  }
64
50
  }
65
51
  ```
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess DescribeUserAutoSignStatus --cli-unfold-argument \
9
- --Operator.UserId abc \
9
+ --Operator.UserId yDRCLUUgygq2xun5UuO4zjEwg0vjoimj \
10
10
  --SceneKey E_PRESCRIPTION_AUTO_SIGN \
11
11
  --UserInfo.Name 小明 \
12
12
  --UserInfo.IdCardNumber 610000000000000000 \
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess GetTaskResultApi --cli-unfold-argument \
9
- --Operator.UserId yDxoQUUgydjfn4yaUuO4zjEyd1h2hnnR \
10
- --TaskId 20220726183047992850
9
+ --Operator.UserId yDxoQxxxxxxxxxxxxxxxxxx1h2hnnR \
10
+ --TaskId 2022xxxxxxxxxx992850
11
11
  ```
12
12
 
13
13
  Output:
@@ -7,11 +7,11 @@ Input:
7
7
 
8
8
  ```
9
9
  tccli essbasic ChannelBatchCancelFlows --cli-unfold-argument \
10
- --FlowIds testx \
11
- --Agent.ProxyOperator.OpenId testx \
12
- --Agent.AppId testx \
13
- --Agent.ProxyOrganizationOpenId testx \
14
- --CancelMessage 撤销测试 \
10
+ --FlowIds yDwhGUUfe5g******CX8ZwTiSg8gISocy \
11
+ --Agent.ProxyOperator.OpenId yDR3L****eTdCt5TVx \
12
+ --Agent.AppId 125***319 \
13
+ --Agent.ProxyOrganizationOpenId 1000***8062 \
14
+ --CancelMessage 因为合同里边的金额填写错误 \
15
15
  --CancelMessageFormat 0
16
16
  ```
17
17
 
@@ -7,20 +7,22 @@ Input:
7
7
 
8
8
  ```
9
9
  tccli essbasic ChannelCreateBatchCancelFlowUrl --cli-unfold-argument \
10
- --Agent.ProxyOrganizationOpenId test \
11
- --Agent.ProxyOperator.OpenId test \
12
- --Agent.AppId test \
13
- --FlowIds id
10
+ --Agent.ProxyOrganizationOpenId 600***487 \
11
+ --Agent.ProxyOperator.OpenId 7f3497f0****7b0ec \
12
+ --Agent.AppId 130****4283 \
13
+ --FlowIds yDwF*****Xhgx9shH
14
14
  ```
15
15
 
16
16
  Output:
17
17
  ```
18
18
  {
19
19
  "Response": {
20
- "BatchCancelFlowUrl": "url",
21
- "FailMessages": [],
22
- "UrlExpireOn": "",
23
- "RequestId": "id"
20
+ "BatchCancelFlowUrl": "https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=BATCH_REVOKE_FLOW&tokenId=yDwhCUUck*****dKO5TA&userId=yDxHTUUgydj9*****yrY850RBN&expireOn=1690030266&login=1&verify=1",
21
+ "FailMessages": [
22
+ ""
23
+ ],
24
+ "RequestId": "e906c2a4-cb12-4f33-891e-39352d4dee3d",
25
+ "UrlExpireOn": "2023-07-22 20:51:06"
24
26
  }
25
27
  }
26
28
  ```