tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.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/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,11 +1,53 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"CreateIncrementalMigrationStrategy": {
|
4
|
+
"document": "创建增量迁移策略。",
|
5
|
+
"input": "CreateIncrementalMigrationStrategyRequest",
|
6
|
+
"name": "创建增量迁移策略",
|
7
|
+
"output": "CreateIncrementalMigrationStrategyResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
10
|
+
"CreateStorage": {
|
11
|
+
"document": "该接口用于为专业版应用创建存储桶。\n\n注:\n- 本接口仅用于专业版应用;\n- 客户创建点播专业版应用时,系统默认为客户开通了部分地域的存储,用户如果需要开通其它地域的存储,可以通过该接口进行开通;\n- 通过 [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) 接口可以查询到所有存储地域及已经开通存储桶的地域。",
|
12
|
+
"input": "CreateStorageRequest",
|
13
|
+
"name": "创建专业版应用存储",
|
14
|
+
"output": "CreateStorageResponse",
|
15
|
+
"status": "online"
|
16
|
+
},
|
3
17
|
"CreateStorageCredentials": {
|
4
18
|
"document": "用于按指定策略,生成专业版应用的临时访问凭证,比如生成用于客户端上传的临时凭证。",
|
5
19
|
"input": "CreateStorageCredentialsRequest",
|
6
20
|
"name": "创建应用存储临时访问凭证",
|
7
21
|
"output": "CreateStorageCredentialsResponse",
|
8
22
|
"status": "online"
|
23
|
+
},
|
24
|
+
"DeleteIncrementalMigrationStrategy": {
|
25
|
+
"document": "删除增量迁移策略。",
|
26
|
+
"input": "DeleteIncrementalMigrationStrategyRequest",
|
27
|
+
"name": "删除增量迁移策略",
|
28
|
+
"output": "DeleteIncrementalMigrationStrategyResponse",
|
29
|
+
"status": "online"
|
30
|
+
},
|
31
|
+
"DescribeIncrementalMigrationStrategyInfos": {
|
32
|
+
"document": "查询增量迁移策略信息。",
|
33
|
+
"input": "DescribeIncrementalMigrationStrategyInfosRequest",
|
34
|
+
"name": "查询增量迁移策略信息",
|
35
|
+
"output": "DescribeIncrementalMigrationStrategyInfosResponse",
|
36
|
+
"status": "online"
|
37
|
+
},
|
38
|
+
"DescribeStorage": {
|
39
|
+
"document": "该接口用于查询专业版应用中的存储桶信息,同时支持分页查询。\n\n注:\n- 本接口仅用于专业版应用。",
|
40
|
+
"input": "DescribeStorageRequest",
|
41
|
+
"name": "查询专业版应用存储",
|
42
|
+
"output": "DescribeStorageResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
45
|
+
"ModifyIncrementalMigrationStrategy": {
|
46
|
+
"document": "创建增量迁移策略。",
|
47
|
+
"input": "ModifyIncrementalMigrationStrategyRequest",
|
48
|
+
"name": "修改增量迁移策略",
|
49
|
+
"output": "ModifyIncrementalMigrationStrategyResponse",
|
50
|
+
"status": "online"
|
9
51
|
}
|
10
52
|
},
|
11
53
|
"metadata": {
|
@@ -15,6 +57,79 @@
|
|
15
57
|
"serviceShortName": "vod"
|
16
58
|
},
|
17
59
|
"objects": {
|
60
|
+
"CreateIncrementalMigrationStrategyRequest": {
|
61
|
+
"document": "CreateIncrementalMigrationStrategy请求参数结构体",
|
62
|
+
"members": [
|
63
|
+
{
|
64
|
+
"disabled": false,
|
65
|
+
"document": "<b>点播[专业版](/document/product/266/115396)[应用](/document/product/266/14574) ID。</b>",
|
66
|
+
"example": "1020304056",
|
67
|
+
"member": "uint64",
|
68
|
+
"name": "SubAppId",
|
69
|
+
"required": true,
|
70
|
+
"type": "int"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"disabled": false,
|
74
|
+
"document": "策略生效的存储桶 ID。",
|
75
|
+
"example": "bucketid123",
|
76
|
+
"member": "string",
|
77
|
+
"name": "BucketId",
|
78
|
+
"required": true,
|
79
|
+
"type": "string"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"disabled": false,
|
83
|
+
"document": "增量迁移策略名称,名称长度不超过100个字符,允许的字符为:`中文、英文、0-9、_、-`。",
|
84
|
+
"example": "strategy_name",
|
85
|
+
"member": "string",
|
86
|
+
"name": "StrategyName",
|
87
|
+
"required": true,
|
88
|
+
"type": "string"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"disabled": false,
|
92
|
+
"document": "源站类型。取值有:\n<li>HTTP:HTTP 源。</li>",
|
93
|
+
"example": "HTTP",
|
94
|
+
"member": "string",
|
95
|
+
"name": "OriginType",
|
96
|
+
"required": true,
|
97
|
+
"type": "string"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"disabled": false,
|
101
|
+
"document": "增量迁移 HTTP 回源源站配置,当 OriginType 取值 `HTTP` 时必填。",
|
102
|
+
"example": "无",
|
103
|
+
"member": "IncrementalMigrationHttpOriginConfig",
|
104
|
+
"name": "HttpOriginConfig",
|
105
|
+
"required": false,
|
106
|
+
"type": "object"
|
107
|
+
}
|
108
|
+
],
|
109
|
+
"type": "object"
|
110
|
+
},
|
111
|
+
"CreateIncrementalMigrationStrategyResponse": {
|
112
|
+
"document": "CreateIncrementalMigrationStrategy返回参数结构体",
|
113
|
+
"members": [
|
114
|
+
{
|
115
|
+
"disabled": false,
|
116
|
+
"document": "增量迁移策略 ID。",
|
117
|
+
"example": "im-demo123",
|
118
|
+
"member": "string",
|
119
|
+
"name": "StrategyId",
|
120
|
+
"output_required": true,
|
121
|
+
"type": "string",
|
122
|
+
"value_allowed_null": false
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
126
|
+
"member": "string",
|
127
|
+
"name": "RequestId",
|
128
|
+
"type": "string"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"type": "object"
|
132
|
+
},
|
18
133
|
"CreateStorageCredentialsRequest": {
|
19
134
|
"document": "CreateStorageCredentials请求参数结构体",
|
20
135
|
"members": [
|
@@ -70,6 +185,61 @@
|
|
70
185
|
],
|
71
186
|
"type": "object"
|
72
187
|
},
|
188
|
+
"CreateStorageRequest": {
|
189
|
+
"document": "CreateStorage请求参数结构体",
|
190
|
+
"members": [
|
191
|
+
{
|
192
|
+
"disabled": false,
|
193
|
+
"document": "<b>点播专业版[应用](/document/product/266/14574) ID。</b>",
|
194
|
+
"example": "1020304056",
|
195
|
+
"member": "uint64",
|
196
|
+
"name": "SubAppId",
|
197
|
+
"required": true,
|
198
|
+
"type": "int"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"disabled": false,
|
202
|
+
"document": "存储地域,必须是系统支持地域。\n通过 [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) 接口可以查询到所有存储地域及已经开通存储桶的地域。",
|
203
|
+
"example": "ap-shanghai",
|
204
|
+
"member": "string",
|
205
|
+
"name": "StorageRegion",
|
206
|
+
"required": true,
|
207
|
+
"type": "string"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"disabled": false,
|
211
|
+
"document": "存储名称。\n<li>仅支持小写英文字母、数字、中划线 “-” 及其组合;</li>\n<li>存储命名不能以 “-” 开头或结尾;</li>\n<li>存储命名最大长度为 64 字符。</li>",
|
212
|
+
"example": "my-storage",
|
213
|
+
"member": "string",
|
214
|
+
"name": "StorageName",
|
215
|
+
"required": true,
|
216
|
+
"type": "string"
|
217
|
+
}
|
218
|
+
],
|
219
|
+
"type": "object"
|
220
|
+
},
|
221
|
+
"CreateStorageResponse": {
|
222
|
+
"document": "CreateStorage返回参数结构体",
|
223
|
+
"members": [
|
224
|
+
{
|
225
|
+
"disabled": false,
|
226
|
+
"document": "存储桶 ID。",
|
227
|
+
"example": "bucketid123",
|
228
|
+
"member": "string",
|
229
|
+
"name": "BucketId",
|
230
|
+
"output_required": false,
|
231
|
+
"type": "string",
|
232
|
+
"value_allowed_null": false
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
236
|
+
"member": "string",
|
237
|
+
"name": "RequestId",
|
238
|
+
"type": "string"
|
239
|
+
}
|
240
|
+
],
|
241
|
+
"type": "object"
|
242
|
+
},
|
73
243
|
"Credentials": {
|
74
244
|
"document": "临时访问凭证。",
|
75
245
|
"members": [
|
@@ -115,6 +285,821 @@
|
|
115
285
|
}
|
116
286
|
],
|
117
287
|
"usage": "out"
|
288
|
+
},
|
289
|
+
"DeleteIncrementalMigrationStrategyRequest": {
|
290
|
+
"document": "DeleteIncrementalMigrationStrategy请求参数结构体",
|
291
|
+
"members": [
|
292
|
+
{
|
293
|
+
"disabled": false,
|
294
|
+
"document": "<b>点播[专业版](/document/product/266/115396)[应用](/document/product/266/14574) ID。</b>",
|
295
|
+
"example": "1020304056",
|
296
|
+
"member": "uint64",
|
297
|
+
"name": "SubAppId",
|
298
|
+
"required": true,
|
299
|
+
"type": "int"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"disabled": false,
|
303
|
+
"document": "策略生效的存储桶 ID。",
|
304
|
+
"example": "bucketid123",
|
305
|
+
"member": "string",
|
306
|
+
"name": "BucketId",
|
307
|
+
"required": true,
|
308
|
+
"type": "string"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"disabled": false,
|
312
|
+
"document": "增量迁移策略 ID。",
|
313
|
+
"example": "im-demo123",
|
314
|
+
"member": "string",
|
315
|
+
"name": "StrategyId",
|
316
|
+
"required": true,
|
317
|
+
"type": "string"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"type": "object"
|
321
|
+
},
|
322
|
+
"DeleteIncrementalMigrationStrategyResponse": {
|
323
|
+
"document": "DeleteIncrementalMigrationStrategy返回参数结构体",
|
324
|
+
"members": [
|
325
|
+
{
|
326
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
327
|
+
"member": "string",
|
328
|
+
"name": "RequestId",
|
329
|
+
"type": "string"
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"type": "object"
|
333
|
+
},
|
334
|
+
"DescribeIncrementalMigrationStrategyInfosRequest": {
|
335
|
+
"document": "DescribeIncrementalMigrationStrategyInfos请求参数结构体",
|
336
|
+
"members": [
|
337
|
+
{
|
338
|
+
"disabled": false,
|
339
|
+
"document": "<b>点播[专业版](/document/product/266/115396)[应用](/document/product/266/14574) ID。</b>",
|
340
|
+
"example": "1020304056",
|
341
|
+
"member": "uint64",
|
342
|
+
"name": "SubAppId",
|
343
|
+
"required": true,
|
344
|
+
"type": "int"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"disabled": false,
|
348
|
+
"document": "过滤条件,Filters.Values 的上限为 `20`;若 Filters 长度为 `0` 则查询时无过滤条件限制。 详细的过滤条件如下: <li>BucketId<br> 按照【<strong>存储桶 ID</strong>】进行过滤<br> 类型:String<br> 必选:否<br></li><li>StrategyId<br> 按照【<strong>策略 ID</strong>】进行过滤。<br> 类型:String<br> 必选:否</li> ",
|
349
|
+
"example": "无",
|
350
|
+
"member": "Filter",
|
351
|
+
"name": "Filters",
|
352
|
+
"required": false,
|
353
|
+
"type": "list"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"disabled": false,
|
357
|
+
"document": "返回结果的排序。 SortBy.Field 取值有:<li>UpdateTime:创建时间。</li>若不填,SortBy.Field 默认值为 `UpdateTime`,SortBy.Order 默认值为 `Desc`。",
|
358
|
+
"example": "无",
|
359
|
+
"member": "SortBy",
|
360
|
+
"name": "SortBy",
|
361
|
+
"required": false,
|
362
|
+
"type": "object"
|
363
|
+
},
|
364
|
+
{
|
365
|
+
"disabled": false,
|
366
|
+
"document": "分页返回的起始偏移量,默认值为 `0`。",
|
367
|
+
"example": "0",
|
368
|
+
"member": "int64",
|
369
|
+
"name": "Offset",
|
370
|
+
"required": false,
|
371
|
+
"type": "int"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"disabled": false,
|
375
|
+
"document": "分页返回的记录条数,默认值为 `20`,最大值为 `100`。",
|
376
|
+
"example": "20",
|
377
|
+
"member": "int64",
|
378
|
+
"name": "Limit",
|
379
|
+
"required": false,
|
380
|
+
"type": "int"
|
381
|
+
}
|
382
|
+
],
|
383
|
+
"type": "object"
|
384
|
+
},
|
385
|
+
"DescribeIncrementalMigrationStrategyInfosResponse": {
|
386
|
+
"document": "DescribeIncrementalMigrationStrategyInfos返回参数结构体",
|
387
|
+
"members": [
|
388
|
+
{
|
389
|
+
"disabled": false,
|
390
|
+
"document": "总数。",
|
391
|
+
"example": "100",
|
392
|
+
"member": "int64",
|
393
|
+
"name": "TotalCount",
|
394
|
+
"output_required": false,
|
395
|
+
"type": "int",
|
396
|
+
"value_allowed_null": false
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"disabled": false,
|
400
|
+
"document": "策略信息集合。",
|
401
|
+
"example": "无",
|
402
|
+
"member": "IncrementalMigrationStrategyInfo",
|
403
|
+
"name": "StrategyInfoSet",
|
404
|
+
"output_required": false,
|
405
|
+
"type": "list",
|
406
|
+
"value_allowed_null": false
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
410
|
+
"member": "string",
|
411
|
+
"name": "RequestId",
|
412
|
+
"type": "string"
|
413
|
+
}
|
414
|
+
],
|
415
|
+
"type": "object"
|
416
|
+
},
|
417
|
+
"DescribeStorageRequest": {
|
418
|
+
"document": "DescribeStorage请求参数结构体",
|
419
|
+
"members": [
|
420
|
+
{
|
421
|
+
"disabled": false,
|
422
|
+
"document": "<b>点播专业版[应用](/document/product/266/14574) ID。</b>",
|
423
|
+
"example": "1020304056",
|
424
|
+
"member": "uint64",
|
425
|
+
"name": "SubAppId",
|
426
|
+
"required": true,
|
427
|
+
"type": "int"
|
428
|
+
},
|
429
|
+
{
|
430
|
+
"disabled": false,
|
431
|
+
"document": "过滤条件,Filters.Values 的上限为 20;若 Filters 长度为 0 则分页查询子应用 SubAppId 下的存储信息。 详细的过滤条件如下:\n<li>BucketId<br> 按照【<strong>存储桶 ID</strong>】进行过滤。<br> 类型:String<br> 必选:否</li>\n<li>StorageName<br> 按照【<strong>存储名称</strong>】进行过滤。<br> 类型:String<br> 必选:否</li>",
|
432
|
+
"example": "无",
|
433
|
+
"member": "Filter",
|
434
|
+
"name": "Filters",
|
435
|
+
"required": false,
|
436
|
+
"type": "list"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"disabled": false,
|
440
|
+
"document": "返回结果的排序。 SortBy.Field 取值有:\n<li>CreateTime:创建时间。</li>若不填,SortBy.Field 默认值为 CreateTime,SortBy.Order 默认值为 Asc。",
|
441
|
+
"example": "无",
|
442
|
+
"member": "SortBy",
|
443
|
+
"name": "SortBy",
|
444
|
+
"required": false,
|
445
|
+
"type": "object"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"disabled": false,
|
449
|
+
"document": "分页返回的起始偏移量,默认值为 0。",
|
450
|
+
"example": "0",
|
451
|
+
"member": "uint64",
|
452
|
+
"name": "Offset",
|
453
|
+
"required": false,
|
454
|
+
"type": "int"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"disabled": false,
|
458
|
+
"document": "分页返回的记录条数,默认值为 20,最大值为 1000。",
|
459
|
+
"example": "20",
|
460
|
+
"member": "uint64",
|
461
|
+
"name": "Limit",
|
462
|
+
"required": false,
|
463
|
+
"type": "int"
|
464
|
+
}
|
465
|
+
],
|
466
|
+
"type": "object"
|
467
|
+
},
|
468
|
+
"DescribeStorageResponse": {
|
469
|
+
"document": "DescribeStorage返回参数结构体",
|
470
|
+
"members": [
|
471
|
+
{
|
472
|
+
"disabled": false,
|
473
|
+
"document": "符合条件的存储数量。",
|
474
|
+
"example": "1",
|
475
|
+
"member": "int64",
|
476
|
+
"name": "TotalCount",
|
477
|
+
"output_required": true,
|
478
|
+
"type": "int",
|
479
|
+
"value_allowed_null": false
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"disabled": false,
|
483
|
+
"document": "符合条件的存储信息列表。",
|
484
|
+
"example": "无",
|
485
|
+
"member": "StorageInfo",
|
486
|
+
"name": "StorageInfoSet",
|
487
|
+
"output_required": true,
|
488
|
+
"type": "list",
|
489
|
+
"value_allowed_null": false
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
493
|
+
"member": "string",
|
494
|
+
"name": "RequestId",
|
495
|
+
"type": "string"
|
496
|
+
}
|
497
|
+
],
|
498
|
+
"type": "object"
|
499
|
+
},
|
500
|
+
"Filter": {
|
501
|
+
"document": "键值对过滤器,用于条件过滤查询。例如过滤 ID、名称或状态等。\n若存在多个 Filter 时,Filter 间的关系为逻辑与(AND)关系。\n若同一个 Filter 存在多个 Values,同一 Filter 下 Values 间的关系为逻辑或(OR)关系。\n\n过滤器筛选字段均为精确匹配。",
|
502
|
+
"members": [
|
503
|
+
{
|
504
|
+
"disabled": false,
|
505
|
+
"document": "需要过滤的字段。",
|
506
|
+
"example": "Status",
|
507
|
+
"member": "string",
|
508
|
+
"name": "Name",
|
509
|
+
"required": true,
|
510
|
+
"type": "string"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"disabled": false,
|
514
|
+
"document": "字段的过滤值。",
|
515
|
+
"example": "[\"NORMAL\", \"DISABLE\"]",
|
516
|
+
"member": "string",
|
517
|
+
"name": "Values",
|
518
|
+
"required": true,
|
519
|
+
"type": "list"
|
520
|
+
}
|
521
|
+
],
|
522
|
+
"usage": "in"
|
523
|
+
},
|
524
|
+
"IncrementalMigrationHttpEndpointInfo": {
|
525
|
+
"document": "增量迁移源站地址信息。",
|
526
|
+
"members": [
|
527
|
+
{
|
528
|
+
"disabled": false,
|
529
|
+
"document": "地址信息,支持域名或 IP 地址。",
|
530
|
+
"example": "example.com",
|
531
|
+
"member": "string",
|
532
|
+
"name": "Endpoint",
|
533
|
+
"output_required": false,
|
534
|
+
"required": true,
|
535
|
+
"type": "string",
|
536
|
+
"value_allowed_null": false
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"disabled": false,
|
540
|
+
"document": "备份地址信息。",
|
541
|
+
"example": "[\"standby.com\",\"standby2.com\"]",
|
542
|
+
"member": "string",
|
543
|
+
"name": "StandbyEndpointSet",
|
544
|
+
"output_required": false,
|
545
|
+
"required": false,
|
546
|
+
"type": "list",
|
547
|
+
"value_allowed_null": false
|
548
|
+
}
|
549
|
+
],
|
550
|
+
"usage": "both"
|
551
|
+
},
|
552
|
+
"IncrementalMigrationHttpHeader": {
|
553
|
+
"document": "增量迁移回源 HTTP Header。",
|
554
|
+
"members": [
|
555
|
+
{
|
556
|
+
"disabled": false,
|
557
|
+
"document": "Header 键。",
|
558
|
+
"example": "Host",
|
559
|
+
"member": "string",
|
560
|
+
"name": "Key",
|
561
|
+
"output_required": false,
|
562
|
+
"required": true,
|
563
|
+
"type": "string",
|
564
|
+
"value_allowed_null": false
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"disabled": false,
|
568
|
+
"document": "Header 值。",
|
569
|
+
"example": "example.com",
|
570
|
+
"member": "string",
|
571
|
+
"name": "Value",
|
572
|
+
"output_required": false,
|
573
|
+
"required": true,
|
574
|
+
"type": "string",
|
575
|
+
"value_allowed_null": false
|
576
|
+
}
|
577
|
+
],
|
578
|
+
"usage": "both"
|
579
|
+
},
|
580
|
+
"IncrementalMigrationHttpHeaderInfo": {
|
581
|
+
"document": "增量迁移回源 HTTP Header 信息。",
|
582
|
+
"members": [
|
583
|
+
{
|
584
|
+
"disabled": false,
|
585
|
+
"document": "Http Header 透传模式。取值有:\n<li>FOLLOW_ALL:透传所有头部信息;</li>\n<li>FOLLOW_PART:透传部分头部信息;</li>\n<li>IGNORE_PART:忽略部分头部信息。</li>参数必填。",
|
586
|
+
"example": "FOLLOW_ALL",
|
587
|
+
"member": "string",
|
588
|
+
"name": "HeaderFollowMode",
|
589
|
+
"output_required": false,
|
590
|
+
"required": true,
|
591
|
+
"type": "string",
|
592
|
+
"value_allowed_null": false
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"disabled": false,
|
596
|
+
"document": "需透传 Header Key 集合,仅当 HeaderFollowMode 取值 `FOLLOW_PART` 时需要填充。",
|
597
|
+
"example": "[\"Host\"]",
|
598
|
+
"member": "string",
|
599
|
+
"name": "FollowHttpHeaderKeySet",
|
600
|
+
"output_required": false,
|
601
|
+
"required": false,
|
602
|
+
"type": "list",
|
603
|
+
"value_allowed_null": false
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"disabled": false,
|
607
|
+
"document": "新增 Header 键值对集合。",
|
608
|
+
"example": "无",
|
609
|
+
"member": "IncrementalMigrationHttpHeader",
|
610
|
+
"name": "NewHttpHeaderSet",
|
611
|
+
"output_required": false,
|
612
|
+
"required": false,
|
613
|
+
"type": "list",
|
614
|
+
"value_allowed_null": false
|
615
|
+
}
|
616
|
+
],
|
617
|
+
"usage": "both"
|
618
|
+
},
|
619
|
+
"IncrementalMigrationHttpOriginCondition": {
|
620
|
+
"document": "增量迁移回源条件。",
|
621
|
+
"members": [
|
622
|
+
{
|
623
|
+
"disabled": false,
|
624
|
+
"document": "触发回源条件的 HTTP Code。若不填充,默认取值 `404`。",
|
625
|
+
"example": "404",
|
626
|
+
"member": "uint64",
|
627
|
+
"name": "HttpStatusCode",
|
628
|
+
"output_required": false,
|
629
|
+
"required": false,
|
630
|
+
"type": "int",
|
631
|
+
"value_allowed_null": false
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"disabled": false,
|
635
|
+
"document": "触发回源条件的对象键前缀。",
|
636
|
+
"example": "prefix_test",
|
637
|
+
"member": "string",
|
638
|
+
"name": "Prefix",
|
639
|
+
"output_required": false,
|
640
|
+
"required": false,
|
641
|
+
"type": "string",
|
642
|
+
"value_allowed_null": false
|
643
|
+
}
|
644
|
+
],
|
645
|
+
"usage": "both"
|
646
|
+
},
|
647
|
+
"IncrementalMigrationHttpOriginConfig": {
|
648
|
+
"document": "增量迁移回源源站配置。",
|
649
|
+
"members": [
|
650
|
+
{
|
651
|
+
"disabled": false,
|
652
|
+
"document": "回源源站信息。",
|
653
|
+
"example": "无",
|
654
|
+
"member": "IncrementalMigrationHttpOriginInfo",
|
655
|
+
"name": "OriginInfo",
|
656
|
+
"output_required": false,
|
657
|
+
"required": true,
|
658
|
+
"type": "object",
|
659
|
+
"value_allowed_null": false
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"disabled": false,
|
663
|
+
"document": "回源参数。",
|
664
|
+
"example": "无",
|
665
|
+
"member": "IncrementalMigrationHttpOriginParameter",
|
666
|
+
"name": "OriginParameter",
|
667
|
+
"output_required": false,
|
668
|
+
"required": true,
|
669
|
+
"type": "object",
|
670
|
+
"value_allowed_null": false
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"disabled": false,
|
674
|
+
"document": "回源模式。取值有:\n<li>SYNC:同步回源;</li>\n<li>ASYNC:异步回源。</li>若不填,默认取 `SYNC` 同步回源。",
|
675
|
+
"example": "SYNC",
|
676
|
+
"member": "string",
|
677
|
+
"name": "Mode",
|
678
|
+
"output_required": false,
|
679
|
+
"required": false,
|
680
|
+
"type": "string",
|
681
|
+
"value_allowed_null": false
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"disabled": false,
|
685
|
+
"document": "回源条件。",
|
686
|
+
"example": "无",
|
687
|
+
"member": "IncrementalMigrationHttpOriginCondition",
|
688
|
+
"name": "OriginCondition",
|
689
|
+
"output_required": false,
|
690
|
+
"required": false,
|
691
|
+
"type": "object",
|
692
|
+
"value_allowed_null": false
|
693
|
+
}
|
694
|
+
],
|
695
|
+
"usage": "both"
|
696
|
+
},
|
697
|
+
"IncrementalMigrationHttpOriginInfo": {
|
698
|
+
"document": "增量迁移源站信息。",
|
699
|
+
"members": [
|
700
|
+
{
|
701
|
+
"disabled": false,
|
702
|
+
"document": "增量迁移源站地址信息。",
|
703
|
+
"example": "无",
|
704
|
+
"member": "IncrementalMigrationHttpEndpointInfo",
|
705
|
+
"name": "EndpointInfo",
|
706
|
+
"output_required": false,
|
707
|
+
"required": true,
|
708
|
+
"type": "object",
|
709
|
+
"value_allowed_null": false
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"disabled": false,
|
713
|
+
"document": "增量迁移源站文件信息。",
|
714
|
+
"example": "无",
|
715
|
+
"member": "IncrementalMigrationOriginFileInfo",
|
716
|
+
"name": "FileInfo",
|
717
|
+
"output_required": false,
|
718
|
+
"required": false,
|
719
|
+
"type": "object",
|
720
|
+
"value_allowed_null": false
|
721
|
+
}
|
722
|
+
],
|
723
|
+
"usage": "both"
|
724
|
+
},
|
725
|
+
"IncrementalMigrationHttpOriginParameter": {
|
726
|
+
"document": "增量迁移回源参数。",
|
727
|
+
"members": [
|
728
|
+
{
|
729
|
+
"disabled": false,
|
730
|
+
"document": "HTTP 头部透传信息。",
|
731
|
+
"example": "无",
|
732
|
+
"member": "IncrementalMigrationHttpHeaderInfo",
|
733
|
+
"name": "HttpHeaderInfo",
|
734
|
+
"output_required": false,
|
735
|
+
"required": true,
|
736
|
+
"type": "object",
|
737
|
+
"value_allowed_null": false
|
738
|
+
},
|
739
|
+
{
|
740
|
+
"disabled": false,
|
741
|
+
"document": "回源协议。取值有:\n<li>HTTP:强制 HTTP;</li>\n<li>HTTPS:强制 HTTPS;</li>\n<li>FOLLOW:跟随请求协议。</li>若不填,默认取值 `FOLLOW`。",
|
742
|
+
"example": "HTTP",
|
743
|
+
"member": "string",
|
744
|
+
"name": "Protocol",
|
745
|
+
"output_required": false,
|
746
|
+
"required": false,
|
747
|
+
"type": "string",
|
748
|
+
"value_allowed_null": false
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"disabled": false,
|
752
|
+
"document": "请求参数透传模式。取值有:\n<li>FOLLOW:全部透传;</li>\n<li>IGNORE:忽略,全部不透传。</li> 默认取值 `FOLLOW`。",
|
753
|
+
"example": "FOLLOW",
|
754
|
+
"member": "string",
|
755
|
+
"name": "QueryStringFollowMode",
|
756
|
+
"output_required": false,
|
757
|
+
"required": false,
|
758
|
+
"type": "string",
|
759
|
+
"value_allowed_null": false
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"disabled": false,
|
763
|
+
"document": "重定向的 HTTP Code,目前仅支持 `301`,`302` 和 `307`。默认取值 `302`。",
|
764
|
+
"example": "302",
|
765
|
+
"member": "uint64",
|
766
|
+
"name": "HttpRedirectCode",
|
767
|
+
"output_required": false,
|
768
|
+
"required": false,
|
769
|
+
"type": "int",
|
770
|
+
"value_allowed_null": false
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"disabled": false,
|
774
|
+
"document": "源站重定向跟随模式。取值有:\n<li>FOLLOW:跟随源站重定向;</li>\n<li>IGNORE:忽略源站重定向。</li> 默认取值 `FOLLOW` 跟随源站重定向,即源站返回 `3xx` 时,会默认跟随至对应源站拉取数据。",
|
775
|
+
"example": "FOLLOW",
|
776
|
+
"member": "string",
|
777
|
+
"name": "OriginRedirectionFollowMode",
|
778
|
+
"output_required": false,
|
779
|
+
"required": false,
|
780
|
+
"type": "string",
|
781
|
+
"value_allowed_null": false
|
782
|
+
}
|
783
|
+
],
|
784
|
+
"usage": "both"
|
785
|
+
},
|
786
|
+
"IncrementalMigrationOriginFileInfo": {
|
787
|
+
"document": "增量迁移源站文件信息。",
|
788
|
+
"members": [
|
789
|
+
{
|
790
|
+
"disabled": false,
|
791
|
+
"document": "文件前缀配置。",
|
792
|
+
"example": "无",
|
793
|
+
"member": "IncrementalMigrationOriginPrefixConfig",
|
794
|
+
"name": "PrefixConfig",
|
795
|
+
"output_required": false,
|
796
|
+
"required": false,
|
797
|
+
"type": "object",
|
798
|
+
"value_allowed_null": false
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"disabled": false,
|
802
|
+
"document": "文件后缀配置。",
|
803
|
+
"example": "无",
|
804
|
+
"member": "IncrementalMigrationOriginSuffixConfig",
|
805
|
+
"name": "SuffixConfig",
|
806
|
+
"output_required": false,
|
807
|
+
"required": false,
|
808
|
+
"type": "object",
|
809
|
+
"value_allowed_null": false
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"disabled": false,
|
813
|
+
"document": "固定文件配置。",
|
814
|
+
"example": "无",
|
815
|
+
"member": "IncrementalMigrationOriginFixedFileConfig",
|
816
|
+
"name": "FixedFileConfig",
|
817
|
+
"output_required": false,
|
818
|
+
"required": false,
|
819
|
+
"type": "object",
|
820
|
+
"value_allowed_null": false
|
821
|
+
}
|
822
|
+
],
|
823
|
+
"usage": "both"
|
824
|
+
},
|
825
|
+
"IncrementalMigrationOriginFixedFileConfig": {
|
826
|
+
"document": "增量迁移源站固定文件路径配置。",
|
827
|
+
"members": [
|
828
|
+
{
|
829
|
+
"disabled": false,
|
830
|
+
"document": "固定文件路径;如填充 `example/test.png`,则回源地址为: `http(s)://<回源域名>/example/test.png`。",
|
831
|
+
"example": "example/test.png",
|
832
|
+
"member": "string",
|
833
|
+
"name": "FixedFilePath",
|
834
|
+
"output_required": false,
|
835
|
+
"required": false,
|
836
|
+
"type": "string",
|
837
|
+
"value_allowed_null": false
|
838
|
+
}
|
839
|
+
],
|
840
|
+
"usage": "both"
|
841
|
+
},
|
842
|
+
"IncrementalMigrationOriginPrefixConfig": {
|
843
|
+
"document": "增量迁移源站地址前缀配置。",
|
844
|
+
"members": [
|
845
|
+
{
|
846
|
+
"disabled": false,
|
847
|
+
"document": "源站地址前缀,如填充 `test/`,则回源地址为 `http(s)://<回源域名>/test/<文件名>`。",
|
848
|
+
"example": "prefix",
|
849
|
+
"member": "string",
|
850
|
+
"name": "Prefix",
|
851
|
+
"output_required": false,
|
852
|
+
"required": false,
|
853
|
+
"type": "string",
|
854
|
+
"value_allowed_null": false
|
855
|
+
}
|
856
|
+
],
|
857
|
+
"usage": "both"
|
858
|
+
},
|
859
|
+
"IncrementalMigrationOriginSuffixConfig": {
|
860
|
+
"document": "增量迁移源站文件后缀配置。",
|
861
|
+
"members": [
|
862
|
+
{
|
863
|
+
"disabled": false,
|
864
|
+
"document": "文件后缀;如填充 `.ts` ,则回源地址为:`http(s)://<回源域名>/<文件名>.ts`。",
|
865
|
+
"example": "suffix",
|
866
|
+
"member": "string",
|
867
|
+
"name": "Suffix",
|
868
|
+
"output_required": false,
|
869
|
+
"required": false,
|
870
|
+
"type": "string",
|
871
|
+
"value_allowed_null": false
|
872
|
+
}
|
873
|
+
],
|
874
|
+
"usage": "both"
|
875
|
+
},
|
876
|
+
"IncrementalMigrationStrategyInfo": {
|
877
|
+
"document": "增量迁移策略信息。",
|
878
|
+
"members": [
|
879
|
+
{
|
880
|
+
"disabled": false,
|
881
|
+
"document": "策略 ID。",
|
882
|
+
"example": "im-demo123",
|
883
|
+
"member": "string",
|
884
|
+
"name": "StrategyId",
|
885
|
+
"output_required": false,
|
886
|
+
"type": "string",
|
887
|
+
"value_allowed_null": false
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"disabled": false,
|
891
|
+
"document": "策略名称。",
|
892
|
+
"example": "strategy_name",
|
893
|
+
"member": "string",
|
894
|
+
"name": "StrategyName",
|
895
|
+
"output_required": false,
|
896
|
+
"type": "string",
|
897
|
+
"value_allowed_null": false
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"disabled": false,
|
901
|
+
"document": "<b>策略生效的点播专业版[应用](/document/product/266/14574) ID。</b>",
|
902
|
+
"example": "1020304056",
|
903
|
+
"member": "uint64",
|
904
|
+
"name": "SubAppId",
|
905
|
+
"output_required": false,
|
906
|
+
"type": "int",
|
907
|
+
"value_allowed_null": false
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"disabled": false,
|
911
|
+
"document": "策略生效的存储桶 ID。",
|
912
|
+
"example": "bucketid-123",
|
913
|
+
"member": "string",
|
914
|
+
"name": "BucketId",
|
915
|
+
"output_required": false,
|
916
|
+
"type": "string",
|
917
|
+
"value_allowed_null": false
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"disabled": false,
|
921
|
+
"document": "源站类型。取值有:<li>HTTP:HTTP 源。</li>",
|
922
|
+
"example": "HTTP",
|
923
|
+
"member": "string",
|
924
|
+
"name": "OriginType",
|
925
|
+
"output_required": false,
|
926
|
+
"type": "string",
|
927
|
+
"value_allowed_null": false
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"disabled": false,
|
931
|
+
"document": "回源源站配置。",
|
932
|
+
"example": "无",
|
933
|
+
"member": "IncrementalMigrationHttpOriginConfig",
|
934
|
+
"name": "HttpOriginConfig",
|
935
|
+
"output_required": false,
|
936
|
+
"type": "object",
|
937
|
+
"value_allowed_null": false
|
938
|
+
}
|
939
|
+
],
|
940
|
+
"usage": "out"
|
941
|
+
},
|
942
|
+
"ModifyIncrementalMigrationStrategyRequest": {
|
943
|
+
"document": "ModifyIncrementalMigrationStrategy请求参数结构体",
|
944
|
+
"members": [
|
945
|
+
{
|
946
|
+
"disabled": false,
|
947
|
+
"document": "<b>点播[专业版](/document/product/266/115396)[应用](/document/product/266/14574) ID。</b>",
|
948
|
+
"example": "1020304056",
|
949
|
+
"member": "uint64",
|
950
|
+
"name": "SubAppId",
|
951
|
+
"required": true,
|
952
|
+
"type": "int"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"disabled": false,
|
956
|
+
"document": "策略生效的存储桶 ID。",
|
957
|
+
"example": "bucketid123",
|
958
|
+
"member": "string",
|
959
|
+
"name": "BucketId",
|
960
|
+
"required": true,
|
961
|
+
"type": "string"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"disabled": false,
|
965
|
+
"document": "增量迁移策略 ID。",
|
966
|
+
"example": "im-demo123",
|
967
|
+
"member": "string",
|
968
|
+
"name": "StrategyId",
|
969
|
+
"required": true,
|
970
|
+
"type": "string"
|
971
|
+
},
|
972
|
+
{
|
973
|
+
"disabled": false,
|
974
|
+
"document": "策略名称。若不填充或填充空字符串,则不修改。",
|
975
|
+
"example": "StrategyName",
|
976
|
+
"member": "string",
|
977
|
+
"name": "StrategyName",
|
978
|
+
"required": false,
|
979
|
+
"type": "string"
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"disabled": false,
|
983
|
+
"document": "源站类型。取值有:<li>HTTP:HTTP 源。</li>若不填或填充空字符串,则不修改。",
|
984
|
+
"example": "HTTP",
|
985
|
+
"member": "string",
|
986
|
+
"name": "OriginType",
|
987
|
+
"required": false,
|
988
|
+
"type": "string"
|
989
|
+
},
|
990
|
+
{
|
991
|
+
"disabled": false,
|
992
|
+
"document": "HTTP 回源源站配置,若不填则默认不修改。",
|
993
|
+
"example": "无",
|
994
|
+
"member": "IncrementalMigrationHttpOriginConfig",
|
995
|
+
"name": "HttpOriginConfig",
|
996
|
+
"required": false,
|
997
|
+
"type": "object"
|
998
|
+
}
|
999
|
+
],
|
1000
|
+
"type": "object"
|
1001
|
+
},
|
1002
|
+
"ModifyIncrementalMigrationStrategyResponse": {
|
1003
|
+
"document": "ModifyIncrementalMigrationStrategy返回参数结构体",
|
1004
|
+
"members": [
|
1005
|
+
{
|
1006
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1007
|
+
"member": "string",
|
1008
|
+
"name": "RequestId",
|
1009
|
+
"type": "string"
|
1010
|
+
}
|
1011
|
+
],
|
1012
|
+
"type": "object"
|
1013
|
+
},
|
1014
|
+
"SortBy": {
|
1015
|
+
"document": "排序依据。",
|
1016
|
+
"members": [
|
1017
|
+
{
|
1018
|
+
"disabled": false,
|
1019
|
+
"document": "排序字段。",
|
1020
|
+
"example": "CreateTime",
|
1021
|
+
"member": "string",
|
1022
|
+
"name": "Field",
|
1023
|
+
"required": true,
|
1024
|
+
"type": "string"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"disabled": false,
|
1028
|
+
"document": "排序方式,可选值有:\n<li>Asc: 升序;</li>\n<li>Desc: 降序。</li>",
|
1029
|
+
"example": "Asc",
|
1030
|
+
"member": "string",
|
1031
|
+
"name": "Order",
|
1032
|
+
"required": true,
|
1033
|
+
"type": "string"
|
1034
|
+
}
|
1035
|
+
],
|
1036
|
+
"usage": "in"
|
1037
|
+
},
|
1038
|
+
"StorageInfo": {
|
1039
|
+
"document": "专业版应用的存储信息。",
|
1040
|
+
"members": [
|
1041
|
+
{
|
1042
|
+
"disabled": false,
|
1043
|
+
"document": "存储桶 ID。",
|
1044
|
+
"example": "bucketId123demo",
|
1045
|
+
"member": "string",
|
1046
|
+
"name": "BucketId",
|
1047
|
+
"output_required": false,
|
1048
|
+
"type": "string",
|
1049
|
+
"value_allowed_null": false
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"disabled": false,
|
1053
|
+
"document": "存储名称。",
|
1054
|
+
"example": "my-storage",
|
1055
|
+
"member": "string",
|
1056
|
+
"name": "StorageName",
|
1057
|
+
"output_required": false,
|
1058
|
+
"type": "string",
|
1059
|
+
"value_allowed_null": false
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"disabled": false,
|
1063
|
+
"document": "存储所在区域。",
|
1064
|
+
"example": "ap-guangzhou",
|
1065
|
+
"member": "string",
|
1066
|
+
"name": "StorageRegion",
|
1067
|
+
"output_required": false,
|
1068
|
+
"type": "string",
|
1069
|
+
"value_allowed_null": false
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"disabled": false,
|
1073
|
+
"document": "存储公网源站访问域名的状态,取值有:\n<li>\bONLINE:已生效;</li>\n<li>\bDEPLOYING: 部署中。</li>",
|
1074
|
+
"example": "ONLINE",
|
1075
|
+
"member": "string",
|
1076
|
+
"name": "InternetAccessDomainStatus",
|
1077
|
+
"output_required": false,
|
1078
|
+
"type": "string",
|
1079
|
+
"value_allowed_null": false
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"disabled": false,
|
1083
|
+
"document": "存储公网源站访问域名。",
|
1084
|
+
"example": "example123.vodpro.ap-guangzhou.eovod.com",
|
1085
|
+
"member": "string",
|
1086
|
+
"name": "InternetAccessDomain",
|
1087
|
+
"output_required": false,
|
1088
|
+
"type": "string",
|
1089
|
+
"value_allowed_null": false
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"disabled": false,
|
1093
|
+
"document": "存储的创建时间。",
|
1094
|
+
"example": "2018-07-17T00:00:00+08:00",
|
1095
|
+
"member": "datetime_iso",
|
1096
|
+
"name": "CreateTime",
|
1097
|
+
"output_required": false,
|
1098
|
+
"type": "string",
|
1099
|
+
"value_allowed_null": false
|
1100
|
+
}
|
1101
|
+
],
|
1102
|
+
"usage": "out"
|
118
1103
|
}
|
119
1104
|
},
|
120
1105
|
"version": "1.0"
|