tccli 3.0.1200.1__py2.py3-none-any.whl → 3.0.1201.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/services/__init__.py +3 -0
- tccli/services/autoscaling/v20180419/api.json +33 -5
- tccli/services/autoscaling/v20180419/examples.json +3 -3
- tccli/services/batch/v20170312/api.json +2 -2
- tccli/services/ca/__init__.py +4 -0
- tccli/services/ca/ca_client.py +301 -0
- tccli/services/ca/v20230228/api.json +264 -0
- tccli/services/ca/v20230228/examples.json +41 -0
- tccli/services/ccc/ccc_client.py +153 -47
- tccli/services/ccc/v20200210/api.json +185 -1
- tccli/services/ccc/v20200210/examples.json +17 -1
- tccli/services/cdn/v20180606/api.json +30 -1
- tccli/services/cdwdoris/v20211228/api.json +5 -1
- tccli/services/cvm/cvm_client.py +53 -0
- tccli/services/cvm/v20170312/api.json +173 -25
- tccli/services/cvm/v20170312/examples.json +9 -1
- tccli/services/cynosdb/v20190107/api.json +56 -56
- tccli/services/dts/v20211206/api.json +12 -12
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/ess/v20201111/api.json +6 -6
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +2 -2
- tccli/services/mqtt/v20240516/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +71 -1
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/ses/v20201002/api.json +50 -0
- tccli/services/ses/v20201002/examples.json +6 -0
- tccli/services/teo/teo_client.py +724 -141
- tccli/services/teo/v20220901/api.json +993 -106
- tccli/services/teo/v20220901/examples.json +112 -0
- tccli/services/tke/v20180525/api.json +7 -4
- tccli/services/vpc/v20170312/api.json +1273 -17
- tccli/services/vpc/v20170312/examples.json +176 -0
- tccli/services/vpc/vpc_client.py +1315 -149
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/RECORD +41 -37
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1200.1.dist-info → tccli-3.0.1201.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,264 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"CreateVerifyReport": {
|
4
|
+
"document": "创建签名验证报告任务,此接口为异步盖章接口,盖章时效24小时。",
|
5
|
+
"input": "CreateVerifyReportRequest",
|
6
|
+
"name": "创建验证报告",
|
7
|
+
"output": "CreateVerifyReportResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
10
|
+
"DescribeVerifyReport": {
|
11
|
+
"document": "下载验签报告url,url有效期默认12小时",
|
12
|
+
"input": "DescribeVerifyReportRequest",
|
13
|
+
"name": "查询验签报告",
|
14
|
+
"output": "DescribeVerifyReportResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
17
|
+
"UploadFile": {
|
18
|
+
"document": "文件上传接口",
|
19
|
+
"input": "UploadFileRequest",
|
20
|
+
"name": "文件上传",
|
21
|
+
"output": "UploadFileResponse",
|
22
|
+
"status": "online"
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"metadata": {
|
26
|
+
"apiVersion": "2023-02-28",
|
27
|
+
"api_brief": "用户申请/管理证书的接口,包括申请、查询、更新、吊销等。",
|
28
|
+
"serviceNameCN": "腾讯云CA",
|
29
|
+
"serviceShortName": "ca"
|
30
|
+
},
|
31
|
+
"objects": {
|
32
|
+
"CreateVerifyReportRequest": {
|
33
|
+
"document": "CreateVerifyReport请求参数结构体",
|
34
|
+
"members": [
|
35
|
+
{
|
36
|
+
"disabled": false,
|
37
|
+
"document": "申请者类型 1:个人,2:企业",
|
38
|
+
"example": "1",
|
39
|
+
"member": "string",
|
40
|
+
"name": "ApplyCustomerType",
|
41
|
+
"required": true,
|
42
|
+
"type": "string"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"disabled": false,
|
46
|
+
"document": "申请企业 or 自然人名称",
|
47
|
+
"example": "李四",
|
48
|
+
"member": "string",
|
49
|
+
"name": "ApplyCustomerName",
|
50
|
+
"required": true,
|
51
|
+
"type": "string"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"disabled": false,
|
55
|
+
"document": "验签申请经办人姓名",
|
56
|
+
"example": "张三",
|
57
|
+
"member": "string",
|
58
|
+
"name": "ApplyName",
|
59
|
+
"required": true,
|
60
|
+
"type": "string"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"disabled": false,
|
64
|
+
"document": "验签申请经办人电话",
|
65
|
+
"example": "无",
|
66
|
+
"member": "string",
|
67
|
+
"name": "ApplyMobile",
|
68
|
+
"required": true,
|
69
|
+
"type": "string"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"disabled": false,
|
73
|
+
"document": "验签文件id",
|
74
|
+
"example": "无",
|
75
|
+
"member": "string",
|
76
|
+
"name": "FileId",
|
77
|
+
"required": true,
|
78
|
+
"type": "string"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"disabled": false,
|
82
|
+
"document": "验签申请经办人邮箱",
|
83
|
+
"example": "无",
|
84
|
+
"member": "string",
|
85
|
+
"name": "ApplyEmail",
|
86
|
+
"required": false,
|
87
|
+
"type": "string"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"type": "object"
|
91
|
+
},
|
92
|
+
"CreateVerifyReportResponse": {
|
93
|
+
"document": "CreateVerifyReport返回参数结构体",
|
94
|
+
"members": [
|
95
|
+
{
|
96
|
+
"disabled": false,
|
97
|
+
"document": "签名id",
|
98
|
+
"example": "无",
|
99
|
+
"member": "string",
|
100
|
+
"name": "SignatureId",
|
101
|
+
"output_required": false,
|
102
|
+
"type": "string",
|
103
|
+
"value_allowed_null": false
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"disabled": false,
|
107
|
+
"document": "code",
|
108
|
+
"example": "无",
|
109
|
+
"member": "string",
|
110
|
+
"name": "Code",
|
111
|
+
"output_required": false,
|
112
|
+
"type": "string",
|
113
|
+
"value_allowed_null": false
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"disabled": false,
|
117
|
+
"document": "message",
|
118
|
+
"example": "无",
|
119
|
+
"member": "string",
|
120
|
+
"name": "Message",
|
121
|
+
"output_required": false,
|
122
|
+
"type": "string",
|
123
|
+
"value_allowed_null": false
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
127
|
+
"member": "string",
|
128
|
+
"name": "RequestId",
|
129
|
+
"type": "string"
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"type": "object"
|
133
|
+
},
|
134
|
+
"DescribeVerifyReportRequest": {
|
135
|
+
"document": "DescribeVerifyReport请求参数结构体",
|
136
|
+
"members": [
|
137
|
+
{
|
138
|
+
"disabled": false,
|
139
|
+
"document": "签名id",
|
140
|
+
"example": "无",
|
141
|
+
"member": "string",
|
142
|
+
"name": "SignatureId",
|
143
|
+
"required": true,
|
144
|
+
"type": "string"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"type": "object"
|
148
|
+
},
|
149
|
+
"DescribeVerifyReportResponse": {
|
150
|
+
"document": "DescribeVerifyReport返回参数结构体",
|
151
|
+
"members": [
|
152
|
+
{
|
153
|
+
"disabled": false,
|
154
|
+
"document": "下载url",
|
155
|
+
"example": "无",
|
156
|
+
"member": "string",
|
157
|
+
"name": "ReportUrl",
|
158
|
+
"output_required": false,
|
159
|
+
"type": "string",
|
160
|
+
"value_allowed_null": false
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"disabled": false,
|
164
|
+
"document": "code",
|
165
|
+
"example": "无",
|
166
|
+
"member": "string",
|
167
|
+
"name": "Code",
|
168
|
+
"output_required": false,
|
169
|
+
"type": "string",
|
170
|
+
"value_allowed_null": false
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"disabled": false,
|
174
|
+
"document": "message",
|
175
|
+
"example": "无",
|
176
|
+
"member": "string",
|
177
|
+
"name": "Message",
|
178
|
+
"output_required": false,
|
179
|
+
"type": "string",
|
180
|
+
"value_allowed_null": false
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
184
|
+
"member": "string",
|
185
|
+
"name": "RequestId",
|
186
|
+
"type": "string"
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"type": "object"
|
190
|
+
},
|
191
|
+
"FileInfo": {
|
192
|
+
"document": "文件列表信息",
|
193
|
+
"members": [
|
194
|
+
{
|
195
|
+
"disabled": false,
|
196
|
+
"document": "BASE64编码后的文件内容",
|
197
|
+
"example": "无",
|
198
|
+
"member": "string",
|
199
|
+
"name": "FileBody",
|
200
|
+
"required": false,
|
201
|
+
"type": "string"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"disabled": false,
|
205
|
+
"document": "文件名及类型,最大长度不超过200字符",
|
206
|
+
"example": "test.pdf",
|
207
|
+
"member": "string",
|
208
|
+
"name": "FileName",
|
209
|
+
"required": false,
|
210
|
+
"type": "string"
|
211
|
+
}
|
212
|
+
],
|
213
|
+
"usage": "in"
|
214
|
+
},
|
215
|
+
"UploadFileRequest": {
|
216
|
+
"document": "UploadFile请求参数结构体",
|
217
|
+
"members": [
|
218
|
+
{
|
219
|
+
"disabled": false,
|
220
|
+
"document": "验签源文件信息列表",
|
221
|
+
"example": "无",
|
222
|
+
"member": "FileInfo",
|
223
|
+
"name": "FileInfos",
|
224
|
+
"required": true,
|
225
|
+
"type": "list"
|
226
|
+
}
|
227
|
+
],
|
228
|
+
"type": "object"
|
229
|
+
},
|
230
|
+
"UploadFileResponse": {
|
231
|
+
"document": "UploadFile返回参数结构体",
|
232
|
+
"members": [
|
233
|
+
{
|
234
|
+
"disabled": false,
|
235
|
+
"document": "文件id列表",
|
236
|
+
"example": "无",
|
237
|
+
"member": "string",
|
238
|
+
"name": "FileIds",
|
239
|
+
"output_required": true,
|
240
|
+
"type": "list",
|
241
|
+
"value_allowed_null": false
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"disabled": false,
|
245
|
+
"document": "文件id总数",
|
246
|
+
"example": "无",
|
247
|
+
"member": "int64",
|
248
|
+
"name": "TotalCount",
|
249
|
+
"output_required": true,
|
250
|
+
"type": "int",
|
251
|
+
"value_allowed_null": false
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
255
|
+
"member": "string",
|
256
|
+
"name": "RequestId",
|
257
|
+
"type": "string"
|
258
|
+
}
|
259
|
+
],
|
260
|
+
"type": "object"
|
261
|
+
}
|
262
|
+
},
|
263
|
+
"version": "1.0"
|
264
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"CreateVerifyReport": [
|
4
|
+
{
|
5
|
+
"document": "验证报告盖章成功",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: ca.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVerifyReport\n<公共请求参数>\n\n{\n \"ApplyCustomerType\": \"1\",\n \"ApplyCustomerName\": \"王五\",\n \"ApplyName\": \"经办人姓名\",\n \"ApplyMobile\": \"187****6446\",\n \"FileId\": \"70c2a5eaf142****aa12e81e7b03b637\",\n \"ApplyEmail\": \"969737738@qq.com\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Code\": \"0\",\n \"Message\": \"2024-09-20 20:49:14 签章请求接收成功。\",\n \"RequestId\": \"67af6833-fbb6-462f-a64f-90757d68669f\",\n \"SignatureId\": \"695128****98250752\"\n }\n}",
|
8
|
+
"title": "验证报告盖章成功"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"document": "创建验签报告",
|
12
|
+
"input": "POST / HTTP/1.1\nHost: ca.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateVerifyReport\n<公共请求参数>\n\n{\n \"ApplyCustomerType\": \"1\",\n \"ApplyCustomerName\": \"李四\",\n \"ApplyName\": \"王五\",\n \"ApplyMobile\": \"187****6446\",\n \"FileId\": \"27a130c8336b****865a0d251ef129b4\"\n}",
|
13
|
+
"output": "{\n \"Response\": {\n \"Code\": \"0\",\n \"Message\": \"签章请求接收成功\",\n \"RequestId\": \"b5d694f0-8a91-4bdc-a40d-2767b4ce8471\",\n \"SignatureId\": \"692175****51854336\"\n }\n}",
|
14
|
+
"title": "CreateVerifyReport"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"DescribeVerifyReport": [
|
18
|
+
{
|
19
|
+
"document": "验签报告查询",
|
20
|
+
"input": "POST / HTTP/1.1\nHost: ca.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVerifyReport\n<公共请求参数>\n\n{\n \"SignatureId\": \"6921757****1854336\"\n}",
|
21
|
+
"output": "{\n \"Response\": {\n \"ReportUrl\": \"https://file.nmgsca.com/verified/*********\",\n \"RequestId\": \"292ea5cb-4e80-417c-92fd-02d869545682\"\n }\n}",
|
22
|
+
"title": "DescribeVerifyReport"
|
23
|
+
}
|
24
|
+
],
|
25
|
+
"UploadFile": [
|
26
|
+
{
|
27
|
+
"document": "上传验签源文件响应",
|
28
|
+
"input": "POST / HTTP/1.1\nHost: ca.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadFile\n<公共请求参数>\n\n{\n \"FileInfos\": [\n {\n \"FileName\": \"rsa2.pdf\",\n \"FileBody\": \"data:application/pdf;base64,JVBERi0xLjcKJcKzx9gNCjEgMCBvYmoNPDwvTmFtZXMgPDwvRGVzd**********\"\n }\n ]\n}",
|
29
|
+
"output": "{\n \"Response\": {\n \"FileIds\": [\n \"5419c4b9f60*****a4f77bb517b092f5\"\n ],\n \"RequestId\": \"805c9ab7-9372-4bea-b355-e89548552398\",\n \"TotalCount\": 1\n }\n}",
|
30
|
+
"title": "uploadFileResponse"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"document": "资源文件上传",
|
34
|
+
"input": "POST / HTTP/1.1\nHost: ca.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadFile\n<公共请求参数>\n\n{\n \"FileInfos\": [\n {\n \"FileName\": \"1.pdf\",\n \"FileBody\": \"data:application/pdf;base64,JVBERi0xLjcKJcKzx9gNCjEgMCBvYmoNPDwvTmFtZXMgPDwvRGVzd***************\"\n }\n ]\n}",
|
35
|
+
"output": "{\n \"Response\": {\n \"FileIds\": [\n \"b9e785d8d13349****9e460b04600e16\"\n ],\n \"RequestId\": \"25b59067-3b6b-4c5f-885d-9c12f4084f27\",\n \"TotalCount\": 1\n }\n}",
|
36
|
+
"title": "uploadFile"
|
37
|
+
}
|
38
|
+
]
|
39
|
+
},
|
40
|
+
"version": "1.0"
|
41
|
+
}
|