tccli 3.0.897.1__py2.py3-none-any.whl → 3.0.899.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 (86) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
  3. tccli/examples/cfs/v20190719/CreateMigrationTask.md +1 -1
  4. tccli/examples/cfs/v20190719/DeleteMigrationTask.md +1 -1
  5. tccli/examples/cfs/v20190719/ModifyFileSystemAutoScaleUpRule.md +1 -1
  6. tccli/examples/cfs/v20190719/ScaleUpFileSystem.md +1 -1
  7. tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
  8. tccli/examples/cls/v20201016/DeleteShipper.md +2 -2
  9. tccli/examples/cls/v20201016/ModifyShipper.md +2 -2
  10. tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
  11. tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
  12. tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
  13. tccli/examples/live/v20180801/DescribeLiveDomains.md +1 -1
  14. tccli/examples/nlp/v20190408/AnalyzeSentiment.md +24 -0
  15. tccli/examples/nlp/v20190408/ClassifyContent.md +39 -0
  16. tccli/examples/nlp/v20190408/ComposeCouplet.md +27 -0
  17. tccli/examples/nlp/v20190408/ComposePoetry.md +29 -0
  18. tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
  19. tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
  20. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
  21. tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
  22. tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
  23. tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
  24. tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
  25. tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
  26. tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
  27. tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
  28. tccli/examples/waf/v20180125/ModifySpartaProtection.md +154 -0
  29. tccli/examples/wedata/v20210820/DescribeDimensionScore.md +15 -3
  30. tccli/examples/wedata/v20210820/DescribeQualityScore.md +1 -1
  31. tccli/examples/wedata/v20210820/DescribeQualityScoreTrend.md +10 -2
  32. tccli/examples/wedata/v20210820/DescribeTableQualityDetails.md +1 -1
  33. tccli/examples/wedata/v20210820/DescribeTableScoreTrend.md +10 -2
  34. tccli/services/antiddos/v20200309/api.json +45 -26
  35. tccli/services/apigateway/v20180808/api.json +17 -28
  36. tccli/services/asr/v20190614/api.json +3 -2
  37. tccli/services/cdb/v20170320/api.json +16 -11
  38. tccli/services/cdn/cdn_client.py +57 -4
  39. tccli/services/cdn/v20180606/api.json +52 -0
  40. tccli/services/cdn/v20180606/examples.json +26 -0
  41. tccli/services/cfs/v20190719/api.json +7 -0
  42. tccli/services/cfs/v20190719/examples.json +4 -4
  43. tccli/services/ckafka/ckafka_client.py +61 -8
  44. tccli/services/ckafka/v20190819/api.json +296 -6
  45. tccli/services/ckafka/v20190819/examples.json +20 -0
  46. tccli/services/cls/v20201016/api.json +3 -4
  47. tccli/services/cls/v20201016/examples.json +4 -4
  48. tccli/services/cynosdb/cynosdb_client.py +53 -0
  49. tccli/services/cynosdb/v20190107/api.json +72 -0
  50. tccli/services/cynosdb/v20190107/examples.json +8 -0
  51. tccli/services/ess/v20201111/api.json +44 -11
  52. tccli/services/ess/v20201111/examples.json +3 -3
  53. tccli/services/essbasic/v20210526/api.json +27 -1
  54. tccli/services/live/v20180801/api.json +4 -11
  55. tccli/services/live/v20180801/examples.json +1 -1
  56. tccli/services/nlp/nlp_client.py +216 -4
  57. tccli/services/nlp/v20190408/api.json +329 -0
  58. tccli/services/nlp/v20190408/examples.json +32 -0
  59. tccli/services/postgres/v20170312/api.json +2 -31
  60. tccli/services/postgres/v20170312/examples.json +2 -2
  61. tccli/services/sqlserver/v20180328/api.json +72 -15
  62. tccli/services/sqlserver/v20180328/examples.json +3 -3
  63. tccli/services/tbaas/tbaas_client.py +4 -322
  64. tccli/services/tbaas/v20180416/api.json +123 -825
  65. tccli/services/tbaas/v20180416/examples.json +0 -48
  66. tccli/services/tdid/tdid_client.py +60 -1650
  67. tccli/services/tdid/v20210519/api.json +394 -3848
  68. tccli/services/tdid/v20210519/examples.json +0 -240
  69. tccli/services/tdmq/v20200217/api.json +2 -19
  70. tccli/services/tdmq/v20200217/examples.json +2 -2
  71. tccli/services/tione/v20211111/api.json +24 -2
  72. tccli/services/tke/v20180525/api.json +4 -6
  73. tccli/services/tke/v20180525/examples.json +2 -2
  74. tccli/services/trp/v20210515/api.json +285 -113
  75. tccli/services/trp/v20210515/examples.json +6 -6
  76. tccli/services/tts/v20190823/api.json +7 -3
  77. tccli/services/waf/v20180125/api.json +401 -0
  78. tccli/services/waf/v20180125/examples.json +26 -0
  79. tccli/services/waf/waf_client.py +57 -4
  80. tccli/services/wedata/v20210820/api.json +151 -83
  81. tccli/services/wedata/v20210820/examples.json +8 -8
  82. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/METADATA +2 -2
  83. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/RECORD +86 -78
  84. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/WHEEL +0 -0
  85. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/entry_points.txt +0 -0
  86. {tccli-3.0.897.1.dist-info → tccli-3.0.899.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.897.1'
1
+ __version__ = '3.0.899.1'
@@ -0,0 +1,88 @@
1
+ **Example 1: 更新 HTTPS 服务器证书 ID(在 SSL 证书管理进行证书托管时自动生成)**
2
+
3
+ 更新 HTTPS 服务器证书 ID(在 SSL 证书管理进行证书托管时自动生成)
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cdn ModifyDomainConfig --cli-unfold-argument \
9
+ --Domain www.test.com \
10
+ --Route Https.CertInfo.CertId \
11
+ --Value {"update":"0VpOXiPz"}
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "RequestId": "56a166ec-d784-4001-a850-7d62a5c07971"
19
+ }
20
+ }
21
+ ```
22
+
23
+ **Example 2: 更新域名回源建连超时时间**
24
+
25
+ 更新域名回源建连超时时间
26
+
27
+ Input:
28
+
29
+ ```
30
+ tccli cdn ModifyDomainConfig --cli-unfold-argument \
31
+ --Domain www.test.com \
32
+ --Route OriginPullTimeout.ConnectTimeout \
33
+ --Value {"update":10}
34
+ ```
35
+
36
+ Output:
37
+ ```
38
+ {
39
+ "Response": {
40
+ "RequestId": "23cd4005-496f-4bc4-87d8-ab348d5b0c11"
41
+ }
42
+ }
43
+ ```
44
+
45
+ **Example 3: 更新域名回源超时配置**
46
+
47
+ 更新域名回源超时配置
48
+
49
+ Input:
50
+
51
+ ```
52
+ tccli cdn ModifyDomainConfig --cli-unfold-argument \
53
+ --Domain www.test.com \
54
+ --Route OriginPullTimeout \
55
+ --Value {"update":{"ConnectTimeout":10,"ReceiveTimeout":10}}
56
+ ```
57
+
58
+ Output:
59
+ ```
60
+ {
61
+ "Response": {
62
+ "RequestId": "23cd4005-496f-4bc4-87d8-ab348d5b0c21"
63
+ }
64
+ }
65
+ ```
66
+
67
+ **Example 4: 更新域名源站配置**
68
+
69
+ 更新域名源站配置
70
+
71
+ Input:
72
+
73
+ ```
74
+ tccli cdn ModifyDomainConfig --cli-unfold-argument \
75
+ --Domain www.test.com \
76
+ --Route Origin.Origins \
77
+ --Value {"update":["1.1.1.1"]}
78
+ ```
79
+
80
+ Output:
81
+ ```
82
+ {
83
+ "Response": {
84
+ "RequestId": "eb029ee0-7e91-4a18-86f3-7fac952a446e"
85
+ }
86
+ }
87
+ ```
88
+
@@ -1,6 +1,6 @@
1
1
  **Example 1: 创建迁移任务**
2
2
 
3
- 用于创建数据迁移任务,需开启白名单后才能使用。
3
+ 用于创建数据迁移任务
4
4
 
5
5
  Input:
6
6
 
@@ -1,4 +1,4 @@
1
- **Example 1: 删除迁移**
1
+ **Example 1: 删除迁移任务**
2
2
 
3
3
  用于删除数据迁移任务
4
4
 
@@ -1,4 +1,4 @@
1
- **Example 1: ModifyCFSFileSystemAutoScaleRule**
1
+ **Example 1: 更新文件系统自动扩容策略**
2
2
 
3
3
  更新文件系统自动扩容策略
4
4
 
@@ -1,4 +1,4 @@
1
- **Example 1: UpgradeCFSFileSystem**
1
+ **Example 1: 扩容文件系统**
2
2
 
3
3
  扩容文件系统
4
4
 
@@ -0,0 +1,154 @@
1
+ **Example 1: 创建后付费专业版实例**
2
+
3
+ 创建硬盘大小 200GB,峰值带宽 20MB/s 的专业版后付费实例
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ckafka CreatePostPaidInstance --cli-unfold-argument \
9
+ --InstanceName test55 \
10
+ --VpcId vpc-rmcgxxxx \
11
+ --SubnetId subnet-mnzcxxxx \
12
+ --ZoneId 450001 \
13
+ --InstanceType 1 \
14
+ --KafkaVersion 1.1.1 \
15
+ --SpecificationsType profession \
16
+ --DiskSize 200 \
17
+ --BandWidth 20 \
18
+ --Partition 400 \
19
+ --DiskType CLOUD_BASIC \
20
+ --PublicNetworkMonthly 0
21
+ ```
22
+
23
+ Output:
24
+ ```
25
+ {
26
+ "Response": {
27
+ "RequestId": "323c3bbe-db79-48c3-9b76-63aacd65b169",
28
+ "Result": {
29
+ "Data": {
30
+ "DealNameInstanceIdMapping": [
31
+ {
32
+ "DealName": "20230608002033899990000",
33
+ "InstanceIdList": [
34
+ "ckafka-mom5xxxx"
35
+ ]
36
+ }
37
+ ],
38
+ "DealNames": [
39
+ "2023060800203389990000"
40
+ ],
41
+ "FlowId": 0,
42
+ "InstanceId": "ckafka-mom5xxxx"
43
+ },
44
+ "ReturnCode": "0",
45
+ "ReturnMessage": "ok[apply ok]"
46
+ }
47
+ }
48
+ }
49
+ ```
50
+
51
+ **Example 2: 批量创建后付费专业版实例**
52
+
53
+ 同时创建三个后付费专业版实例
54
+
55
+ Input:
56
+
57
+ ```
58
+ tccli ckafka CreatePostPaidInstance --cli-unfold-argument \
59
+ --InstanceName test58 \
60
+ --VpcId vpc-rmcg5cpf \
61
+ --SubnetId subnet-mnzcs7gk \
62
+ --KafkaVersion 2.4.2 \
63
+ --SpecificationsType profession \
64
+ --BandWidth 20 \
65
+ --DiskSize 200 \
66
+ --Partition 400 \
67
+ --TopicNum 200 \
68
+ --ZoneId 450001 \
69
+ --InstanceNum 3 \
70
+ --PublicNetworkMonthly 12
71
+ ```
72
+
73
+ Output:
74
+ ```
75
+ {
76
+ "Response": {
77
+ "RequestId": "cda79237-6424-482a-b2d2-97d4853b33b4",
78
+ "Result": {
79
+ "Data": {
80
+ "DealNameInstanceIdMapping": [
81
+ {
82
+ "DealName": "20230608002033915320000",
83
+ "InstanceIdList": [
84
+ "ckafka-bz4dxxxx",
85
+ "ckafka-o9gdxxxx",
86
+ "ckafka-aj5gxxxx"
87
+ ]
88
+ }
89
+ ],
90
+ "DealNames": [
91
+ "20230608002033915320000"
92
+ ],
93
+ "FlowId": 0,
94
+ "InstanceId": "ckafka-bz4dxxxx"
95
+ },
96
+ "ReturnCode": "0",
97
+ "ReturnMessage": "ok[apply ok]"
98
+ }
99
+ }
100
+ }
101
+ ```
102
+
103
+ **Example 3: 创建后付费多可用区专业版实例**
104
+
105
+ 创建一个三可用区的专业版实例
106
+
107
+ Input:
108
+
109
+ ```
110
+ tccli ckafka CreatePostPaidInstance --cli-unfold-argument \
111
+ --InstanceName test55 \
112
+ --VpcId vpc-rmcgxxxx \
113
+ --SubnetId subnet-mnzcxxxx \
114
+ --ZoneId 450001 \
115
+ --InstanceType 1 \
116
+ --KafkaVersion 1.1.1 \
117
+ --SpecificationsType profession \
118
+ --DiskSize 200 \
119
+ --BandWidth 20 \
120
+ --Partition 400 \
121
+ --DiskType CLOUD_BASIC \
122
+ --PublicNetworkMonthly 0 \
123
+ --MultiZoneFlag True \
124
+ --ZoneIds 450001 450002 450003
125
+ ```
126
+
127
+ Output:
128
+ ```
129
+ {
130
+ "Response": {
131
+ "RequestId": "323c3bbe-db79-48c3-9b76-63aacd65b169",
132
+ "Result": {
133
+ "Data": {
134
+ "DealNameInstanceIdMapping": [
135
+ {
136
+ "DealName": "20230608002033899990000",
137
+ "InstanceIdList": [
138
+ "ckafka-mom5xxxx"
139
+ ]
140
+ }
141
+ ],
142
+ "DealNames": [
143
+ "2023060800203389990000"
144
+ ],
145
+ "FlowId": 0,
146
+ "InstanceId": "ckafka-mom5xxxx"
147
+ },
148
+ "ReturnCode": "0",
149
+ "ReturnMessage": "ok[apply ok]"
150
+ }
151
+ }
152
+ }
153
+ ```
154
+
@@ -1,6 +1,6 @@
1
- **Example 1: 删除投递规则**
2
-
1
+ **Example 1: 删除投递COS任务**
3
2
 
