tccli 3.0.1121.1__py2.py3-none-any.whl → 3.0.1123.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/antiddos/v20200309/api.json +19 -0
- tccli/services/cdb/v20170320/api.json +127 -26
- tccli/services/cdb/v20170320/examples.json +2 -2
- tccli/services/domain/v20180808/api.json +120 -102
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +126 -0
- tccli/services/ess/v20201111/examples.json +20 -0
- tccli/services/faceid/v20180301/api.json +2 -2
- tccli/services/iotcloud/v20210408/api.json +37 -17
- tccli/services/iotexplorer/v20190423/api.json +20 -10
- tccli/services/lighthouse/v20200324/api.json +78 -70
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/ms/v20180408/api.json +6 -3
- tccli/services/ms/v20180408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +10 -0
- tccli/services/redis/v20180412/api.json +4 -4
- tccli/services/rum/v20210622/api.json +7 -6
- tccli/services/rum/v20210622/examples.json +15 -15
- tccli/services/tcb/v20180608/api.json +5 -5
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +22 -0
- tccli/services/tsf/v20180326/api.json +77 -16
- tccli/services/vdb/__init__.py +4 -0
- tccli/services/vdb/v20230616/api.json +505 -0
- tccli/services/vdb/v20230616/examples.json +13 -0
- tccli/services/vdb/vdb_client.py +195 -0
- tccli/services/waf/v20180125/api.json +124 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +9 -0
- tccli/services/yinsuda/v20220527/api.json +285 -268
- tccli/services/yinsuda/v20220527/examples.json +5 -5
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/RECORD +40 -36
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,505 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"DescribeInstances": {
|
4
|
+
"document": "查询实例列表",
|
5
|
+
"input": "DescribeInstancesRequest",
|
6
|
+
"name": "查询实例列表",
|
7
|
+
"output": "DescribeInstancesResponse",
|
8
|
+
"status": "online"
|
9
|
+
}
|
10
|
+
},
|
11
|
+
"metadata": {
|
12
|
+
"apiVersion": "2023-06-16",
|
13
|
+
"api_brief": "介绍如何使用API对腾讯云向量数据库进行操作,包括创建云数据库实例、获取云数据库实例信息等。",
|
14
|
+
"serviceNameCN": "向量数据库",
|
15
|
+
"serviceShortName": "vdb"
|
16
|
+
},
|
17
|
+
"objects": {
|
18
|
+
"DescribeInstancesRequest": {
|
19
|
+
"document": "DescribeInstances请求参数结构体",
|
20
|
+
"members": [
|
21
|
+
{
|
22
|
+
"disabled": false,
|
23
|
+
"document": "实例ID数组。",
|
24
|
+
"example": "无",
|
25
|
+
"member": "string",
|
26
|
+
"name": "InstanceIds",
|
27
|
+
"required": false,
|
28
|
+
"type": "list"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"disabled": false,
|
32
|
+
"document": "实例名称,支持模糊搜索。",
|
33
|
+
"example": "无",
|
34
|
+
"member": "string",
|
35
|
+
"name": "InstanceNames",
|
36
|
+
"required": false,
|
37
|
+
"type": "list"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"disabled": false,
|
41
|
+
"document": "实例模糊搜索字段。",
|
42
|
+
"example": "无",
|
43
|
+
"member": "string",
|
44
|
+
"name": "InstanceKeys",
|
45
|
+
"required": false,
|
46
|
+
"type": "list"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"disabled": false,
|
50
|
+
"document": "根据状态获取实例, 为空则获取全部非隔离和非下线的实例。",
|
51
|
+
"example": "无",
|
52
|
+
"member": "string",
|
53
|
+
"name": "Status",
|
54
|
+
"required": false,
|
55
|
+
"type": "list"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"disabled": false,
|
59
|
+
"document": "按照引擎筛选实例。",
|
60
|
+
"example": "无",
|
61
|
+
"member": "string",
|
62
|
+
"name": "EngineNames",
|
63
|
+
"required": false,
|
64
|
+
"type": "list"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"disabled": false,
|
68
|
+
"document": "按照版本筛选实例。",
|
69
|
+
"example": "无",
|
70
|
+
"member": "string",
|
71
|
+
"name": "EngineVersions",
|
72
|
+
"required": false,
|
73
|
+
"type": "list"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"disabled": false,
|
77
|
+
"document": "按照创建时间筛选实例。",
|
78
|
+
"example": "无",
|
79
|
+
"member": "string",
|
80
|
+
"name": "CreateAt",
|
81
|
+
"required": false,
|
82
|
+
"type": "string"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"disabled": false,
|
86
|
+
"document": "按照可用区筛选实例。",
|
87
|
+
"example": "无",
|
88
|
+
"member": "string",
|
89
|
+
"name": "Zones",
|
90
|
+
"required": false,
|
91
|
+
"type": "list"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"disabled": false,
|
95
|
+
"document": "排序字段。",
|
96
|
+
"example": "无",
|
97
|
+
"member": "string",
|
98
|
+
"name": "OrderBy",
|
99
|
+
"required": false,
|
100
|
+
"type": "string"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"disabled": false,
|
104
|
+
"document": "排序方式。",
|
105
|
+
"example": "无",
|
106
|
+
"member": "string",
|
107
|
+
"name": "OrderDirection",
|
108
|
+
"required": false,
|
109
|
+
"type": "string"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"disabled": false,
|
113
|
+
"document": "查询开始位置。",
|
114
|
+
"example": "无",
|
115
|
+
"member": "uint64",
|
116
|
+
"name": "Offset",
|
117
|
+
"required": false,
|
118
|
+
"type": "int"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"disabled": false,
|
122
|
+
"document": "列表查询数量。",
|
123
|
+
"example": "无",
|
124
|
+
"member": "uint64",
|
125
|
+
"name": "Limit",
|
126
|
+
"required": false,
|
127
|
+
"type": "int"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"disabled": false,
|
131
|
+
"document": "按照标签筛选实例",
|
132
|
+
"example": "无",
|
133
|
+
"member": "Tag",
|
134
|
+
"name": "ResourceTags",
|
135
|
+
"required": false,
|
136
|
+
"type": "list"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"type": "object"
|
140
|
+
},
|
141
|
+
"DescribeInstancesResponse": {
|
142
|
+
"document": "DescribeInstances返回参数结构体",
|
143
|
+
"members": [
|
144
|
+
{
|
145
|
+
"disabled": false,
|
146
|
+
"document": "实例列表。\n注意:此字段可能返回 null,表示取不到有效值。",
|
147
|
+
"example": "无",
|
148
|
+
"member": "InstanceInfo",
|
149
|
+
"name": "Items",
|
150
|
+
"output_required": false,
|
151
|
+
"type": "list",
|
152
|
+
"value_allowed_null": true
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"disabled": false,
|
156
|
+
"document": "实例总数。",
|
157
|
+
"example": "无",
|
158
|
+
"member": "uint64",
|
159
|
+
"name": "TotalCount",
|
160
|
+
"output_required": false,
|
161
|
+
"type": "int",
|
162
|
+
"value_allowed_null": false
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
166
|
+
"member": "string",
|
167
|
+
"name": "RequestId",
|
168
|
+
"type": "string"
|
169
|
+
}
|
170
|
+
],
|
171
|
+
"type": "object"
|
172
|
+
},
|
173
|
+
"InstanceInfo": {
|
174
|
+
"document": "实例信息,用于实例列表",
|
175
|
+
"members": [
|
176
|
+
{
|
177
|
+
"disabled": false,
|
178
|
+
"document": "实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
179
|
+
"example": "无",
|
180
|
+
"member": "string",
|
181
|
+
"name": "InstanceId",
|
182
|
+
"output_required": false,
|
183
|
+
"type": "string",
|
184
|
+
"value_allowed_null": true
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"disabled": false,
|
188
|
+
"document": "实例自定义名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
189
|
+
"example": "无",
|
190
|
+
"member": "string",
|
191
|
+
"name": "Name",
|
192
|
+
"output_required": false,
|
193
|
+
"type": "string",
|
194
|
+
"value_allowed_null": true
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"disabled": false,
|
198
|
+
"document": "用户APPID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
199
|
+
"example": "无",
|
200
|
+
"member": "uint64",
|
201
|
+
"name": "AppId",
|
202
|
+
"output_required": false,
|
203
|
+
"type": "int",
|
204
|
+
"value_allowed_null": true
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"disabled": false,
|
208
|
+
"document": "地域。\n注意:此字段可能返回 null,表示取不到有效值。",
|
209
|
+
"example": "无",
|
210
|
+
"member": "string",
|
211
|
+
"name": "Region",
|
212
|
+
"output_required": false,
|
213
|
+
"type": "string",
|
214
|
+
"value_allowed_null": true
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"disabled": false,
|
218
|
+
"document": "可用区。\n注意:此字段可能返回 null,表示取不到有效值。",
|
219
|
+
"example": "无",
|
220
|
+
"member": "string",
|
221
|
+
"name": "Zone",
|
222
|
+
"output_required": false,
|
223
|
+
"type": "string",
|
224
|
+
"value_allowed_null": true
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"disabled": false,
|
228
|
+
"document": "产品。\n注意:此字段可能返回 null,表示取不到有效值。",
|
229
|
+
"example": "无",
|
230
|
+
"member": "string",
|
231
|
+
"name": "Product",
|
232
|
+
"output_required": false,
|
233
|
+
"type": "string",
|
234
|
+
"value_allowed_null": true
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"disabled": false,
|
238
|
+
"document": "网络信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
239
|
+
"example": "无",
|
240
|
+
"member": "Network",
|
241
|
+
"name": "Networks",
|
242
|
+
"output_required": false,
|
243
|
+
"type": "list",
|
244
|
+
"value_allowed_null": true
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"disabled": false,
|
248
|
+
"document": "分片信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
249
|
+
"example": "无",
|
250
|
+
"member": "uint64",
|
251
|
+
"name": "ShardNum",
|
252
|
+
"output_required": false,
|
253
|
+
"type": "int",
|
254
|
+
"value_allowed_null": true
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"disabled": false,
|
258
|
+
"document": "副本数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
259
|
+
"example": "无",
|
260
|
+
"member": "uint64",
|
261
|
+
"name": "ReplicaNum",
|
262
|
+
"output_required": false,
|
263
|
+
"type": "int",
|
264
|
+
"value_allowed_null": true
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"disabled": false,
|
268
|
+
"document": "CPU.\n注意:此字段可能返回 null,表示取不到有效值。",
|
269
|
+
"example": "无",
|
270
|
+
"member": "float",
|
271
|
+
"name": "Cpu",
|
272
|
+
"output_required": false,
|
273
|
+
"type": "float",
|
274
|
+
"value_allowed_null": true
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"disabled": false,
|
278
|
+
"document": "内存。\n注意:此字段可能返回 null,表示取不到有效值。",
|
279
|
+
"example": "无",
|
280
|
+
"member": "float",
|
281
|
+
"name": "Memory",
|
282
|
+
"output_required": false,
|
283
|
+
"type": "float",
|
284
|
+
"value_allowed_null": true
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"disabled": false,
|
288
|
+
"document": "磁盘。\n注意:此字段可能返回 null,表示取不到有效值。",
|
289
|
+
"example": "无",
|
290
|
+
"member": "uint64",
|
291
|
+
"name": "Disk",
|
292
|
+
"output_required": false,
|
293
|
+
"type": "int",
|
294
|
+
"value_allowed_null": true
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"disabled": false,
|
298
|
+
"document": "健康得分。\n注意:此字段可能返回 null,表示取不到有效值。",
|
299
|
+
"example": "无",
|
300
|
+
"member": "float",
|
301
|
+
"name": "HealthScore",
|
302
|
+
"output_required": false,
|
303
|
+
"type": "float",
|
304
|
+
"value_allowed_null": true
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"disabled": false,
|
308
|
+
"document": "异常告警。\n注意:此字段可能返回 null,表示取不到有效值。",
|
309
|
+
"example": "无",
|
310
|
+
"member": "int64",
|
311
|
+
"name": "Warning",
|
312
|
+
"output_required": false,
|
313
|
+
"type": "int",
|
314
|
+
"value_allowed_null": true
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"disabled": false,
|
318
|
+
"document": "所属项目。\n注意:此字段可能返回 null,表示取不到有效值。",
|
319
|
+
"example": "无",
|
320
|
+
"member": "string",
|
321
|
+
"name": "Project",
|
322
|
+
"output_required": false,
|
323
|
+
"type": "string",
|
324
|
+
"value_allowed_null": true
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"disabled": false,
|
328
|
+
"document": "所属标签。\n注意:此字段可能返回 null,表示取不到有效值。",
|
329
|
+
"example": "无",
|
330
|
+
"member": "Tag",
|
331
|
+
"name": "ResourceTags",
|
332
|
+
"output_required": false,
|
333
|
+
"type": "list",
|
334
|
+
"value_allowed_null": true
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"disabled": false,
|
338
|
+
"document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
339
|
+
"example": "无",
|
340
|
+
"member": "string",
|
341
|
+
"name": "CreatedAt",
|
342
|
+
"output_required": false,
|
343
|
+
"type": "string",
|
344
|
+
"value_allowed_null": true
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"disabled": false,
|
348
|
+
"document": "资源状态。\n注意:此字段可能返回 null,表示取不到有效值。",
|
349
|
+
"example": "无",
|
350
|
+
"member": "string",
|
351
|
+
"name": "Status",
|
352
|
+
"output_required": false,
|
353
|
+
"type": "string",
|
354
|
+
"value_allowed_null": true
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"disabled": false,
|
358
|
+
"document": "引擎名称。\n注意:此字段可能返回 null,表示取不到有效值。",
|
359
|
+
"example": "无",
|
360
|
+
"member": "string",
|
361
|
+
"name": "EngineName",
|
362
|
+
"output_required": false,
|
363
|
+
"type": "string",
|
364
|
+
"value_allowed_null": true
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"disabled": false,
|
368
|
+
"document": "引擎版本。\n注意:此字段可能返回 null,表示取不到有效值。",
|
369
|
+
"example": "无",
|
370
|
+
"member": "string",
|
371
|
+
"name": "EngineVersion",
|
372
|
+
"output_required": false,
|
373
|
+
"type": "string",
|
374
|
+
"value_allowed_null": true
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"disabled": false,
|
378
|
+
"document": "计费模式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
379
|
+
"example": "无",
|
380
|
+
"member": "int64",
|
381
|
+
"name": "PayMode",
|
382
|
+
"output_required": false,
|
383
|
+
"type": "int",
|
384
|
+
"value_allowed_null": true
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"disabled": false,
|
388
|
+
"document": "差异化扩展信息, json格式。\n注意:此字段可能返回 null,表示取不到有效值。",
|
389
|
+
"example": "无",
|
390
|
+
"member": "string",
|
391
|
+
"name": "Extend",
|
392
|
+
"output_required": false,
|
393
|
+
"type": "string",
|
394
|
+
"value_allowed_null": true
|
395
|
+
},
|
396
|
+
{
|
397
|
+
"disabled": false,
|
398
|
+
"document": "过期时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
399
|
+
"example": "无",
|
400
|
+
"member": "string",
|
401
|
+
"name": "ExpiredAt",
|
402
|
+
"output_required": false,
|
403
|
+
"type": "string",
|
404
|
+
"value_allowed_null": true
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"disabled": false,
|
408
|
+
"document": "是否不过期(永久)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
409
|
+
"example": "无",
|
410
|
+
"member": "bool",
|
411
|
+
"name": "IsNoExpired",
|
412
|
+
"output_required": false,
|
413
|
+
"type": "bool",
|
414
|
+
"value_allowed_null": true
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"disabled": false,
|
418
|
+
"document": "外网地址。\n注意:此字段可能返回 null,表示取不到有效值。",
|
419
|
+
"example": "lb-5mk****-wid8362zluyvekp4.clb.ap-guangzhou.testclb.com:8100",
|
420
|
+
"member": "string",
|
421
|
+
"name": "WanAddress",
|
422
|
+
"output_required": false,
|
423
|
+
"type": "string",
|
424
|
+
"value_allowed_null": true
|
425
|
+
}
|
426
|
+
],
|
427
|
+
"usage": "out"
|
428
|
+
},
|
429
|
+
"Network": {
|
430
|
+
"document": "网络信息",
|
431
|
+
"members": [
|
432
|
+
{
|
433
|
+
"disabled": false,
|
434
|
+
"document": "VpcId(VPC网络下有效)\n注意:此字段可能返回 null,表示取不到有效值。",
|
435
|
+
"example": "vpc-hu6khgap",
|
436
|
+
"member": "string",
|
437
|
+
"name": "VpcId",
|
438
|
+
"output_required": true,
|
439
|
+
"type": "string",
|
440
|
+
"value_allowed_null": true
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"disabled": false,
|
444
|
+
"document": "子网Id(VPC网络下有效)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
445
|
+
"example": "subnet-6mt7lir6",
|
446
|
+
"member": "string",
|
447
|
+
"name": "SubnetId",
|
448
|
+
"output_required": true,
|
449
|
+
"type": "string",
|
450
|
+
"value_allowed_null": true
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"disabled": false,
|
454
|
+
"document": "内网访问IP。\n注意:此字段可能返回 null,表示取不到有效值。",
|
455
|
+
"example": "10.1.1.2",
|
456
|
+
"member": "string",
|
457
|
+
"name": "Vip",
|
458
|
+
"output_required": true,
|
459
|
+
"type": "string",
|
460
|
+
"value_allowed_null": true
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"disabled": false,
|
464
|
+
"document": "内网访问Port。\n注意:此字段可能返回 null,表示取不到有效值。",
|
465
|
+
"example": "80",
|
466
|
+
"member": "int64",
|
467
|
+
"name": "Port",
|
468
|
+
"output_required": true,
|
469
|
+
"type": "int",
|
470
|
+
"value_allowed_null": true
|
471
|
+
}
|
472
|
+
],
|
473
|
+
"usage": "out"
|
474
|
+
},
|
475
|
+
"Tag": {
|
476
|
+
"document": "标签键值对",
|
477
|
+
"members": [
|
478
|
+
{
|
479
|
+
"disabled": false,
|
480
|
+
"document": "标签键\n注意:此字段可能返回 null,表示取不到有效值。",
|
481
|
+
"example": "key1",
|
482
|
+
"member": "string",
|
483
|
+
"name": "TagKey",
|
484
|
+
"output_required": true,
|
485
|
+
"required": true,
|
486
|
+
"type": "string",
|
487
|
+
"value_allowed_null": true
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"disabled": false,
|
491
|
+
"document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
|
492
|
+
"example": "value1",
|
493
|
+
"member": "string",
|
494
|
+
"name": "TagValue",
|
495
|
+
"output_required": true,
|
496
|
+
"required": true,
|
497
|
+
"type": "string",
|
498
|
+
"value_allowed_null": true
|
499
|
+
}
|
500
|
+
],
|
501
|
+
"usage": "both"
|
502
|
+
}
|
503
|
+
},
|
504
|
+
"version": "1.0"
|
505
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"DescribeInstances": [
|
4
|
+
{
|
5
|
+
"document": "查询实例列表",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 50\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-07\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-07\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-77qt0r46\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"benyqhuang_测试\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.132\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"vdb\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Warning\": 0,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"AppId\": 251223614,\n \"Cpu\": 1,\n \"CreatedAt\": \"2023-07-06\",\n \"Disk\": 20,\n \"EngineName\": \"\",\n \"EngineVersion\": \"\",\n \"ExpiredAt\": \"2023-08-06\",\n \"Extend\": \"{\\\"Port\\\": \\\"8100\\\", \\\"DiskType\\\": \\\"CLOUD_SSD\\\", \\\"NodeType\\\": \\\"Store\\\", \\\"Platform\\\": \\\"vdb-cd\\\", \\\"NodeSpecs\\\": \\\"{\\\\\\\"Cpu\\\\\\\":1,\\\\\\\"Memory\\\\\\\":8}\\\", \\\"NodeNumber\\\": \\\"3\\\", \\\"DiskCapacity\\\": \\\"20\\\", \\\"DiskTypeValue\\\": \\\"云硬盘\\\", \\\"EngineVersion\\\": \\\"v1.0.0\\\", \\\"NodeTypeValue\\\": \\\"存储型\\\", \\\"NodeSpecsValue\\\": \\\"S.2SMALL\\\", \\\"NodeNumberValue\\\": \\\"\\\", \\\"DiskCapacityValue\\\": \\\"\\\"}\",\n \"HealthScore\": 0,\n \"InstanceId\": \"vdb-o2ovx6ko\",\n \"IsNoExpired\": false,\n \"Memory\": 8,\n \"Name\": \"ha-test\",\n \"Networks\": [\n {\n \"Port\": 8100,\n \"SubnetId\": \"subnet-02bwnv4i\",\n \"Vip\": \"10.0.7.115\",\n \"VpcId\": \"vpc-kddx224l\"\n }\n ],\n \"PayMode\": 1,\n \"Product\": \"vdb\",\n \"Project\": \"vdb\",\n \"Region\": \"ap-guangzhou\",\n \"ReplicaNum\": 3,\n \"ResourceTags\": [],\n \"ShardNum\": 1,\n \"Status\": \"online\",\n \"Warning\": 0,\n \"Zone\": \"ap-guangzhou-3\"\n }\n ],\n \"RequestId\": \"2757e3ad-427f-45dc-9119-8c9cfb4ae614\",\n \"TotalCount\": 2\n }\n}",
|
8
|
+
"title": "示例1"
|
9
|
+
}
|
10
|
+
]
|
11
|
+
},
|
12
|
+
"version": "1.0"
|
13
|
+
}
|