tccli-intl-en 3.1.1.1__py2.py3-none-any.whl → 3.1.11.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/__init__.py +6 -0
- tccli/services/autoscaling/v20180419/api.json +36 -14
- tccli/services/ckafka/ckafka_client.py +288 -8
- tccli/services/ckafka/v20190819/api.json +494 -76
- tccli/services/ckafka/v20190819/examples.json +45 -5
- tccli/services/clb/clb_client.py +636 -300
- tccli/services/clb/v20180317/api.json +1245 -367
- tccli/services/clb/v20180317/examples.json +172 -112
- tccli/services/controlcenter/controlcenter_client.py +224 -0
- tccli/services/controlcenter/v20230110/api.json +528 -5
- tccli/services/controlcenter/v20230110/examples.json +32 -0
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/faceid/v20180301/api.json +31 -3
- tccli/services/kms/v20190118/api.json +80 -3
- tccli/services/kms/v20190118/examples.json +3 -3
- tccli/services/mdl/v20200326/api.json +165 -5
- tccli/services/mongodb/mongodb_client.py +1048 -96
- tccli/services/mongodb/v20190725/api.json +1765 -108
- tccli/services/mongodb/v20190725/examples.json +136 -0
- tccli/services/monitor/v20180724/api.json +3 -3
- tccli/services/mps/mps_client.py +713 -209
- tccli/services/mps/v20190612/api.json +1009 -67
- tccli/services/mps/v20190612/examples.json +100 -52
- tccli/services/ocr/ocr_client.py +112 -0
- tccli/services/ocr/v20181119/api.json +514 -0
- tccli/services/ocr/v20181119/examples.json +22 -0
- tccli/services/smh/__init__.py +4 -0
- tccli/services/smh/smh_client.py +714 -0
- tccli/services/smh/v20210712/api.json +1287 -0
- tccli/services/smh/v20210712/examples.json +85 -0
- tccli/services/tdmq/tdmq_client.py +2406 -278
- tccli/services/tdmq/v20200217/api.json +11607 -3958
- tccli/services/tdmq/v20200217/examples.json +562 -264
- tccli/services/teo/teo_client.py +169 -57
- tccli/services/teo/v20220901/api.json +218 -9
- tccli/services/teo/v20220901/examples.json +56 -22
- tccli/services/trocket/__init__.py +4 -0
- tccli/services/trocket/trocket_client.py +2450 -0
- tccli/services/trocket/v20230308/api.json +6062 -0
- tccli/services/trocket/v20230308/examples.json +339 -0
- tccli/services/vpc/v20170312/api.json +19 -16
- tccli/services/vpc/v20170312/examples.json +4 -4
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/RECORD +49 -41
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.11.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"CreateLibrary": {
|
|
4
|
+
"document": "This API is used to create a PaaS service media library.",
|
|
5
|
+
"input": "CreateLibraryRequest",
|
|
6
|
+
"name": "Creates a media library",
|
|
7
|
+
"output": "CreateLibraryResponse",
|
|
8
|
+
"status": "online"
|
|
9
|
+
},
|
|
10
|
+
"DeleteLibrary": {
|
|
11
|
+
"document": "This API is used to delete a PaaS service media library.",
|
|
12
|
+
"input": "DeleteLibraryRequest",
|
|
13
|
+
"name": "Delete a media library",
|
|
14
|
+
"output": "DeleteLibraryResponse",
|
|
15
|
+
"status": "online"
|
|
16
|
+
},
|
|
17
|
+
"DescribeLibraries": {
|
|
18
|
+
"document": "This API is used to query the PaaS service repository list.",
|
|
19
|
+
"input": "DescribeLibrariesRequest",
|
|
20
|
+
"name": "Query a media library",
|
|
21
|
+
"output": "DescribeLibrariesResponse",
|
|
22
|
+
"status": "online"
|
|
23
|
+
},
|
|
24
|
+
"DescribeLibrarySecret": {
|
|
25
|
+
"document": "This API is used to query the PaaS service Media Library Key.",
|
|
26
|
+
"input": "DescribeLibrarySecretRequest",
|
|
27
|
+
"name": "Query a media library key",
|
|
28
|
+
"output": "DescribeLibrarySecretResponse",
|
|
29
|
+
"status": "online"
|
|
30
|
+
},
|
|
31
|
+
"DescribeOfficialInstances": {
|
|
32
|
+
"document": "This API is used to query official cloud disk instances.",
|
|
33
|
+
"input": "DescribeOfficialInstancesRequest",
|
|
34
|
+
"name": "Query an official instance",
|
|
35
|
+
"output": "DescribeOfficialInstancesResponse",
|
|
36
|
+
"status": "online"
|
|
37
|
+
},
|
|
38
|
+
"DescribeOfficialOverview": {
|
|
39
|
+
"document": "This API is used to query overview data of official cloud disk instances.",
|
|
40
|
+
"input": "DescribeOfficialOverviewRequest",
|
|
41
|
+
"name": "Query official instance overview data",
|
|
42
|
+
"output": "DescribeOfficialOverviewResponse",
|
|
43
|
+
"status": "online"
|
|
44
|
+
},
|
|
45
|
+
"DescribeTrafficPackages": {
|
|
46
|
+
"document": "This API is used to query traffic packages.",
|
|
47
|
+
"input": "DescribeTrafficPackagesRequest",
|
|
48
|
+
"name": "Query a traffic package",
|
|
49
|
+
"output": "DescribeTrafficPackagesResponse",
|
|
50
|
+
"status": "online"
|
|
51
|
+
},
|
|
52
|
+
"ModifyLibrary": {
|
|
53
|
+
"document": "This API is used to modify the configuration items of a PaaS service media library.",
|
|
54
|
+
"input": "ModifyLibraryRequest",
|
|
55
|
+
"name": "Modify a media library configuration item",
|
|
56
|
+
"output": "ModifyLibraryResponse",
|
|
57
|
+
"status": "online"
|
|
58
|
+
},
|
|
59
|
+
"SendSmsCode": {
|
|
60
|
+
"document": "This API is used to send SMS verification codes for changing the admin account of a super official cloud disk instance.",
|
|
61
|
+
"input": "SendSmsCodeRequest",
|
|
62
|
+
"name": "Send sms verification code",
|
|
63
|
+
"output": "SendSmsCodeResponse",
|
|
64
|
+
"status": "online"
|
|
65
|
+
},
|
|
66
|
+
"VerifySmsCode": {
|
|
67
|
+
"document": "This API is used to verify the SMS verification code for rebinding the super administrator account of an official cloud disk instance.",
|
|
68
|
+
"input": "VerifySmsCodeRequest",
|
|
69
|
+
"name": "Verifies the SMS verification code",
|
|
70
|
+
"output": "VerifySmsCodeResponse",
|
|
71
|
+
"status": "online"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"metadata": {
|
|
75
|
+
"apiVersion": "2021-07-12",
|
|
76
|
+
"serviceNameCN": "智能媒资托管",
|
|
77
|
+
"serviceShortName": "smh"
|
|
78
|
+
},
|
|
79
|
+
"objects": {
|
|
80
|
+
"CreateLibraryRequest": {
|
|
81
|
+
"document": "CreateLibrary request structure.",
|
|
82
|
+
"members": [
|
|
83
|
+
{
|
|
84
|
+
"disabled": false,
|
|
85
|
+
"document": "Media library name. up to 50 characters.",
|
|
86
|
+
"example": "家庭云盘",
|
|
87
|
+
"member": "string",
|
|
88
|
+
"name": "Name",
|
|
89
|
+
"required": true,
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"disabled": false,
|
|
94
|
+
"document": "Specifies the remark, up to 250 characters.",
|
|
95
|
+
"example": "用于家庭内部共享",
|
|
96
|
+
"member": "string",
|
|
97
|
+
"name": "Remark",
|
|
98
|
+
"required": false,
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"disabled": false,
|
|
103
|
+
"document": "Specifies the full name of the bucket, which cannot be changed after creation. the current version no longer supports specified buckets.",
|
|
104
|
+
"example": "demo-bucket-13000000000",
|
|
105
|
+
"member": "string",
|
|
106
|
+
"name": "BucketName",
|
|
107
|
+
"required": false,
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"disabled": false,
|
|
112
|
+
"document": "Bucket location cannot be changed after creation. the current version no longer supports specifying bucket location.",
|
|
113
|
+
"example": "ap-guangzhou",
|
|
114
|
+
"member": "string",
|
|
115
|
+
"name": "BucketRegion",
|
|
116
|
+
"required": false,
|
|
117
|
+
"type": "string"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"disabled": false,
|
|
121
|
+
"document": "Media library configuration item. some parameters cannot be changed after creation.",
|
|
122
|
+
"example": "无",
|
|
123
|
+
"member": "LibraryExtension",
|
|
124
|
+
"name": "LibraryExtension",
|
|
125
|
+
"required": false,
|
|
126
|
+
"type": "object"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"type": "object"
|
|
130
|
+
},
|
|
131
|
+
"CreateLibraryResponse": {
|
|
132
|
+
"document": "CreateLibrary response structure.",
|
|
133
|
+
"members": [
|
|
134
|
+
{
|
|
135
|
+
"disabled": false,
|
|
136
|
+
"document": "Media library ID.",
|
|
137
|
+
"example": "smhfoobar",
|
|
138
|
+
"member": "string",
|
|
139
|
+
"name": "LibraryId",
|
|
140
|
+
"output_required": true,
|
|
141
|
+
"type": "string",
|
|
142
|
+
"value_allowed_null": false
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
146
|
+
"member": "string",
|
|
147
|
+
"name": "RequestId",
|
|
148
|
+
"type": "string"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"type": "object"
|
|
152
|
+
},
|
|
153
|
+
"DeleteLibraryRequest": {
|
|
154
|
+
"document": "DeleteLibrary request structure.",
|
|
155
|
+
"members": [
|
|
156
|
+
{
|
|
157
|
+
"disabled": false,
|
|
158
|
+
"document": "Media library ID.",
|
|
159
|
+
"example": "smh3ptyc9mscifdi",
|
|
160
|
+
"member": "string",
|
|
161
|
+
"name": "LibraryId",
|
|
162
|
+
"required": true,
|
|
163
|
+
"type": "string"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"type": "object"
|
|
167
|
+
},
|
|
168
|
+
"DeleteLibraryResponse": {
|
|
169
|
+
"document": "DeleteLibrary response structure.",
|
|
170
|
+
"members": [
|
|
171
|
+
{
|
|
172
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
173
|
+
"member": "string",
|
|
174
|
+
"name": "RequestId",
|
|
175
|
+
"type": "string"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"type": "object"
|
|
179
|
+
},
|
|
180
|
+
"DescribeLibrariesRequest": {
|
|
181
|
+
"document": "DescribeLibraries request structure.",
|
|
182
|
+
"members": [
|
|
183
|
+
{
|
|
184
|
+
"disabled": false,
|
|
185
|
+
"document": "Specifies one or more media library ids for querying, with a maximum of 100 per request.",
|
|
186
|
+
"example": "[ \"smh3ptyc9mscifdi\", \"smh2dugfmc1jrnzd\" ]",
|
|
187
|
+
"member": "string",
|
|
188
|
+
"name": "LibraryIds",
|
|
189
|
+
"required": false,
|
|
190
|
+
"type": "list"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"disabled": false,
|
|
194
|
+
"document": "Page number, int, used in conjunction with PageSize. default value is 1.",
|
|
195
|
+
"example": "2",
|
|
196
|
+
"member": "uint64",
|
|
197
|
+
"name": "PageNumber",
|
|
198
|
+
"required": false,
|
|
199
|
+
"type": "int"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"disabled": false,
|
|
203
|
+
"document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
|
|
204
|
+
"example": "20",
|
|
205
|
+
"member": "uint64",
|
|
206
|
+
"name": "PageSize",
|
|
207
|
+
"required": false,
|
|
208
|
+
"type": "int"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"type": "object"
|
|
212
|
+
},
|
|
213
|
+
"DescribeLibrariesResponse": {
|
|
214
|
+
"document": "DescribeLibraries response structure.",
|
|
215
|
+
"members": [
|
|
216
|
+
{
|
|
217
|
+
"disabled": false,
|
|
218
|
+
"document": "Library list.",
|
|
219
|
+
"example": "无",
|
|
220
|
+
"member": "Library",
|
|
221
|
+
"name": "List",
|
|
222
|
+
"output_required": true,
|
|
223
|
+
"type": "list",
|
|
224
|
+
"value_allowed_null": false
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"disabled": false,
|
|
228
|
+
"document": "Total number.",
|
|
229
|
+
"example": "5",
|
|
230
|
+
"member": "uint64",
|
|
231
|
+
"name": "TotalCount",
|
|
232
|
+
"output_required": true,
|
|
233
|
+
"type": "int",
|
|
234
|
+
"value_allowed_null": false
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
238
|
+
"member": "string",
|
|
239
|
+
"name": "RequestId",
|
|
240
|
+
"type": "string"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"type": "object"
|
|
244
|
+
},
|
|
245
|
+
"DescribeLibrarySecretRequest": {
|
|
246
|
+
"document": "DescribeLibrarySecret request structure.",
|
|
247
|
+
"members": [
|
|
248
|
+
{
|
|
249
|
+
"disabled": false,
|
|
250
|
+
"document": "Media library ID.",
|
|
251
|
+
"example": "smh3ptyc9mscifdi",
|
|
252
|
+
"member": "string",
|
|
253
|
+
"name": "LibraryId",
|
|
254
|
+
"required": true,
|
|
255
|
+
"type": "string"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"type": "object"
|
|
259
|
+
},
|
|
260
|
+
"DescribeLibrarySecretResponse": {
|
|
261
|
+
"document": "DescribeLibrarySecret response structure.",
|
|
262
|
+
"members": [
|
|
263
|
+
{
|
|
264
|
+
"disabled": false,
|
|
265
|
+
"document": "Specifies the media library ID to query.",
|
|
266
|
+
"example": "smh3ptyc9mscifdi",
|
|
267
|
+
"member": "string",
|
|
268
|
+
"name": "LibraryId",
|
|
269
|
+
"required": true,
|
|
270
|
+
"type": "string",
|
|
271
|
+
"value_allowed_null": false
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"disabled": false,
|
|
275
|
+
"document": "Queried media library key.",
|
|
276
|
+
"example": "9b04bf875752253f44505c6e4a8d3513d75a979e1faef1575a8f72e30f312a23",
|
|
277
|
+
"member": "string",
|
|
278
|
+
"name": "LibrarySecret",
|
|
279
|
+
"required": true,
|
|
280
|
+
"type": "string",
|
|
281
|
+
"value_allowed_null": false
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
285
|
+
"member": "string",
|
|
286
|
+
"name": "RequestId",
|
|
287
|
+
"type": "string"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"type": "object"
|
|
291
|
+
},
|
|
292
|
+
"DescribeOfficialInstancesRequest": {
|
|
293
|
+
"document": "DescribeOfficialInstances request structure.",
|
|
294
|
+
"members": [
|
|
295
|
+
{
|
|
296
|
+
"disabled": false,
|
|
297
|
+
"document": "Specifies whether to query the super admin account bound to the instance. default value is false.",
|
|
298
|
+
"example": "true",
|
|
299
|
+
"member": "bool",
|
|
300
|
+
"name": "SuperAdminAccount",
|
|
301
|
+
"required": false,
|
|
302
|
+
"type": "bool"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"disabled": false,
|
|
306
|
+
"document": "Specifies one or more instance ids for querying, with a maximum of 100 per request.",
|
|
307
|
+
"example": "[ 'tyc9msci', 'ugfmc1jr' ]",
|
|
308
|
+
"member": "string",
|
|
309
|
+
"name": "InstanceIds",
|
|
310
|
+
"required": false,
|
|
311
|
+
"type": "list"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"disabled": false,
|
|
315
|
+
"document": "Page number, int, used in conjunction with PageSize. default value is 1.",
|
|
316
|
+
"example": "2",
|
|
317
|
+
"member": "uint64",
|
|
318
|
+
"name": "PageNumber",
|
|
319
|
+
"required": false,
|
|
320
|
+
"type": "int"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"disabled": false,
|
|
324
|
+
"document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
|
|
325
|
+
"example": "20",
|
|
326
|
+
"member": "uint64",
|
|
327
|
+
"name": "PageSize",
|
|
328
|
+
"required": false,
|
|
329
|
+
"type": "int"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"disabled": false,
|
|
333
|
+
"document": "Specifies the column to sort.",
|
|
334
|
+
"example": "'effectiveTime'",
|
|
335
|
+
"member": "string",
|
|
336
|
+
"name": "OrderBy",
|
|
337
|
+
"required": false,
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"disabled": false,
|
|
342
|
+
"document": "Sorting method.",
|
|
343
|
+
"example": "'desc'",
|
|
344
|
+
"member": "string",
|
|
345
|
+
"name": "OrderByType",
|
|
346
|
+
"required": false,
|
|
347
|
+
"type": "string"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"disabled": false,
|
|
351
|
+
"document": "Specifies the filter type for renewal management.",
|
|
352
|
+
"example": "0",
|
|
353
|
+
"member": "uint64",
|
|
354
|
+
"name": "AutoRenew",
|
|
355
|
+
"required": false,
|
|
356
|
+
"type": "int"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"disabled": false,
|
|
360
|
+
"document": "Specifies whether the super admin account is bound to a mobile number.",
|
|
361
|
+
"example": "true",
|
|
362
|
+
"member": "bool",
|
|
363
|
+
"name": "BindPhone",
|
|
364
|
+
"required": false,
|
|
365
|
+
"type": "bool"
|
|
366
|
+
}
|
|
367
|
+
],
|
|
368
|
+
"type": "object"
|
|
369
|
+
},
|
|
370
|
+
"DescribeOfficialInstancesResponse": {
|
|
371
|
+
"document": "DescribeOfficialInstances response structure.",
|
|
372
|
+
"members": [
|
|
373
|
+
{
|
|
374
|
+
"disabled": false,
|
|
375
|
+
"document": "Instance list",
|
|
376
|
+
"example": "无",
|
|
377
|
+
"member": "Instance",
|
|
378
|
+
"name": "List",
|
|
379
|
+
"output_required": true,
|
|
380
|
+
"type": "list",
|
|
381
|
+
"value_allowed_null": false
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"disabled": false,
|
|
385
|
+
"document": "Total number.",
|
|
386
|
+
"example": "5",
|
|
387
|
+
"member": "uint64",
|
|
388
|
+
"name": "TotalCount",
|
|
389
|
+
"output_required": true,
|
|
390
|
+
"type": "int",
|
|
391
|
+
"value_allowed_null": false
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
395
|
+
"member": "string",
|
|
396
|
+
"name": "RequestId",
|
|
397
|
+
"type": "string"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"type": "object"
|
|
401
|
+
},
|
|
402
|
+
"DescribeOfficialOverviewRequest": {
|
|
403
|
+
"document": "DescribeOfficialOverview request structure.",
|
|
404
|
+
"members": [],
|
|
405
|
+
"type": "object"
|
|
406
|
+
},
|
|
407
|
+
"DescribeOfficialOverviewResponse": {
|
|
408
|
+
"document": "DescribeOfficialOverview response structure.",
|
|
409
|
+
"members": [
|
|
410
|
+
{
|
|
411
|
+
"disabled": false,
|
|
412
|
+
"document": "Specifies the instance count of cloud disks.",
|
|
413
|
+
"example": "5",
|
|
414
|
+
"member": "uint64",
|
|
415
|
+
"name": "Quantity",
|
|
416
|
+
"required": true,
|
|
417
|
+
"type": "int",
|
|
418
|
+
"value_allowed_null": false
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"disabled": false,
|
|
422
|
+
"document": "Indicates the total storage already used in Bytes. since the number type has precision limitations, this field is a String type.",
|
|
423
|
+
"example": "214748364800",
|
|
424
|
+
"member": "string",
|
|
425
|
+
"name": "Storage",
|
|
426
|
+
"required": true,
|
|
427
|
+
"type": "string",
|
|
428
|
+
"value_allowed_null": false
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"disabled": false,
|
|
432
|
+
"document": "Total number of users already allocated and used.",
|
|
433
|
+
"example": "100",
|
|
434
|
+
"member": "uint64",
|
|
435
|
+
"name": "UserCount",
|
|
436
|
+
"required": true,
|
|
437
|
+
"type": "int",
|
|
438
|
+
"value_allowed_null": false
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"disabled": false,
|
|
442
|
+
"document": "Public network downstream traffic this month in Bytes. since the number type has precision limitations, this field is a String type.",
|
|
443
|
+
"example": "209715200",
|
|
444
|
+
"member": "string",
|
|
445
|
+
"name": "InternetTraffic",
|
|
446
|
+
"required": true,
|
|
447
|
+
"type": "string",
|
|
448
|
+
"value_allowed_null": false
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
452
|
+
"member": "string",
|
|
453
|
+
"name": "RequestId",
|
|
454
|
+
"type": "string"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"type": "object"
|
|
458
|
+
},
|
|
459
|
+
"DescribeTrafficPackagesRequest": {
|
|
460
|
+
"document": "DescribeTrafficPackages request structure.",
|
|
461
|
+
"members": [
|
|
462
|
+
{
|
|
463
|
+
"disabled": false,
|
|
464
|
+
"document": "Specifies one or more resource ids for querying, with a maximum of 100 per request.",
|
|
465
|
+
"example": "[ 'tp-1201', 'tp-1202' ]",
|
|
466
|
+
"member": "string",
|
|
467
|
+
"name": "ResourceIds",
|
|
468
|
+
"required": false,
|
|
469
|
+
"type": "list"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"disabled": false,
|
|
473
|
+
"document": "Page number, int, used in conjunction with PageSize. default value is 1.",
|
|
474
|
+
"example": "2",
|
|
475
|
+
"member": "uint64",
|
|
476
|
+
"name": "PageNumber",
|
|
477
|
+
"required": false,
|
|
478
|
+
"type": "int"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"disabled": false,
|
|
482
|
+
"document": "Number of items per page, integer, used in conjunction with PageNumber. default value is 20. maximum value is 100.",
|
|
483
|
+
"example": "20",
|
|
484
|
+
"member": "uint64",
|
|
485
|
+
"name": "PageSize",
|
|
486
|
+
"required": false,
|
|
487
|
+
"type": "int"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"disabled": false,
|
|
491
|
+
"document": "Specifies the column to sort.",
|
|
492
|
+
"example": "effectiveTime",
|
|
493
|
+
"member": "string",
|
|
494
|
+
"name": "OrderBy",
|
|
495
|
+
"required": false,
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"disabled": false,
|
|
500
|
+
"document": "Sorting method.",
|
|
501
|
+
"example": "desc",
|
|
502
|
+
"member": "string",
|
|
503
|
+
"name": "OrderByType",
|
|
504
|
+
"required": false,
|
|
505
|
+
"type": "string"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"disabled": false,
|
|
509
|
+
"document": "Specifies the source type filter criteria.",
|
|
510
|
+
"example": "0",
|
|
511
|
+
"member": "uint64",
|
|
512
|
+
"name": "Type",
|
|
513
|
+
"required": false,
|
|
514
|
+
"type": "int"
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"type": "object"
|
|
518
|
+
},
|
|
519
|
+
"DescribeTrafficPackagesResponse": {
|
|
520
|
+
"document": "DescribeTrafficPackages response structure.",
|
|
521
|
+
"members": [
|
|
522
|
+
{
|
|
523
|
+
"disabled": false,
|
|
524
|
+
"document": "Package list.",
|
|
525
|
+
"example": "无",
|
|
526
|
+
"member": "TrafficPackage",
|
|
527
|
+
"name": "List",
|
|
528
|
+
"output_required": true,
|
|
529
|
+
"type": "list",
|
|
530
|
+
"value_allowed_null": false
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"disabled": false,
|
|
534
|
+
"document": "Total number.",
|
|
535
|
+
"example": "5",
|
|
536
|
+
"member": "uint64",
|
|
537
|
+
"name": "TotalCount",
|
|
538
|
+
"output_required": true,
|
|
539
|
+
"type": "int",
|
|
540
|
+
"value_allowed_null": false
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
544
|
+
"member": "string",
|
|
545
|
+
"name": "RequestId",
|
|
546
|
+
"type": "string"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"type": "object"
|
|
550
|
+
},
|
|
551
|
+
"Instance": {
|
|
552
|
+
"document": "Describes official cloud disk instance information.",
|
|
553
|
+
"members": [
|
|
554
|
+
{
|
|
555
|
+
"disabled": false,
|
|
556
|
+
"document": "Instance ID.",
|
|
557
|
+
"example": "tyc9msci",
|
|
558
|
+
"member": "string",
|
|
559
|
+
"name": "InstanceId",
|
|
560
|
+
"output_required": true,
|
|
561
|
+
"type": "string",
|
|
562
|
+
"value_allowed_null": false
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"disabled": false,
|
|
566
|
+
"document": "Dedicated domain name. if the instance has no dedicated domain name, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
567
|
+
"example": "tyc9msci.cofile.net",
|
|
568
|
+
"member": "string",
|
|
569
|
+
"name": "Domain",
|
|
570
|
+
"output_required": true,
|
|
571
|
+
"type": "string",
|
|
572
|
+
"value_allowed_null": true
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"disabled": false,
|
|
576
|
+
"document": "Effective time.",
|
|
577
|
+
"example": "2021-10-12T03:53:29Z",
|
|
578
|
+
"member": "datetime_iso",
|
|
579
|
+
"name": "EffectiveTime",
|
|
580
|
+
"output_required": true,
|
|
581
|
+
"type": "string",
|
|
582
|
+
"value_allowed_null": false
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"disabled": false,
|
|
586
|
+
"document": "Expiration time. if the instance is pay-as-you-go or permanently valid, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
587
|
+
"example": "2021-11-12T15:59:59Z",
|
|
588
|
+
"member": "datetime_iso",
|
|
589
|
+
"name": "ExpireTime",
|
|
590
|
+
"output_required": true,
|
|
591
|
+
"type": "string",
|
|
592
|
+
"value_allowed_null": true
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"disabled": false,
|
|
596
|
+
"document": "Number of users. if the instance uses pay-as-you-go billing or has unlimited users, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
597
|
+
"example": "5",
|
|
598
|
+
"member": "uint64",
|
|
599
|
+
"name": "UserLimit",
|
|
600
|
+
"output_required": true,
|
|
601
|
+
"type": "int",
|
|
602
|
+
"value_allowed_null": true
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"disabled": false,
|
|
606
|
+
"document": "Storage capacity in Bytes. this field is of String type due to precision limitations of numeric types. this property is null for pay-as-you-go instances or instances with unlimited storage capacity.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
607
|
+
"example": "107374182400",
|
|
608
|
+
"member": "string",
|
|
609
|
+
"name": "StorageLimit",
|
|
610
|
+
"output_required": true,
|
|
611
|
+
"type": "string",
|
|
612
|
+
"value_allowed_null": true
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"disabled": false,
|
|
616
|
+
"document": "Storage capacity in GB. if the instance uses pay-as-you-go billing or has unlimited storage capacity, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
617
|
+
"example": "100",
|
|
618
|
+
"member": "uint64",
|
|
619
|
+
"name": "StorageLimitGB",
|
|
620
|
+
"output_required": true,
|
|
621
|
+
"type": "int",
|
|
622
|
+
"value_allowed_null": true
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"disabled": false,
|
|
626
|
+
"document": "Is expired isolation.",
|
|
627
|
+
"example": "false",
|
|
628
|
+
"member": "bool",
|
|
629
|
+
"name": "Isolated",
|
|
630
|
+
"output_required": true,
|
|
631
|
+
"type": "bool",
|
|
632
|
+
"value_allowed_null": false
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"disabled": false,
|
|
636
|
+
"document": "Renewal flag. 0: manual renewal; 1: automatic renewal; 2: non-renewal upon expiration.",
|
|
637
|
+
"example": "1",
|
|
638
|
+
"member": "uint64",
|
|
639
|
+
"name": "AutoRenew",
|
|
640
|
+
"output_required": true,
|
|
641
|
+
"type": "int",
|
|
642
|
+
"value_allowed_null": false
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"disabled": false,
|
|
646
|
+
"document": "Specifies the super administrator account. if no selection query is made for the instance-bound super administrator account or the current instance is not bound to a super administrator account, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
647
|
+
"example": "+86-18988888888",
|
|
648
|
+
"member": "string",
|
|
649
|
+
"name": "SuperAdminAccount",
|
|
650
|
+
"output_required": true,
|
|
651
|
+
"type": "string",
|
|
652
|
+
"value_allowed_null": true
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"disabled": false,
|
|
656
|
+
"document": "In selected bucket mode, shows bucket usage.",
|
|
657
|
+
"example": "joestorage-1253960454",
|
|
658
|
+
"member": "string",
|
|
659
|
+
"name": "Bucket",
|
|
660
|
+
"output_required": false,
|
|
661
|
+
"type": "string",
|
|
662
|
+
"value_allowed_null": false
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"disabled": false,
|
|
666
|
+
"document": "Specifies the log bucket usage in selected mode.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
667
|
+
"example": "joelog-1253960454",
|
|
668
|
+
"member": "string",
|
|
669
|
+
"name": "LogBucket",
|
|
670
|
+
"output_required": false,
|
|
671
|
+
"type": "string",
|
|
672
|
+
"value_allowed_null": true
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"usage": "out"
|
|
676
|
+
},
|
|
677
|
+
"Library": {
|
|
678
|
+
"document": "PaaS service media library information.",
|
|
679
|
+
"members": [
|
|
680
|
+
{
|
|
681
|
+
"disabled": false,
|
|
682
|
+
"document": "Media library ID.",
|
|
683
|
+
"example": "smh3ptyc9mscifdi",
|
|
684
|
+
"member": "string",
|
|
685
|
+
"name": "LibraryId",
|
|
686
|
+
"output_required": true,
|
|
687
|
+
"type": "string",
|
|
688
|
+
"value_allowed_null": false
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"disabled": false,
|
|
692
|
+
"document": "Specifies the friendly name of the media library.",
|
|
693
|
+
"example": "个人相册",
|
|
694
|
+
"member": "string",
|
|
695
|
+
"name": "Name",
|
|
696
|
+
"output_required": true,
|
|
697
|
+
"type": "string",
|
|
698
|
+
"value_allowed_null": false
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"disabled": false,
|
|
702
|
+
"document": "Remarks.",
|
|
703
|
+
"example": "用于家庭内部共享",
|
|
704
|
+
"member": "string",
|
|
705
|
+
"name": "Remark",
|
|
706
|
+
"output_required": true,
|
|
707
|
+
"type": "string",
|
|
708
|
+
"value_allowed_null": false
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"disabled": false,
|
|
712
|
+
"document": "Specifies the COS storage bucket bound to the media library.",
|
|
713
|
+
"example": "smh-1250000000",
|
|
714
|
+
"member": "string",
|
|
715
|
+
"name": "BucketName",
|
|
716
|
+
"output_required": true,
|
|
717
|
+
"type": "string",
|
|
718
|
+
"value_allowed_null": false
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"disabled": false,
|
|
722
|
+
"document": "Specifies the region where the COS bucket bound to the media library is located.",
|
|
723
|
+
"example": "ap-guangzhou",
|
|
724
|
+
"member": "string",
|
|
725
|
+
"name": "BucketRegion",
|
|
726
|
+
"output_required": true,
|
|
727
|
+
"type": "string",
|
|
728
|
+
"value_allowed_null": false
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"disabled": false,
|
|
732
|
+
"document": "Specifies the access domain of the business API for the media library.",
|
|
733
|
+
"example": "smh3ptyc9mscifdi.api.tencentsmh.cn",
|
|
734
|
+
"member": "string",
|
|
735
|
+
"name": "AccessDomain",
|
|
736
|
+
"output_required": true,
|
|
737
|
+
"type": "string",
|
|
738
|
+
"value_allowed_null": false
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"disabled": false,
|
|
742
|
+
"document": "Creation time of the media library.",
|
|
743
|
+
"example": "2021-10-12T03:53:29Z",
|
|
744
|
+
"member": "datetime_iso",
|
|
745
|
+
"name": "CreationTime",
|
|
746
|
+
"output_required": true,
|
|
747
|
+
"type": "string",
|
|
748
|
+
"value_allowed_null": false
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"disabled": false,
|
|
752
|
+
"document": "Media library configuration item.",
|
|
753
|
+
"example": "无",
|
|
754
|
+
"member": "LibraryExtension",
|
|
755
|
+
"name": "LibraryExtension",
|
|
756
|
+
"output_required": true,
|
|
757
|
+
"type": "object",
|
|
758
|
+
"value_allowed_null": false
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"disabled": false,
|
|
762
|
+
"document": "Media library amount in Bytes. since the number type has precision limitations, this field is a String type.",
|
|
763
|
+
"example": "182736273",
|
|
764
|
+
"member": "string",
|
|
765
|
+
"name": "Size",
|
|
766
|
+
"output_required": true,
|
|
767
|
+
"type": "string",
|
|
768
|
+
"value_allowed_null": false
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"disabled": false,
|
|
772
|
+
"document": "Number of media library directories. since the String type is used due to precision limitations of the number type, this field is of String type.",
|
|
773
|
+
"example": "12",
|
|
774
|
+
"member": "string",
|
|
775
|
+
"name": "DirNum",
|
|
776
|
+
"output_required": true,
|
|
777
|
+
"type": "string",
|
|
778
|
+
"value_allowed_null": false
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"disabled": false,
|
|
782
|
+
"document": "Number of files in the media library. since the String type is used due to precision limitations of the number type, this field is of String type.",
|
|
783
|
+
"example": "3746",
|
|
784
|
+
"member": "string",
|
|
785
|
+
"name": "FileNum",
|
|
786
|
+
"output_required": true,
|
|
787
|
+
"type": "string",
|
|
788
|
+
"value_allowed_null": false
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"usage": "out"
|
|
792
|
+
},
|
|
793
|
+
"LibraryExtension": {
|
|
794
|
+
"document": "Media library configuration item.",
|
|
795
|
+
"members": [
|
|
796
|
+
{
|
|
797
|
+
"disabled": false,
|
|
798
|
+
"document": "Specifies whether it is a file type media library that can store any type of file (true) or a media type media library that can only store images and playable video types (false). defaults to false. cannot be modified once created.",
|
|
799
|
+
"example": "true",
|
|
800
|
+
"member": "bool",
|
|
801
|
+
"name": "IsFileLibrary",
|
|
802
|
+
"output_required": true,
|
|
803
|
+
"required": false,
|
|
804
|
+
"type": "bool",
|
|
805
|
+
"value_allowed_null": false
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"disabled": false,
|
|
809
|
+
"document": "true indicates a multi-tenant space media library, allowing the creation of multiple tenant spaces. false indicates a single-tenant space media library, where tenant spaces cannot be created and only the default single tenant space can be used. defaults to false. cannot be modified after the media library is created.",
|
|
810
|
+
"example": "true",
|
|
811
|
+
"member": "bool",
|
|
812
|
+
"name": "IsMultiSpace",
|
|
813
|
+
"output_required": true,
|
|
814
|
+
"required": false,
|
|
815
|
+
"type": "bool",
|
|
816
|
+
"value_allowed_null": false
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"disabled": false,
|
|
820
|
+
"document": "Specifies the storage type for files saved to cloud object storage. valid values: STANDARD, STANDARD_IA, INTELLIGENT_TIERING, MAZ_STANDARD, MAZ_STANDARD_IA, and MAZ_INTELLIGENT_TIERING. defaults to STANDARD. when using a multi-AZ bucket, MAZ_ prefixed storage types for multi-AZ are automatically used, otherwise non-MAZ_ prefixed storage types for non-multi-AZ are used. when specifying INTELLIGENT TIERING storage INTELLIGENT_TIERING or MAZ_INTELLIGENT_TIERING, the bucket must have INTELLIGENT TIERING storage enabled beforehand, otherwise failure will be returned. cannot be modified after the media library is created.",
|
|
821
|
+
"example": "STANDARD_IA",
|
|
822
|
+
"member": "string",
|
|
823
|
+
"name": "CosStorageClass",
|
|
824
|
+
"output_required": true,
|
|
825
|
+
"required": false,
|
|
826
|
+
"type": "string",
|
|
827
|
+
"value_allowed_null": false
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"disabled": false,
|
|
831
|
+
"document": "Specifies whether the recycle bin feature is enabled. defaults to false.",
|
|
832
|
+
"example": "true",
|
|
833
|
+
"member": "bool",
|
|
834
|
+
"name": "UseRecycleBin",
|
|
835
|
+
"output_required": true,
|
|
836
|
+
"required": false,
|
|
837
|
+
"type": "bool",
|
|
838
|
+
"value_allowed_null": false
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"disabled": false,
|
|
842
|
+
"document": "Specifies the number of days to automatically delete items in the recycle bin when enabled, must not exceed 1095 (3 years). a value of 0 indicates no automatic deletion, defaults to 0. this property is null when the recycle bin is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
843
|
+
"example": "7",
|
|
844
|
+
"member": "uint64",
|
|
845
|
+
"name": "AutoRemoveRecycledDays",
|
|
846
|
+
"output_required": true,
|
|
847
|
+
"required": false,
|
|
848
|
+
"type": "int",
|
|
849
|
+
"value_allowed_null": true
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"disabled": false,
|
|
853
|
+
"document": "Whether to enable the file path search feature. is false by default.",
|
|
854
|
+
"example": "true",
|
|
855
|
+
"member": "bool",
|
|
856
|
+
"name": "EnableSearch",
|
|
857
|
+
"output_required": true,
|
|
858
|
+
"required": false,
|
|
859
|
+
"type": "bool",
|
|
860
|
+
"value_allowed_null": false
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"disabled": false,
|
|
864
|
+
"document": "Specifies whether to deny the configuration request when setting the space quota for a media library or tenant and the quota is less than the used storage capacity. is false by default.",
|
|
865
|
+
"example": "true",
|
|
866
|
+
"member": "bool",
|
|
867
|
+
"name": "DenyOnQuotaLessThanUsage",
|
|
868
|
+
"output_required": true,
|
|
869
|
+
"required": false,
|
|
870
|
+
"type": "bool",
|
|
871
|
+
"value_allowed_null": false
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"disabled": false,
|
|
875
|
+
"document": "Specifies whether the earlier version is enabled. defaults to false.",
|
|
876
|
+
"example": "true",
|
|
877
|
+
"member": "bool",
|
|
878
|
+
"name": "EnableFileHistory",
|
|
879
|
+
"output_required": true,
|
|
880
|
+
"required": false,
|
|
881
|
+
"type": "bool",
|
|
882
|
+
"value_allowed_null": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"disabled": false,
|
|
886
|
+
"document": "Specifies the maximum number of historical versions to retain for a single file when versioning is enabled, with a value range of 1 to 999. this property may be null when versioning is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
887
|
+
"example": "10",
|
|
888
|
+
"member": "uint64",
|
|
889
|
+
"name": "FileHistoryCount",
|
|
890
|
+
"output_required": true,
|
|
891
|
+
"required": false,
|
|
892
|
+
"type": "int",
|
|
893
|
+
"value_allowed_null": true
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"disabled": false,
|
|
897
|
+
"document": "Specifies the maximum days to retain earlier versions when versioning is enabled, with a value range of 0 to 999. when set to 0, it represents permanent retention. this property may be null when versioning is not enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
898
|
+
"example": "30",
|
|
899
|
+
"member": "uint64",
|
|
900
|
+
"name": "FileHistoryExpireDay",
|
|
901
|
+
"output_required": true,
|
|
902
|
+
"required": false,
|
|
903
|
+
"type": "int",
|
|
904
|
+
"value_allowed_null": true
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"disabled": false,
|
|
908
|
+
"document": "The maximum length of a directory or file name must not exceed 255, with a default value of 255. modifying this parameter will not affect existing directories or file names. if the value of this field is decreased, the length of existing directories or file names exceeding the target value does not change.",
|
|
909
|
+
"example": "200",
|
|
910
|
+
"member": "uint64",
|
|
911
|
+
"name": "MaxDirFileNameLength",
|
|
912
|
+
"output_required": true,
|
|
913
|
+
"required": false,
|
|
914
|
+
"type": "int",
|
|
915
|
+
"value_allowed_null": false
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"disabled": false,
|
|
919
|
+
"document": "Whether public read is enabled. once enabled, read operations require no access token. it is false by default. this property is supported only in single-tenant space media libraries. otherwise, it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
920
|
+
"example": "true",
|
|
921
|
+
"member": "bool",
|
|
922
|
+
"name": "IsPublicRead",
|
|
923
|
+
"output_required": true,
|
|
924
|
+
"required": false,
|
|
925
|
+
"type": "bool",
|
|
926
|
+
"value_allowed_null": true
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"disabled": false,
|
|
930
|
+
"document": "Specifies whether the multi-album feature is enabled for the media type media library. once enabled, first-level directories (albums) can be created, and media files can only be saved in these albums. unless enabled, albums cannot be created, and media files can only be saved in the root directory. defaults to false. this property is only supported for single-tenant space media type media libraries, otherwise it is null. cannot be modified after the media library is created.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
931
|
+
"example": "true",
|
|
932
|
+
"member": "bool",
|
|
933
|
+
"name": "IsMultiAlbum",
|
|
934
|
+
"output_required": true,
|
|
935
|
+
"required": false,
|
|
936
|
+
"type": "bool",
|
|
937
|
+
"value_allowed_null": true
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"disabled": false,
|
|
941
|
+
"document": "Specifies whether the media library of the media type allows image uploads, set to true by default. this property is supported only for the media library of the media type in a single tenant space, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
942
|
+
"example": "true",
|
|
943
|
+
"member": "bool",
|
|
944
|
+
"name": "AllowPhoto",
|
|
945
|
+
"output_required": true,
|
|
946
|
+
"required": false,
|
|
947
|
+
"type": "bool",
|
|
948
|
+
"value_allowed_null": true
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"disabled": false,
|
|
952
|
+
"document": "Specifies the allowed extensions when the media type media library allows photo uploads. empty array by default. at this point, it will automatically determine based on the MIME type corresponding to the file extension. this property is supported only for single-tenant space media type media libraries. otherwise, the property is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
953
|
+
"example": "[ '.jpg', '.png', '.heic' ]",
|
|
954
|
+
"member": "string",
|
|
955
|
+
"name": "AllowPhotoExtName",
|
|
956
|
+
"output_required": true,
|
|
957
|
+
"required": false,
|
|
958
|
+
"type": "list",
|
|
959
|
+
"value_allowed_null": true
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"disabled": false,
|
|
963
|
+
"document": "Media type media library specifies whether video upload is allowed, set to true by default. this property is supported only in single tenant space media type media library, otherwise the property is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
964
|
+
"example": "true",
|
|
965
|
+
"member": "bool",
|
|
966
|
+
"name": "AllowVideo",
|
|
967
|
+
"output_required": true,
|
|
968
|
+
"required": false,
|
|
969
|
+
"type": "bool",
|
|
970
|
+
"value_allowed_null": true
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"disabled": false,
|
|
974
|
+
"document": "Specifies the allowed extensions when the media type media library permits video uploads. the default is an empty array, at which point it will automatically determine based on the MIME type corresponding to the file extension. this property is supported only for single-tenant space media type media libraries, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
975
|
+
"example": "[ '.mp4', '.mov' ]",
|
|
976
|
+
"member": "string",
|
|
977
|
+
"name": "AllowVideoExtName",
|
|
978
|
+
"output_required": true,
|
|
979
|
+
"required": false,
|
|
980
|
+
"type": "list",
|
|
981
|
+
"value_allowed_null": true
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"disabled": false,
|
|
985
|
+
"document": "Specifies the file extensions allowed in the file type media library, empty by default. at this point, all types of files are upload allowed. this property is supported only for the file type media library in a single tenant space, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
986
|
+
"example": "[ '.docx', '.xslx', '.pptx' ]",
|
|
987
|
+
"member": "string",
|
|
988
|
+
"name": "AllowFileExtName",
|
|
989
|
+
"output_required": true,
|
|
990
|
+
"required": false,
|
|
991
|
+
"type": "list",
|
|
992
|
+
"value_allowed_null": true
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"disabled": false,
|
|
996
|
+
"document": "Specifies whether to perform sensitive content identification during image upload. the value is false by default. this property is supported only in the single-tenant space media library, otherwise it is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
997
|
+
"example": "true",
|
|
998
|
+
"member": "bool",
|
|
999
|
+
"name": "RecognizeSensitiveContent",
|
|
1000
|
+
"output_required": true,
|
|
1001
|
+
"required": false,
|
|
1002
|
+
"type": "bool",
|
|
1003
|
+
"value_allowed_null": true
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"usage": "both"
|
|
1007
|
+
},
|
|
1008
|
+
"ModifyLibraryRequest": {
|
|
1009
|
+
"document": "ModifyLibrary request structure.",
|
|
1010
|
+
"members": [
|
|
1011
|
+
{
|
|
1012
|
+
"disabled": false,
|
|
1013
|
+
"document": "Media library ID.",
|
|
1014
|
+
"example": "smh3ptyc9mscifdi",
|
|
1015
|
+
"member": "string",
|
|
1016
|
+
"name": "LibraryId",
|
|
1017
|
+
"required": true,
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"disabled": false,
|
|
1022
|
+
"document": "Media library name. up to 50 characters. leave empty to keep the current value.",
|
|
1023
|
+
"example": "家庭云盘",
|
|
1024
|
+
"member": "string",
|
|
1025
|
+
"name": "Name",
|
|
1026
|
+
"required": false,
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"disabled": false,
|
|
1031
|
+
"document": "Specifies the remark, up to 250 characters. leave it empty to keep the original value.",
|
|
1032
|
+
"example": "用于家庭内部共享",
|
|
1033
|
+
"member": "string",
|
|
1034
|
+
"name": "Remark",
|
|
1035
|
+
"required": false,
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"disabled": false,
|
|
1040
|
+
"document": "Media library configuration item. some parameters cannot be changed after creation and only modify passed parameters. if this parameter is not passed, no configuration item will be modified.",
|
|
1041
|
+
"example": "无",
|
|
1042
|
+
"member": "LibraryExtension",
|
|
1043
|
+
"name": "LibraryExtension",
|
|
1044
|
+
"required": false,
|
|
1045
|
+
"type": "object"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"type": "object"
|
|
1049
|
+
},
|
|
1050
|
+
"ModifyLibraryResponse": {
|
|
1051
|
+
"document": "ModifyLibrary response structure.",
|
|
1052
|
+
"members": [
|
|
1053
|
+
{
|
|
1054
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1055
|
+
"member": "string",
|
|
1056
|
+
"name": "RequestId",
|
|
1057
|
+
"type": "string"
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"type": "object"
|
|
1061
|
+
},
|
|
1062
|
+
"SendSmsCodeRequest": {
|
|
1063
|
+
"document": "SendSmsCode request structure.",
|
|
1064
|
+
"members": [
|
|
1065
|
+
{
|
|
1066
|
+
"disabled": false,
|
|
1067
|
+
"document": "Captcha target, currently supported: rebind super administrator account, BindSuperAdmin; trial version business upgrade, ChannelUpdateVerify.",
|
|
1068
|
+
"example": "BindSuperAdmin",
|
|
1069
|
+
"member": "string",
|
|
1070
|
+
"name": "Purpose",
|
|
1071
|
+
"required": true,
|
|
1072
|
+
"type": "string"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"disabled": false,
|
|
1076
|
+
"document": "Specifies the mobile number as the super admin account.",
|
|
1077
|
+
"example": "18988888888",
|
|
1078
|
+
"member": "string",
|
|
1079
|
+
"name": "PhoneNumber",
|
|
1080
|
+
"required": true,
|
|
1081
|
+
"type": "string"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"disabled": false,
|
|
1085
|
+
"document": "Official cloud disk instance ID.",
|
|
1086
|
+
"example": "tyc9msci",
|
|
1087
|
+
"member": "string",
|
|
1088
|
+
"name": "InstanceId",
|
|
1089
|
+
"required": false,
|
|
1090
|
+
"type": "string"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"disabled": false,
|
|
1094
|
+
"document": "Specifies the country code of the mobile number that serves as the super administrator account. defaults to +86.",
|
|
1095
|
+
"example": "+86",
|
|
1096
|
+
"member": "string",
|
|
1097
|
+
"name": "CountryCode",
|
|
1098
|
+
"required": false,
|
|
1099
|
+
"type": "string"
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"type": "object"
|
|
1103
|
+
},
|
|
1104
|
+
"SendSmsCodeResponse": {
|
|
1105
|
+
"document": "SendSmsCode response structure.",
|
|
1106
|
+
"members": [
|
|
1107
|
+
{
|
|
1108
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1109
|
+
"member": "string",
|
|
1110
|
+
"name": "RequestId",
|
|
1111
|
+
"type": "string"
|
|
1112
|
+
}
|
|
1113
|
+
],
|
|
1114
|
+
"type": "object"
|
|
1115
|
+
},
|
|
1116
|
+
"TrafficPackage": {
|
|
1117
|
+
"document": "Traffic package information.",
|
|
1118
|
+
"members": [
|
|
1119
|
+
{
|
|
1120
|
+
"disabled": false,
|
|
1121
|
+
"document": "Specifies the instance ID offset by the traffic package.",
|
|
1122
|
+
"example": "tyc9msci",
|
|
1123
|
+
"member": "string",
|
|
1124
|
+
"name": "InstanceId",
|
|
1125
|
+
"output_required": true,
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"value_allowed_null": false
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"disabled": false,
|
|
1131
|
+
"document": "Dedicated domain name. if the instance has no dedicated domain name, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1132
|
+
"example": "tyc9msci.cofile.net",
|
|
1133
|
+
"member": "string",
|
|
1134
|
+
"name": "Domain",
|
|
1135
|
+
"output_required": true,
|
|
1136
|
+
"type": "string",
|
|
1137
|
+
"value_allowed_null": true
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"disabled": false,
|
|
1141
|
+
"document": "Source type of the traffic package. valid values: 0 (purchase), 1 (complimentary).",
|
|
1142
|
+
"example": "0",
|
|
1143
|
+
"member": "uint64",
|
|
1144
|
+
"name": "Type",
|
|
1145
|
+
"output_required": true,
|
|
1146
|
+
"type": "int",
|
|
1147
|
+
"value_allowed_null": false
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"disabled": false,
|
|
1151
|
+
"document": "Total traffic in Bytes. since the number type has precision limitations, this field is a String type.",
|
|
1152
|
+
"example": "107374182400",
|
|
1153
|
+
"member": "string",
|
|
1154
|
+
"name": "Size",
|
|
1155
|
+
"output_required": true,
|
|
1156
|
+
"type": "string",
|
|
1157
|
+
"value_allowed_null": false
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"disabled": false,
|
|
1161
|
+
"document": "Total traffic in GB.",
|
|
1162
|
+
"example": "100",
|
|
1163
|
+
"member": "uint64",
|
|
1164
|
+
"name": "SizeGB",
|
|
1165
|
+
"output_required": true,
|
|
1166
|
+
"type": "int",
|
|
1167
|
+
"value_allowed_null": false
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"disabled": false,
|
|
1171
|
+
"document": "Remaining traffic in Bytes. this field is of String type due to precision limitations of numeric data types.",
|
|
1172
|
+
"example": "89017835619",
|
|
1173
|
+
"member": "string",
|
|
1174
|
+
"name": "Remain",
|
|
1175
|
+
"output_required": true,
|
|
1176
|
+
"type": "string",
|
|
1177
|
+
"value_allowed_null": false
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"disabled": false,
|
|
1181
|
+
"document": "Used traffic in Bytes. since the number type has precision limitations, this field is a String type.",
|
|
1182
|
+
"example": "18356346781",
|
|
1183
|
+
"member": "string",
|
|
1184
|
+
"name": "Used",
|
|
1185
|
+
"output_required": true,
|
|
1186
|
+
"type": "string",
|
|
1187
|
+
"value_allowed_null": false
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"disabled": false,
|
|
1191
|
+
"document": "Usage percentage. since the String type is used due to precision limitations of the number type, this field is of String type.",
|
|
1192
|
+
"example": "17.10",
|
|
1193
|
+
"member": "string",
|
|
1194
|
+
"name": "UsedPercentage",
|
|
1195
|
+
"output_required": true,
|
|
1196
|
+
"type": "string",
|
|
1197
|
+
"value_allowed_null": false
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"disabled": false,
|
|
1201
|
+
"document": "Effective time, the order time of the traffic package.",
|
|
1202
|
+
"example": "2021-10-12T03:53:29Z",
|
|
1203
|
+
"member": "datetime_iso",
|
|
1204
|
+
"name": "EffectiveTime",
|
|
1205
|
+
"output_required": true,
|
|
1206
|
+
"type": "string",
|
|
1207
|
+
"value_allowed_null": false
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"disabled": false,
|
|
1211
|
+
"document": "Expiration time, which is the expiration time of the offset instance. if the traffic package offsets a pay-as-you-go or permanently valid instance, this attribute is null.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1212
|
+
"example": "2021-11-12T15:59:59Z",
|
|
1213
|
+
"member": "datetime_iso",
|
|
1214
|
+
"name": "ExpireTime",
|
|
1215
|
+
"output_required": true,
|
|
1216
|
+
"type": "string",
|
|
1217
|
+
"value_allowed_null": true
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"usage": "out"
|
|
1221
|
+
},
|
|
1222
|
+
"VerifySmsCodeRequest": {
|
|
1223
|
+
"document": "VerifySmsCode request structure.",
|
|
1224
|
+
"members": [
|
|
1225
|
+
{
|
|
1226
|
+
"disabled": false,
|
|
1227
|
+
"document": "Captcha target, currently supported: rebind super administrator account, BindSuperAdmin; trial version business upgrade verification, ChannelUpdateVerify.",
|
|
1228
|
+
"example": "BindSuperAdmin",
|
|
1229
|
+
"member": "string",
|
|
1230
|
+
"name": "Purpose",
|
|
1231
|
+
"required": true,
|
|
1232
|
+
"type": "string"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"disabled": false,
|
|
1236
|
+
"document": "Specifies the mobile number as the super admin account.",
|
|
1237
|
+
"example": "18988888888",
|
|
1238
|
+
"member": "string",
|
|
1239
|
+
"name": "PhoneNumber",
|
|
1240
|
+
"required": true,
|
|
1241
|
+
"type": "string"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"disabled": false,
|
|
1245
|
+
"document": "Specifies the sms verification code.",
|
|
1246
|
+
"example": "2261",
|
|
1247
|
+
"member": "string",
|
|
1248
|
+
"name": "Code",
|
|
1249
|
+
"required": true,
|
|
1250
|
+
"type": "string"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"disabled": false,
|
|
1254
|
+
"document": "Official cloud disk instance ID.",
|
|
1255
|
+
"example": "tyc9msci",
|
|
1256
|
+
"member": "string",
|
|
1257
|
+
"name": "InstanceId",
|
|
1258
|
+
"required": false,
|
|
1259
|
+
"type": "string"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"disabled": false,
|
|
1263
|
+
"document": "Specifies the country code of the mobile number that serves as the super administrator account. defaults to +86.",
|
|
1264
|
+
"example": "+86",
|
|
1265
|
+
"member": "string",
|
|
1266
|
+
"name": "CountryCode",
|
|
1267
|
+
"required": false,
|
|
1268
|
+
"type": "string"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"type": "object"
|
|
1272
|
+
},
|
|
1273
|
+
"VerifySmsCodeResponse": {
|
|
1274
|
+
"document": "VerifySmsCode response structure.",
|
|
1275
|
+
"members": [
|
|
1276
|
+
{
|
|
1277
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
1278
|
+
"member": "string",
|
|
1279
|
+
"name": "RequestId",
|
|
1280
|
+
"type": "string"
|
|
1281
|
+
}
|
|
1282
|
+
],
|
|
1283
|
+
"type": "object"
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
"version": "1.0"
|
|
1287
|
+
}
|