3
+ 删除投递COS任务
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 修改投递规则**
1
+ **Example 1: 修改投递COS任务**
2
2
 
3
- 修改cos投递规则
3
+ 修改投递COS任务
4
4
 
5
5
  Input:
6
6
 
@@ -0,0 +1,24 @@
1
+ **Example 1: 查询支持的数据库代理版本**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb DescribeSupportProxyVersion --cli-unfold-argument \
9
+ --ClusterId xx
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "SupportProxyVersions": [
17
+ "xx"
18
+ ],
19
+ "CurrentProxyVersion": "0.0",
20
+ "RequestId": "xx"
21
+ }
22
+ }
23
+ ```
24
+
@@ -1,4 +1,6 @@
1
- **Example 1: 测试**
1
+ **Example 1: 补充签署流程本企业签署人信息**
2
+
3
+ 补充签署流程本企业签署人信息
2
4
 
3
5
 
4
6
 
@@ -21,7 +21,7 @@ Output:
21
21
 
22
22
  **Example 2: 测试用例**
23
23
 
24
-
24
+ 测试用例
25
25
 
26
26
  Input:
27
27
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询域名列表**
2
2
 
3
-
3
+ 接入标签鉴权。
4
4
 
5
5
  Input:
6
6
 
@@ -0,0 +1,24 @@
1
+ **Example 1: 情感分析调用示例**
2
+
3
+ 情感分析。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli nlp AnalyzeSentiment --cli-unfold-argument \
9
+ --Text 我真开心。
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "Negative": 0.004367333836853504,
17
+ "Neutral": 0.06927284598350525,
18
+ "Positive": 0.9263598322868347,
19
+ "RequestId": "848b909b-5ed7-44ad-b4d0-72bcf0be4f2a",
20
+ "Sentiment": "positive"
21
+ }
22
+ }
23
+ ```
24
+
@@ -0,0 +1,39 @@
1
+ **Example 1: 文本分类调用示例**
2
+
3
+ 文本分类。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli nlp ClassifyContent --cli-unfold-argument \
9
+ --Title 巴萨队内危机重重,曝梅西跟董事会已决裂,巴托梅乌留他目的不纯 \
10
+ --Content 甘伯杯比赛,巴萨1-0击败艾尔切拿到了冠军,这是球队在甘伯杯上第43次拿下冠军,也是实现了8连冠的伟业,这支巴萨用一个冠军开启了新赛季的征途,本赛季能否从皇马手中夺得西甲冠军,非常让人期待。 目前这支巴萨,虽然用冠军拉开了新赛季的帷幕,但谁都知道,球队问题依然很大,内部目前是危机重重,第一个是转会市场动作缓慢,第二个是球队更新换代几乎为零,第三个是新帅更换,战术体系重新调整,第四个就是高层面临调整,第五个就是梅西的心情问题。 这5个问题里面,最后一个尤其重要,梅西的状态决定着这支巴萨的上限和未来。大家都知道,梅西这个夏天闹出离队,折腾了11天,最终是在合同约束下留在了巴萨,但回来后的他,在训练场及热身赛里,基本是没有笑容。 没有人能知道梅西目前的心情,他似乎是不开心的,而一个不开心的梅西,对于巴萨来说,等于是没有牙和爪子的老虎,没有太多的威胁力,而来自零点电台的消息,梅西跟巴萨董事会的关系已经决裂,有球是跟巴托梅乌,至今没跟巴托梅乌说过话。 巴托梅乌最近在接受采访的时候表示“不会和梅西介入冲突,坚决不会卖掉梅西,要让梅西在巴萨终老。”这番言论为巴托梅乌引来吐槽声音,事实上巴托梅乌不卖梅西的原因是一己私利而已,他不想在自己做主席的时候让梅西离开,这样他会成为千古罪人,所以他态度十分强硬,如果不是这个原因,早就卖掉梅西了。 在梅西留队后,巴托梅乌试图去缓解董事会跟梅西的关系,但双方裂痕已经产生了,根本就无法愈合了,接下来摆在巴萨面前的只有两个选择:要不本赛季跟梅西续约,要不梅西下赛季自由身离队了。
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "FirstClassification": {
18
+ "Id": 110,
19
+ "Label": "sports",
20
+ "Name": "体育",
21
+ "Score": 0.9999808073043823
22
+ },
23
+ "RequestId": "cb3fe220-82f5-4359-9a48-9450573186e8",
24
+ "SecondClassification": {
25
+ "Id": 11004,
26
+ "Label": "sports_footballexternal",
27
+ "Name": "体育_国际足球",
28
+ "Score": 0.8565764427185059
29
+ },
30
+ "ThirdClassification": {
31
+ "Id": 11004002,
32
+ "Label": "sports_footballexternal_xijia",
33
+ "Name": "体育_国际足球_西甲",
34
+ "Score": 0.8565764427185059
35
+ }
36
+ }
37
+ }
38
+ ```
39
+
@@ -0,0 +1,27 @@
1
+ **Example 1: 对联生成调用示例**
2
+
3
+ 对联生成。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli nlp ComposeCouplet --cli-unfold-argument \
9
+ --Text 阳光 \
10
+ --TargetType 0
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "Content": [
18
+ "阳春白雪江山秀",
19
+ "光彩红梅岁月长"
20
+ ],
21
+ "RandomCause": "",
22
+ "RequestId": "e9cc9a63-e2e9-4f92-a419-0fd8bf25cdf6",
23
+ "TopScroll": "盛世新春"
24
+ }
25
+ }
26
+ ```
27
+
@@ -0,0 +1,29 @@
1
+ **Example 1: 诗词生成调用示例**
2
+
3
+ 诗词生成。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli nlp ComposePoetry --cli-unfold-argument \
9
+ --Text 阳光 \
10
+ --PoetryType 2 \
11
+ --Genre 5
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "Content": [
19
+ "洛阳无人见",
20
+ "江城日光流",
21
+ "月明山上路",
22
+ "柳暗水中洲"
23
+ ],
24
+ "RequestId": "a4878a27-7a5c-4cd4-b17d-6a1ff403f626",
25
+ "Title": "阳光"
26
+ }
27
+ }
28
+ ```
29
+
@@ -1,6 +1,6 @@
1
1
  **Example 1: CreateReadOnlyDBInstance**
2
2
 
3
-
3
+ 创建只读实例
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 升级版本号**
2
2
 
3
-
3
+ 升级实例内核小版本
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询实例mssql-j8kv137v的附属属性**
2
2
 
3
- 实例附属属性
3
+ 查询实例附属属性
4
4
 
5
5
  Input:
6
6
 
@@ -21,6 +21,11 @@ Output:
21
21
  "RegularBackupStrategy": "months",
22
22
  "RegularBackupStartTime": "2022-10-10",
23
23
  "EventSaveDays": 0,
24
+ "TDEConfig": {
25
+ "Encryption": "disable",
26
+ "CertificateAttribution": "self",
27
+ "QuoteUin": ""
28
+ },
24
29
  "BlockedThreshold": 6
25
30
  }
26
31
  }
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询数据库列表**
2
2
 
3
-
3
+ 查询数据库列表
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 创建队列**
2
2
 
3
-
3
+ 创建队列
4
4
 
5
5
  Input:
6
6
 
@@ -21,7 +21,7 @@ Output:
21
21
 
22
22
  **Example 2: 示例**
23
23
 
24
-
24
+ 创建队列
25
25
 
26
26
  Input:
27
27
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 创建托管集群外网访问端口**
2
2
 
3
-
3
+ 创建托管集群外网访问端口
4
4
 
5
5
  Input:
6
6
 
@@ -6,18 +6,24 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli trp CreateCodeBatch --cli-unfold-argument \
9
- --BatchId xx \
9
+ --MerchantId abc \
10
+ --ProductId abc \
10
11
  --BatchType 1 \
11
- --MerchantId xx \
12
- --ProductId xx
12
+ --BatchId abc \
13
+ --Remark abc \
14
+ --MpTpl abc \
15
+ --CloneId abc \
16
+ --BatchCode abc \
17
+ --ValidDate abc \
18
+ --ProductionDate abc
13
19
  ```
14
20
 
15
21
  Output:
16
22
  ```
17
23
  {
18
24
  "Response": {
19
- "BatchId": "xx",
20
- "RequestId": "xx"
25
+ "BatchId": "abc",
26
+ "RequestId": "abc"
21
27
  }
22
28
  }
23
29
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询扫描记录**
2
2
 
3
- 查询扫描记录
3
+ 查询扫描明细,查询参数 Code, Openid 至少需要一个
4
4
 
5
5
  Input:
6
6
 
@@ -14,19 +14,24 @@ Output:
14
14
  {
15
15
  "Response": {
16
16
  "TraceCode": {
17
- "Status": 1,
18
- "UpdateTime": "xx",
19
- "Code": "xx",
20
- "MerchantName": "xx",
17
+ "Code": "abc",
21
18
  "CorpId": 1,
22
- "PackId": "xx",
23
- "ProductName": "xx",
24
- "BatchId": "xx",
25
- "CreateTime": "xx",
26
- "MerchantId": "xx",
27
- "ProductId": "xx"
19
+ "PackId": "abc",
20
+ "BatchId": "abc",
21
+ "MerchantId": "abc",
22
+ "ProductId": "abc",
23
+ "Status": 1,
24
+ "CreateTime": "abc",
25
+ "UpdateTime": "abc",
26
+ "MerchantName": "abc",
27
+ "ProductName": "abc",
28
+ "AgentId": 1,
29
+ "Level": 1
28
30
  },
29
- "RequestId": "xx"
31
+ "CodePath": [
32
+ "abc"
33
+ ],
34
+ "RequestId": "abc"
30
35
  }
31
36
  }
32
37
  ```
@@ -6,7 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli trp ModifyCodeBatch --cli-unfold-argument \
9
- --BatchId xx \
9
+ --BatchId abc \
10
10
  --Status 1
11
11
  ```
12
12
 
@@ -14,8 +14,8 @@ Output:
14
14
  ```
15
15
  {
16
16
  "Response": {
17
- "BatchId": "xx",
18
- "RequestId": "xx"
17
+ "BatchId": "abc",
18
+ "RequestId": "abc"
19
19
  }
20
20
  }
21
21
  ```