tencentcloud-sdk-nodejs-es 4.1.167 → 4.1.171
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.
|
@@ -21,6 +21,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
21
21
|
async DescribeServerlessSpaces(req, cb) {
|
|
22
22
|
return this.request("DescribeServerlessSpaces", req, cb);
|
|
23
23
|
}
|
|
24
|
+
async ModifyAutoBackUpStrategy(req, cb) {
|
|
25
|
+
return this.request("ModifyAutoBackUpStrategy", req, cb);
|
|
26
|
+
}
|
|
24
27
|
async InstallInstanceModel(req, cb) {
|
|
25
28
|
return this.request("InstallInstanceModel", req, cb);
|
|
26
29
|
}
|
|
@@ -30,8 +33,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
33
|
async UpdateLogstashPipelineDesc(req, cb) {
|
|
31
34
|
return this.request("UpdateLogstashPipelineDesc", req, cb);
|
|
32
35
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
36
|
+
async GetIpTraceStatus(req, cb) {
|
|
37
|
+
return this.request("GetIpTraceStatus", req, cb);
|
|
35
38
|
}
|
|
36
39
|
async DescribeUserCosSnapshotList(req, cb) {
|
|
37
40
|
return this.request("DescribeUserCosSnapshotList", req, cb);
|
|
@@ -48,6 +51,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
48
51
|
async GetDiagnoseSettings(req, cb) {
|
|
49
52
|
return this.request("GetDiagnoseSettings", req, cb);
|
|
50
53
|
}
|
|
54
|
+
async UpdateInstance(req, cb) {
|
|
55
|
+
return this.request("UpdateInstance", req, cb);
|
|
56
|
+
}
|
|
51
57
|
async CreateIndex(req, cb) {
|
|
52
58
|
return this.request("CreateIndex", req, cb);
|
|
53
59
|
}
|
|
@@ -63,6 +69,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
69
|
async CreateCosMigrateToServerlessInstance(req, cb) {
|
|
64
70
|
return this.request("CreateCosMigrateToServerlessInstance", req, cb);
|
|
65
71
|
}
|
|
72
|
+
async DeleteAutoBackUpStrategy(req, cb) {
|
|
73
|
+
return this.request("DeleteAutoBackUpStrategy", req, cb);
|
|
74
|
+
}
|
|
66
75
|
async UpdatePlugins(req, cb) {
|
|
67
76
|
return this.request("UpdatePlugins", req, cb);
|
|
68
77
|
}
|
|
@@ -90,11 +99,11 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
90
99
|
async RestartInstance(req, cb) {
|
|
91
100
|
return this.request("RestartInstance", req, cb);
|
|
92
101
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
102
|
+
async CreateAutoBackUpStrategy(req, cb) {
|
|
103
|
+
return this.request("CreateAutoBackUpStrategy", req, cb);
|
|
95
104
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
105
|
+
async DescribeAutoBackUpStrategy(req, cb) {
|
|
106
|
+
return this.request("DescribeAutoBackUpStrategy", req, cb);
|
|
98
107
|
}
|
|
99
108
|
async DescribeInstanceLogs(req, cb) {
|
|
100
109
|
return this.request("DescribeInstanceLogs", req, cb);
|
|
@@ -186,9 +195,15 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
186
195
|
async UpgradeLicense(req, cb) {
|
|
187
196
|
return this.request("UpgradeLicense", req, cb);
|
|
188
197
|
}
|
|
198
|
+
async ModifyAutoBackUpCommonInfo(req, cb) {
|
|
199
|
+
return this.request("ModifyAutoBackUpCommonInfo", req, cb);
|
|
200
|
+
}
|
|
189
201
|
async DescribeInstancePluginList(req, cb) {
|
|
190
202
|
return this.request("DescribeInstancePluginList", req, cb);
|
|
191
203
|
}
|
|
204
|
+
async UpdateJdk(req, cb) {
|
|
205
|
+
return this.request("UpdateJdk", req, cb);
|
|
206
|
+
}
|
|
192
207
|
async DescribeIndexMeta(req, cb) {
|
|
193
208
|
return this.request("DescribeIndexMeta", req, cb);
|
|
194
209
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { RestartLogstashInstanceRequest, DescribeInstanceOperationsRequest, DiagnoseInstanceResponse,
|
|
2
|
+
import { RestartLogstashInstanceRequest, DescribeInstanceOperationsRequest, DiagnoseInstanceResponse, CreateServerlessInstanceRequest, DescribeDiagnoseResponse, DescribeLogstashInstanceLogsResponse, CreateInstanceResponse, DescribeInstanceLogsRequest, RestoreClusterSnapshotResponse, ModifyAutoBackUpCommonInfoRequest, DeleteLogstashPipelinesResponse, DescribeSpaceKibanaToolsRequest, DescribeClusterSnapshotRequest, UpdateLogstashPipelineDescResponse, DescribeInstancesResponse, DescribeInstanceLogsResponse, UpdateServerlessSpaceRequest, DiagnoseInstanceRequest, UpdateDiagnoseSettingsRequest, DeleteServerlessInstanceResponse, InstallInstanceModelResponse, DescribeInstanceOperationsResponse, UpdateRequestTargetNodeTypesResponse, DeleteLogstashInstanceResponse, CreateServerlessSpaceV2Response, DeleteClusterSnapshotRequest, CheckMigrateIndexMetaDataResponse, DescribeDiagnoseRequest, GetRequestTargetNodeTypesResponse, UpdateIpTraceStatusRequest, CreateIndexResponse, DescribeServerlessSpaceUserResponse, DescribeAutoBackUpStrategyRequest, DescribeLogstashInstanceLogsRequest, DescribeIndexMetaResponse, StartLogstashPipelinesRequest, DescribeServerlessMetricsRequest, GetDiagnoseSettingsResponse, ModifyAutoBackUpStrategyRequest, CreateServerlessSpaceV2Request, DeleteServerlessSpaceUserResponse, UpgradeLicenseResponse, QueryIpTraceLogResponse, UpdateLogstashInstanceRequest, UpdateRequestTargetNodeTypesRequest, DescribeLogstashInstancesResponse, CreateAutoBackUpStrategyRequest, InstallInstanceModelRequest, DeleteInstanceResponse, UpdateDiagnoseSettingsResponse, DescribeLogstashInstanceOperationsResponse, CreateIndexRequest, UpdateIpTraceStatusResponse, UpdatePluginsRequest, StopLogstashPipelinesResponse, RestoreClusterSnapshotRequest, DescribeServerlessSpaceUserRequest, GetIpTraceStatusRequest, DescribeServerlessSpacesResponse, InquirePriceRenewInstanceRequest, UpdateInstanceResponse, DeleteIndexRequest, DescribeViewsRequest, ModifyAutoBackUpStrategyResponse, DescribeIndexListResponse, DescribeUserCosSnapshotListRequest, DescribeLogstashInstanceOperationsRequest, CreateLogstashInstanceResponse, DeleteServerlessInstanceRequest, SaveAndDeployLogstashPipelineRequest, DeleteAutoBackUpStrategyRequest, InquirePriceRenewInstanceResponse, CreateClusterSnapshotRequest, DeleteLogstashPipelinesRequest, RestartKibanaRequest, SaveAndDeployLogstashPipelineResponse, DescribeAutoBackUpStrategyResponse, UpdateDictionariesRequest, UpgradeLicenseRequest, DescribeIndexListRequest, DescribeLogstashPipelinesResponse, CreateInstanceRequest, CreateLogstashInstanceRequest, UpdateServerlessInstanceResponse, UpdateDictionariesResponse, DeleteIndexResponse, DeleteServerlessSpaceUserRequest, RestartNodesResponse, DescribeInstancesRequest, CheckMigrateIndexMetaDataRequest, DescribeLogstashPipelinesRequest, GetRequestTargetNodeTypesRequest, ModifyEsVipSecurityGroupRequest, DescribeLogstashInstancesRequest, CreateCosMigrateToServerlessInstanceRequest, GetIpTraceStatusResponse, DeleteInstanceRequest, UpgradeInstanceResponse, DeleteAutoBackUpStrategyResponse, DescribeIndexMetaRequest, UpdateJdkResponse, RestartKibanaResponse, DescribeUserCosSnapshotListResponse, UpdateIndexRequest, UpdatePluginsResponse, UpdateIndexResponse, UpdateLogstashInstanceResponse, StopLogstashPipelinesRequest, DescribeClusterSnapshotResponse, CreateCosMigrateToServerlessInstanceResponse, RestartInstanceResponse, UpdateServerlessSpaceResponse, UpdateLogstashPipelineDescRequest, UpdateServerlessInstanceRequest, DescribeSpaceKibanaToolsResponse, ModifyEsVipSecurityGroupResponse, UpdateInstanceRequest, CreateAutoBackUpStrategyResponse, CreateServerlessInstanceResponse, ExportIpTraceLogResponse, DeleteClusterSnapshotResponse, DescribeInstancePluginListResponse, DescribeServerlessSpacesRequest, RestartInstanceRequest, UpdateJdkRequest, DescribeServerlessMetricsResponse, ExportIpTraceLogRequest, DescribeServerlessInstancesRequest, StartLogstashPipelinesResponse, GetDiagnoseSettingsRequest, QueryIpTraceLogRequest, DescribeInstancePluginListRequest, RestartNodesRequest, DescribeServerlessInstancesResponse, DeleteLogstashInstanceRequest, UpgradeInstanceRequest, DescribeViewsResponse, CreateClusterSnapshotResponse, RestartLogstashInstanceResponse, ModifyAutoBackUpCommonInfoResponse } from "./es_models";
|
|
3
3
|
/**
|
|
4
4
|
* es client
|
|
5
5
|
* @class
|
|
@@ -30,6 +30,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
30
30
|
* 获取Serverless索引空间列表
|
|
31
31
|
*/
|
|
32
32
|
DescribeServerlessSpaces(req: DescribeServerlessSpacesRequest, cb?: (error: string, rep: DescribeServerlessSpacesResponse) => void): Promise<DescribeServerlessSpacesResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* 修改自动备份快照策略
|
|
35
|
+
*/
|
|
36
|
+
ModifyAutoBackUpStrategy(req: ModifyAutoBackUpStrategyRequest, cb?: (error: string, rep: ModifyAutoBackUpStrategyResponse) => void): Promise<ModifyAutoBackUpStrategyResponse>;
|
|
33
37
|
/**
|
|
34
38
|
* ES集群安装模型接口
|
|
35
39
|
*/
|
|
@@ -43,9 +47,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
43
47
|
*/
|
|
44
48
|
UpdateLogstashPipelineDesc(req: UpdateLogstashPipelineDescRequest, cb?: (error: string, rep: UpdateLogstashPipelineDescResponse) => void): Promise<UpdateLogstashPipelineDescResponse>;
|
|
45
49
|
/**
|
|
46
|
-
*
|
|
50
|
+
* 查询IP溯源状态
|
|
47
51
|
*/
|
|
48
|
-
|
|
52
|
+
GetIpTraceStatus(req: GetIpTraceStatusRequest, cb?: (error: string, rep: GetIpTraceStatusResponse) => void): Promise<GetIpTraceStatusResponse>;
|
|
49
53
|
/**
|
|
50
54
|
* 查询快照信息接口
|
|
51
55
|
*/
|
|
@@ -66,6 +70,17 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
66
70
|
* 查看智能运维配置
|
|
67
71
|
*/
|
|
68
72
|
GetDiagnoseSettings(req: GetDiagnoseSettingsRequest, cb?: (error: string, rep: GetDiagnoseSettingsResponse) => void): Promise<GetDiagnoseSettingsResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* 对集群进行节点规格变更,修改实例名称,修改配置,重置密码, 添加Kibana黑白名单等操作。参数中InstanceId为必传参数,ForceRestart为选填参数,剩余参数传递组合及含义如下:
|
|
75
|
+
- InstanceName:修改实例名称(仅用于标识实例)
|
|
76
|
+
- NodeInfoList: 修改节点配置(节点横向扩缩容,纵向扩缩容,增加主节点,增加冷节点等)
|
|
77
|
+
- EsConfig:修改集群配置
|
|
78
|
+
- Password:修改默认用户elastic的密码
|
|
79
|
+
- EsAcl:修改访问控制列表
|
|
80
|
+
- CosBackUp: 设置集群COS自动备份信息
|
|
81
|
+
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
82
|
+
*/
|
|
83
|
+
UpdateInstance(req: UpdateInstanceRequest, cb?: (error: string, rep: UpdateInstanceResponse) => void): Promise<UpdateInstanceResponse>;
|
|
69
84
|
/**
|
|
70
85
|
* 创建索引
|
|
71
86
|
*/
|
|
@@ -86,6 +101,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
86
101
|
* cos迁移流程
|
|
87
102
|
*/
|
|
88
103
|
CreateCosMigrateToServerlessInstance(req: CreateCosMigrateToServerlessInstanceRequest, cb?: (error: string, rep: CreateCosMigrateToServerlessInstanceResponse) => void): Promise<CreateCosMigrateToServerlessInstanceResponse>;
|
|
104
|
+
/**
|
|
105
|
+
* 删除自动备份快照策略
|
|
106
|
+
*/
|
|
107
|
+
DeleteAutoBackUpStrategy(req: DeleteAutoBackUpStrategyRequest, cb?: (error: string, rep: DeleteAutoBackUpStrategyResponse) => void): Promise<DeleteAutoBackUpStrategyResponse>;
|
|
89
108
|
/**
|
|
90
109
|
* 变更插件列表
|
|
91
110
|
*/
|
|
@@ -128,20 +147,13 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
128
147
|
*/
|
|
129
148
|
RestartInstance(req: RestartInstanceRequest, cb?: (error: string, rep: RestartInstanceResponse) => void): Promise<RestartInstanceResponse>;
|
|
130
149
|
/**
|
|
131
|
-
*
|
|
150
|
+
* 新建自动备份快照策略
|
|
132
151
|
*/
|
|
133
|
-
|
|
152
|
+
CreateAutoBackUpStrategy(req: CreateAutoBackUpStrategyRequest, cb?: (error: string, rep: CreateAutoBackUpStrategyResponse) => void): Promise<CreateAutoBackUpStrategyResponse>;
|
|
134
153
|
/**
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
- EsConfig:修改集群配置
|
|
139
|
-
- Password:修改默认用户elastic的密码
|
|
140
|
-
- EsAcl:修改访问控制列表
|
|
141
|
-
- CosBackUp: 设置集群COS自动备份信息
|
|
142
|
-
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
143
|
-
*/
|
|
144
|
-
UpdateInstance(req: UpdateInstanceRequest, cb?: (error: string, rep: UpdateInstanceResponse) => void): Promise<UpdateInstanceResponse>;
|
|
154
|
+
* 获取自动备份快照策略信息
|
|
155
|
+
*/
|
|
156
|
+
DescribeAutoBackUpStrategy(req: DescribeAutoBackUpStrategyRequest, cb?: (error: string, rep: DescribeAutoBackUpStrategyResponse) => void): Promise<DescribeAutoBackUpStrategyResponse>;
|
|
145
157
|
/**
|
|
146
158
|
* 查询用户该地域下符合条件的ES集群的日志
|
|
147
159
|
*/
|
|
@@ -263,10 +275,18 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
263
275
|
* 升级ES商业特性
|
|
264
276
|
*/
|
|
265
277
|
UpgradeLicense(req: UpgradeLicenseRequest, cb?: (error: string, rep: UpgradeLicenseResponse) => void): Promise<UpgradeLicenseResponse>;
|
|
278
|
+
/**
|
|
279
|
+
* 修改自动备份快照策略公共信息
|
|
280
|
+
*/
|
|
281
|
+
ModifyAutoBackUpCommonInfo(req?: ModifyAutoBackUpCommonInfoRequest, cb?: (error: string, rep: ModifyAutoBackUpCommonInfoResponse) => void): Promise<ModifyAutoBackUpCommonInfoResponse>;
|
|
266
282
|
/**
|
|
267
283
|
* 查询实例插件列表
|
|
268
284
|
*/
|
|
269
285
|
DescribeInstancePluginList(req: DescribeInstancePluginListRequest, cb?: (error: string, rep: DescribeInstancePluginListResponse) => void): Promise<DescribeInstancePluginListResponse>;
|
|
286
|
+
/**
|
|
287
|
+
* 更新实例Jdk配置
|
|
288
|
+
*/
|
|
289
|
+
UpdateJdk(req: UpdateJdkRequest, cb?: (error: string, rep: UpdateJdkResponse) => void): Promise<UpdateJdkResponse>;
|
|
270
290
|
/**
|
|
271
291
|
* 获取索引元数据
|
|
272
292
|
*/
|
|
@@ -64,6 +64,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
64
64
|
async DescribeServerlessSpaces(req, cb) {
|
|
65
65
|
return this.request("DescribeServerlessSpaces", req, cb);
|
|
66
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* 修改自动备份快照策略
|
|
69
|
+
*/
|
|
70
|
+
async ModifyAutoBackUpStrategy(req, cb) {
|
|
71
|
+
return this.request("ModifyAutoBackUpStrategy", req, cb);
|
|
72
|
+
}
|
|
67
73
|
/**
|
|
68
74
|
* ES集群安装模型接口
|
|
69
75
|
*/
|
|
@@ -83,10 +89,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
83
89
|
return this.request("UpdateLogstashPipelineDesc", req, cb);
|
|
84
90
|
}
|
|
85
91
|
/**
|
|
86
|
-
*
|
|
92
|
+
* 查询IP溯源状态
|
|
87
93
|
*/
|
|
88
|
-
async
|
|
89
|
-
return this.request("
|
|
94
|
+
async GetIpTraceStatus(req, cb) {
|
|
95
|
+
return this.request("GetIpTraceStatus", req, cb);
|
|
90
96
|
}
|
|
91
97
|
/**
|
|
92
98
|
* 查询快照信息接口
|
|
@@ -118,6 +124,19 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
118
124
|
async GetDiagnoseSettings(req, cb) {
|
|
119
125
|
return this.request("GetDiagnoseSettings", req, cb);
|
|
120
126
|
}
|
|
127
|
+
/**
|
|
128
|
+
* 对集群进行节点规格变更,修改实例名称,修改配置,重置密码, 添加Kibana黑白名单等操作。参数中InstanceId为必传参数,ForceRestart为选填参数,剩余参数传递组合及含义如下:
|
|
129
|
+
- InstanceName:修改实例名称(仅用于标识实例)
|
|
130
|
+
- NodeInfoList: 修改节点配置(节点横向扩缩容,纵向扩缩容,增加主节点,增加冷节点等)
|
|
131
|
+
- EsConfig:修改集群配置
|
|
132
|
+
- Password:修改默认用户elastic的密码
|
|
133
|
+
- EsAcl:修改访问控制列表
|
|
134
|
+
- CosBackUp: 设置集群COS自动备份信息
|
|
135
|
+
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
136
|
+
*/
|
|
137
|
+
async UpdateInstance(req, cb) {
|
|
138
|
+
return this.request("UpdateInstance", req, cb);
|
|
139
|
+
}
|
|
121
140
|
/**
|
|
122
141
|
* 创建索引
|
|
123
142
|
*/
|
|
@@ -148,6 +167,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
167
|
async CreateCosMigrateToServerlessInstance(req, cb) {
|
|
149
168
|
return this.request("CreateCosMigrateToServerlessInstance", req, cb);
|
|
150
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* 删除自动备份快照策略
|
|
172
|
+
*/
|
|
173
|
+
async DeleteAutoBackUpStrategy(req, cb) {
|
|
174
|
+
return this.request("DeleteAutoBackUpStrategy", req, cb);
|
|
175
|
+
}
|
|
151
176
|
/**
|
|
152
177
|
* 变更插件列表
|
|
153
178
|
*/
|
|
@@ -208,23 +233,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
208
233
|
return this.request("RestartInstance", req, cb);
|
|
209
234
|
}
|
|
210
235
|
/**
|
|
211
|
-
*
|
|
236
|
+
* 新建自动备份快照策略
|
|
212
237
|
*/
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
238
|
+
async CreateAutoBackUpStrategy(req, cb) {
|
|
239
|
+
return this.request("CreateAutoBackUpStrategy", req, cb);
|
|
215
240
|
}
|
|
216
241
|
/**
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
- Password:修改默认用户elastic的密码
|
|
222
|
-
- EsAcl:修改访问控制列表
|
|
223
|
-
- CosBackUp: 设置集群COS自动备份信息
|
|
224
|
-
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
225
|
-
*/
|
|
226
|
-
async UpdateInstance(req, cb) {
|
|
227
|
-
return this.request("UpdateInstance", req, cb);
|
|
242
|
+
* 获取自动备份快照策略信息
|
|
243
|
+
*/
|
|
244
|
+
async DescribeAutoBackUpStrategy(req, cb) {
|
|
245
|
+
return this.request("DescribeAutoBackUpStrategy", req, cb);
|
|
228
246
|
}
|
|
229
247
|
/**
|
|
230
248
|
* 查询用户该地域下符合条件的ES集群的日志
|
|
@@ -407,12 +425,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
407
425
|
async UpgradeLicense(req, cb) {
|
|
408
426
|
return this.request("UpgradeLicense", req, cb);
|
|
409
427
|
}
|
|
428
|
+
/**
|
|
429
|
+
* 修改自动备份快照策略公共信息
|
|
430
|
+
*/
|
|
431
|
+
async ModifyAutoBackUpCommonInfo(req, cb) {
|
|
432
|
+
return this.request("ModifyAutoBackUpCommonInfo", req, cb);
|
|
433
|
+
}
|
|
410
434
|
/**
|
|
411
435
|
* 查询实例插件列表
|
|
412
436
|
*/
|
|
413
437
|
async DescribeInstancePluginList(req, cb) {
|
|
414
438
|
return this.request("DescribeInstancePluginList", req, cb);
|
|
415
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* 更新实例Jdk配置
|
|
442
|
+
*/
|
|
443
|
+
async UpdateJdk(req, cb) {
|
|
444
|
+
return this.request("UpdateJdk", req, cb);
|
|
445
|
+
}
|
|
416
446
|
/**
|
|
417
447
|
* 获取索引元数据
|
|
418
448
|
*/
|
|
@@ -279,33 +279,57 @@ export interface DiagnoseInstanceResponse {
|
|
|
279
279
|
RequestId?: string;
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
* CreateServerlessInstance请求参数结构体
|
|
283
283
|
*/
|
|
284
|
-
export interface
|
|
284
|
+
export interface CreateServerlessInstanceRequest {
|
|
285
285
|
/**
|
|
286
|
-
*
|
|
286
|
+
* 索引名,需以-AppId结尾
|
|
287
287
|
*/
|
|
288
|
-
|
|
288
|
+
IndexName: string;
|
|
289
289
|
/**
|
|
290
|
-
*
|
|
290
|
+
* 可用区
|
|
291
291
|
*/
|
|
292
|
-
|
|
292
|
+
Zone?: string;
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* 私有网络ID
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
VpcId?: string;
|
|
297
297
|
/**
|
|
298
|
-
*
|
|
298
|
+
* 子网ID
|
|
299
299
|
*/
|
|
300
|
-
|
|
300
|
+
SubnetId?: string;
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* 创建的索引元数据JSON,如mappings、settings
|
|
303
303
|
*/
|
|
304
|
-
|
|
304
|
+
IndexMetaJson?: string;
|
|
305
|
+
/**
|
|
306
|
+
* 创建索引的空间ID
|
|
307
|
+
*/
|
|
308
|
+
SpaceId?: string;
|
|
309
|
+
/**
|
|
310
|
+
* 创建索引的用户名
|
|
311
|
+
*/
|
|
312
|
+
Username?: string;
|
|
313
|
+
/**
|
|
314
|
+
* 创建索引的密码
|
|
315
|
+
*/
|
|
316
|
+
Password?: string;
|
|
317
|
+
/**
|
|
318
|
+
* 创建数据接入
|
|
319
|
+
*/
|
|
320
|
+
ServerlessDi?: ServerlessDi;
|
|
321
|
+
/**
|
|
322
|
+
* 是否自行添加白名单ip
|
|
323
|
+
*/
|
|
324
|
+
AutoGetIp?: number;
|
|
305
325
|
/**
|
|
306
326
|
* 标签信息
|
|
307
327
|
*/
|
|
308
328
|
TagList?: Array<TagInfo>;
|
|
329
|
+
/**
|
|
330
|
+
* kibana公网白名单
|
|
331
|
+
*/
|
|
332
|
+
KibanaWhiteIpList?: Array<string>;
|
|
309
333
|
}
|
|
310
334
|
/**
|
|
311
335
|
* ES公网访问控制信息
|
|
@@ -465,6 +489,10 @@ export interface RestoreClusterSnapshotResponse {
|
|
|
465
489
|
*/
|
|
466
490
|
RequestId?: string;
|
|
467
491
|
}
|
|
492
|
+
/**
|
|
493
|
+
* ModifyAutoBackUpCommonInfo请求参数结构体
|
|
494
|
+
*/
|
|
495
|
+
export type ModifyAutoBackUpCommonInfoRequest = null;
|
|
468
496
|
/**
|
|
469
497
|
* DeleteLogstashPipelines返回参数结构体
|
|
470
498
|
*/
|
|
@@ -948,47 +976,6 @@ export interface DeleteLogstashInstanceResponse {
|
|
|
948
976
|
*/
|
|
949
977
|
RequestId?: string;
|
|
950
978
|
}
|
|
951
|
-
/**
|
|
952
|
-
* DescribeLogstashInstances请求参数结构体
|
|
953
|
-
*/
|
|
954
|
-
export interface DescribeLogstashInstancesRequest {
|
|
955
|
-
/**
|
|
956
|
-
* 实例所属可用区,不传则默认所有可用区
|
|
957
|
-
*/
|
|
958
|
-
Zone?: string;
|
|
959
|
-
/**
|
|
960
|
-
* 实例ID列表
|
|
961
|
-
*/
|
|
962
|
-
InstanceIds?: Array<string>;
|
|
963
|
-
/**
|
|
964
|
-
* 实例名称列表
|
|
965
|
-
*/
|
|
966
|
-
InstanceNames?: Array<string>;
|
|
967
|
-
/**
|
|
968
|
-
* 分页起始值, 默认值0
|
|
969
|
-
*/
|
|
970
|
-
Offset?: number;
|
|
971
|
-
/**
|
|
972
|
-
* 分页大小,默认值20
|
|
973
|
-
*/
|
|
974
|
-
Limit?: number;
|
|
975
|
-
/**
|
|
976
|
-
* 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderKey未传递则按创建时间降序排序
|
|
977
|
-
*/
|
|
978
|
-
OrderByKey?: number;
|
|
979
|
-
/**
|
|
980
|
-
* 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
|
|
981
|
-
*/
|
|
982
|
-
OrderByType?: number;
|
|
983
|
-
/**
|
|
984
|
-
* VpcId 筛选项
|
|
985
|
-
*/
|
|
986
|
-
VpcIds?: Array<string>;
|
|
987
|
-
/**
|
|
988
|
-
* 标签信息列表
|
|
989
|
-
*/
|
|
990
|
-
TagList?: Array<TagInfo>;
|
|
991
|
-
}
|
|
992
979
|
/**
|
|
993
980
|
* cvm 自动扩盘参数
|
|
994
981
|
*/
|
|
@@ -1226,17 +1213,21 @@ export interface CheckMigrateIndexMetaDataResponse {
|
|
|
1226
1213
|
RequestId?: string;
|
|
1227
1214
|
}
|
|
1228
1215
|
/**
|
|
1229
|
-
*
|
|
1216
|
+
* DescribeDiagnose请求参数结构体
|
|
1230
1217
|
*/
|
|
1231
|
-
export interface
|
|
1218
|
+
export interface DescribeDiagnoseRequest {
|
|
1232
1219
|
/**
|
|
1233
|
-
*
|
|
1220
|
+
* ES实例ID
|
|
1234
1221
|
*/
|
|
1235
|
-
InstanceId
|
|
1222
|
+
InstanceId: string;
|
|
1236
1223
|
/**
|
|
1237
|
-
*
|
|
1224
|
+
* 报告日期,格式20210301
|
|
1238
1225
|
*/
|
|
1239
|
-
|
|
1226
|
+
Date?: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* 报告返回份数
|
|
1229
|
+
*/
|
|
1230
|
+
Limit?: number;
|
|
1240
1231
|
}
|
|
1241
1232
|
/**
|
|
1242
1233
|
* 全部指标数据
|
|
@@ -1513,6 +1504,15 @@ export interface LogDetail {
|
|
|
1513
1504
|
*/
|
|
1514
1505
|
Count: number;
|
|
1515
1506
|
}
|
|
1507
|
+
/**
|
|
1508
|
+
* DescribeAutoBackUpStrategy请求参数结构体
|
|
1509
|
+
*/
|
|
1510
|
+
export interface DescribeAutoBackUpStrategyRequest {
|
|
1511
|
+
/**
|
|
1512
|
+
* 实例名称
|
|
1513
|
+
*/
|
|
1514
|
+
InstanceId: string;
|
|
1515
|
+
}
|
|
1516
1516
|
/**
|
|
1517
1517
|
* DescribeLogstashInstanceLogs请求参数结构体
|
|
1518
1518
|
*/
|
|
@@ -1654,57 +1654,50 @@ export interface GetDiagnoseSettingsResponse {
|
|
|
1654
1654
|
RequestId?: string;
|
|
1655
1655
|
}
|
|
1656
1656
|
/**
|
|
1657
|
-
*
|
|
1657
|
+
* ModifyAutoBackUpStrategy请求参数结构体
|
|
1658
1658
|
*/
|
|
1659
|
-
export interface
|
|
1659
|
+
export interface ModifyAutoBackUpStrategyRequest {
|
|
1660
1660
|
/**
|
|
1661
|
-
*
|
|
1662
|
-
*/
|
|
1663
|
-
IndexName: string;
|
|
1664
|
-
/**
|
|
1665
|
-
* 可用区
|
|
1666
|
-
*/
|
|
1667
|
-
Zone?: string;
|
|
1668
|
-
/**
|
|
1669
|
-
* 私有网络ID
|
|
1661
|
+
* 实例名称
|
|
1670
1662
|
*/
|
|
1671
|
-
|
|
1663
|
+
InstanceId: string;
|
|
1672
1664
|
/**
|
|
1673
|
-
*
|
|
1665
|
+
* 当前策略名称
|
|
1674
1666
|
*/
|
|
1675
|
-
|
|
1667
|
+
StrategyName: string;
|
|
1676
1668
|
/**
|
|
1677
|
-
*
|
|
1669
|
+
* 策略信息
|
|
1678
1670
|
*/
|
|
1679
|
-
|
|
1671
|
+
CosBackup: CosBackup;
|
|
1672
|
+
}
|
|
1673
|
+
/**
|
|
1674
|
+
* CreateServerlessSpaceV2请求参数结构体
|
|
1675
|
+
*/
|
|
1676
|
+
export interface CreateServerlessSpaceV2Request {
|
|
1680
1677
|
/**
|
|
1681
|
-
*
|
|
1678
|
+
* vpc信息
|
|
1682
1679
|
*/
|
|
1683
|
-
|
|
1680
|
+
VpcInfo: Array<VpcInfo>;
|
|
1684
1681
|
/**
|
|
1685
|
-
*
|
|
1682
|
+
* 索引空间名
|
|
1686
1683
|
*/
|
|
1687
|
-
|
|
1684
|
+
SpaceName?: string;
|
|
1688
1685
|
/**
|
|
1689
|
-
*
|
|
1686
|
+
* 空间名称
|
|
1690
1687
|
*/
|
|
1691
|
-
|
|
1688
|
+
Zone?: string;
|
|
1692
1689
|
/**
|
|
1693
|
-
*
|
|
1690
|
+
* 白名单列表
|
|
1694
1691
|
*/
|
|
1695
|
-
|
|
1692
|
+
KibanaWhiteIpList?: Array<string>;
|
|
1696
1693
|
/**
|
|
1697
|
-
*
|
|
1694
|
+
* 空间id
|
|
1698
1695
|
*/
|
|
1699
|
-
|
|
1696
|
+
ZoneId?: number;
|
|
1700
1697
|
/**
|
|
1701
1698
|
* 标签信息
|
|
1702
1699
|
*/
|
|
1703
1700
|
TagList?: Array<TagInfo>;
|
|
1704
|
-
/**
|
|
1705
|
-
* kibana公网白名单
|
|
1706
|
-
*/
|
|
1707
|
-
KibanaWhiteIpList?: Array<string>;
|
|
1708
1701
|
}
|
|
1709
1702
|
/**
|
|
1710
1703
|
* tke pod标签
|
|
@@ -1902,6 +1895,19 @@ export interface DescribeLogstashInstancesResponse {
|
|
|
1902
1895
|
*/
|
|
1903
1896
|
RequestId?: string;
|
|
1904
1897
|
}
|
|
1898
|
+
/**
|
|
1899
|
+
* CreateAutoBackUpStrategy请求参数结构体
|
|
1900
|
+
*/
|
|
1901
|
+
export interface CreateAutoBackUpStrategyRequest {
|
|
1902
|
+
/**
|
|
1903
|
+
* 实例名称
|
|
1904
|
+
*/
|
|
1905
|
+
InstanceId: string;
|
|
1906
|
+
/**
|
|
1907
|
+
* 策略信息
|
|
1908
|
+
*/
|
|
1909
|
+
CosBackup: CosBackup;
|
|
1910
|
+
}
|
|
1905
1911
|
/**
|
|
1906
1912
|
* InstallInstanceModel请求参数结构体
|
|
1907
1913
|
*/
|
|
@@ -2407,6 +2413,19 @@ export interface DescribeViewsRequest {
|
|
|
2407
2413
|
*/
|
|
2408
2414
|
InstanceId: string;
|
|
2409
2415
|
}
|
|
2416
|
+
/**
|
|
2417
|
+
* ModifyAutoBackUpStrategy返回参数结构体
|
|
2418
|
+
*/
|
|
2419
|
+
export interface ModifyAutoBackUpStrategyResponse {
|
|
2420
|
+
/**
|
|
2421
|
+
* true 成功; false 失败
|
|
2422
|
+
*/
|
|
2423
|
+
Status?: boolean;
|
|
2424
|
+
/**
|
|
2425
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2426
|
+
*/
|
|
2427
|
+
RequestId?: string;
|
|
2428
|
+
}
|
|
2410
2429
|
/**
|
|
2411
2430
|
* DescribeIndexList返回参数结构体
|
|
2412
2431
|
*/
|
|
@@ -2726,57 +2745,17 @@ export interface CommonIndexInfo {
|
|
|
2726
2745
|
IsShardComplete?: number;
|
|
2727
2746
|
}
|
|
2728
2747
|
/**
|
|
2729
|
-
*
|
|
2748
|
+
* DeleteAutoBackUpStrategy请求参数结构体
|
|
2730
2749
|
*/
|
|
2731
|
-
export interface
|
|
2750
|
+
export interface DeleteAutoBackUpStrategyRequest {
|
|
2732
2751
|
/**
|
|
2733
|
-
*
|
|
2752
|
+
* 实例名称
|
|
2734
2753
|
*/
|
|
2735
2754
|
InstanceId: string;
|
|
2736
2755
|
/**
|
|
2737
|
-
*
|
|
2738
|
-
*/
|
|
2739
|
-
StartTime?: string;
|
|
2740
|
-
/**
|
|
2741
|
-
* 结束时间
|
|
2742
|
-
*/
|
|
2743
|
-
EndTime?: string;
|
|
2744
|
-
/**
|
|
2745
|
-
* 起始偏移量
|
|
2746
|
-
*/
|
|
2747
|
-
Offset?: number;
|
|
2748
|
-
/**
|
|
2749
|
-
* 数据条数
|
|
2750
|
-
*/
|
|
2751
|
-
Limit?: number;
|
|
2752
|
-
/**
|
|
2753
|
-
* 访问IP
|
|
2754
|
-
*/
|
|
2755
|
-
RemoteIp?: Array<string>;
|
|
2756
|
-
/**
|
|
2757
|
-
* Request/Response 请求/返回, 非必填
|
|
2758
|
-
*/
|
|
2759
|
-
TraceType?: Array<string>;
|
|
2760
|
-
/**
|
|
2761
|
-
* Public/Private 公网访问/内网访问, 非必填
|
|
2762
|
-
*/
|
|
2763
|
-
NetType?: Array<string>;
|
|
2764
|
-
/**
|
|
2765
|
-
* POST/GET/PUT/DELETE/HEAD/OPTIONS/PATCH/CONNECT/TRACE/CONNECT等, 非必填
|
|
2766
|
-
*/
|
|
2767
|
-
ReqTypeOrRspStatus?: Array<string>;
|
|
2768
|
-
/**
|
|
2769
|
-
* 关键字模糊查询,支持Lucene Query String
|
|
2770
|
-
*/
|
|
2771
|
-
SearchKey?: string;
|
|
2772
|
-
/**
|
|
2773
|
-
* Uri搜索
|
|
2774
|
-
*/
|
|
2775
|
-
Uri?: string;
|
|
2776
|
-
/**
|
|
2777
|
-
* 集群节点IP
|
|
2756
|
+
* 策略名称
|
|
2778
2757
|
*/
|
|
2779
|
-
|
|
2758
|
+
StrategyName: Array<string>;
|
|
2780
2759
|
}
|
|
2781
2760
|
/**
|
|
2782
2761
|
* InquirePriceRenewInstance返回参数结构体
|
|
@@ -2920,6 +2899,19 @@ export interface SaveAndDeployLogstashPipelineResponse {
|
|
|
2920
2899
|
*/
|
|
2921
2900
|
RequestId?: string;
|
|
2922
2901
|
}
|
|
2902
|
+
/**
|
|
2903
|
+
* DescribeAutoBackUpStrategy返回参数结构体
|
|
2904
|
+
*/
|
|
2905
|
+
export interface DescribeAutoBackUpStrategyResponse {
|
|
2906
|
+
/**
|
|
2907
|
+
* 策略信息
|
|
2908
|
+
*/
|
|
2909
|
+
CosBackupList?: Array<CosBackup>;
|
|
2910
|
+
/**
|
|
2911
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2912
|
+
*/
|
|
2913
|
+
RequestId?: string;
|
|
2914
|
+
}
|
|
2923
2915
|
/**
|
|
2924
2916
|
* 索引自治字段
|
|
2925
2917
|
*/
|
|
@@ -3125,7 +3117,7 @@ export interface NodeInfo {
|
|
|
3125
3117
|
*/
|
|
3126
3118
|
MemSize?: number;
|
|
3127
3119
|
/**
|
|
3128
|
-
*
|
|
3120
|
+
* 硬盘额外性能
|
|
3129
3121
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3130
3122
|
*/
|
|
3131
3123
|
DiskEnhance?: number;
|
|
@@ -3391,7 +3383,7 @@ export interface CreateInstanceRequest {
|
|
|
3391
3383
|
*/
|
|
3392
3384
|
EnableHybridStorage?: boolean;
|
|
3393
3385
|
/**
|
|
3394
|
-
*
|
|
3386
|
+
* 硬盘额外性能
|
|
3395
3387
|
*/
|
|
3396
3388
|
DiskEnhance?: number;
|
|
3397
3389
|
/**
|
|
@@ -4370,49 +4362,45 @@ export interface ProcessDetail {
|
|
|
4370
4362
|
TaskType?: number;
|
|
4371
4363
|
}
|
|
4372
4364
|
/**
|
|
4373
|
-
*
|
|
4365
|
+
* DescribeLogstashInstances请求参数结构体
|
|
4374
4366
|
*/
|
|
4375
|
-
export interface
|
|
4376
|
-
/**
|
|
4377
|
-
* 数据源所属vpc id,创建后不允许修改
|
|
4378
|
-
*/
|
|
4379
|
-
VpcId?: string;
|
|
4367
|
+
export interface DescribeLogstashInstancesRequest {
|
|
4380
4368
|
/**
|
|
4381
|
-
*
|
|
4369
|
+
* 实例所属可用区,不传则默认所有可用区
|
|
4382
4370
|
*/
|
|
4383
|
-
|
|
4371
|
+
Zone?: string;
|
|
4384
4372
|
/**
|
|
4385
|
-
*
|
|
4373
|
+
* 实例ID列表
|
|
4386
4374
|
*/
|
|
4387
|
-
|
|
4375
|
+
InstanceIds?: Array<string>;
|
|
4388
4376
|
/**
|
|
4389
|
-
*
|
|
4377
|
+
* 实例名称列表
|
|
4390
4378
|
*/
|
|
4391
|
-
|
|
4379
|
+
InstanceNames?: Array<string>;
|
|
4392
4380
|
/**
|
|
4393
|
-
*
|
|
4381
|
+
* 分页起始值, 默认值0
|
|
4394
4382
|
*/
|
|
4395
|
-
|
|
4383
|
+
Offset?: number;
|
|
4396
4384
|
/**
|
|
4397
|
-
*
|
|
4385
|
+
* 分页大小,默认值20
|
|
4398
4386
|
*/
|
|
4399
|
-
|
|
4387
|
+
Limit?: number;
|
|
4400
4388
|
/**
|
|
4401
|
-
*
|
|
4389
|
+
* 排序字段<li>1:实例ID</li><li>2:实例名称</li><li>3:可用区</li><li>4:创建时间</li>若orderKey未传递则按创建时间降序排序
|
|
4402
4390
|
*/
|
|
4403
|
-
|
|
4391
|
+
OrderByKey?: number;
|
|
4404
4392
|
/**
|
|
4405
|
-
*
|
|
4393
|
+
* 排序方式<li>0:升序</li><li>1:降序</li>若传递了orderByKey未传递orderByType, 则默认升序
|
|
4406
4394
|
*/
|
|
4407
|
-
|
|
4395
|
+
OrderByType?: number;
|
|
4408
4396
|
/**
|
|
4409
|
-
*
|
|
4397
|
+
* VpcId 筛选项
|
|
4410
4398
|
*/
|
|
4411
|
-
|
|
4399
|
+
VpcIds?: Array<string>;
|
|
4412
4400
|
/**
|
|
4413
|
-
*
|
|
4401
|
+
* 标签信息列表
|
|
4414
4402
|
*/
|
|
4415
|
-
|
|
4403
|
+
TagList?: Array<TagInfo>;
|
|
4416
4404
|
}
|
|
4417
4405
|
/**
|
|
4418
4406
|
* CreateCosMigrateToServerlessInstance请求参数结构体
|
|
@@ -4511,6 +4499,19 @@ export interface UpgradeInstanceResponse {
|
|
|
4511
4499
|
*/
|
|
4512
4500
|
RequestId?: string;
|
|
4513
4501
|
}
|
|
4502
|
+
/**
|
|
4503
|
+
* DeleteAutoBackUpStrategy返回参数结构体
|
|
4504
|
+
*/
|
|
4505
|
+
export interface DeleteAutoBackUpStrategyResponse {
|
|
4506
|
+
/**
|
|
4507
|
+
* true 成功; false 失败
|
|
4508
|
+
*/
|
|
4509
|
+
Status?: boolean;
|
|
4510
|
+
/**
|
|
4511
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4512
|
+
*/
|
|
4513
|
+
RequestId?: string;
|
|
4514
|
+
}
|
|
4514
4515
|
/**
|
|
4515
4516
|
* DescribeIndexMeta请求参数结构体
|
|
4516
4517
|
*/
|
|
@@ -5506,6 +5507,64 @@ export interface UpdateInstanceRequest {
|
|
|
5506
5507
|
*/
|
|
5507
5508
|
AutoScaleDiskDeleteNodeTypeList?: Array<string>;
|
|
5508
5509
|
}
|
|
5510
|
+
/**
|
|
5511
|
+
* CreateAutoBackUpStrategy返回参数结构体
|
|
5512
|
+
*/
|
|
5513
|
+
export interface CreateAutoBackUpStrategyResponse {
|
|
5514
|
+
/**
|
|
5515
|
+
* true 成功; false 失败
|
|
5516
|
+
*/
|
|
5517
|
+
Status?: boolean;
|
|
5518
|
+
/**
|
|
5519
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5520
|
+
*/
|
|
5521
|
+
RequestId?: string;
|
|
5522
|
+
}
|
|
5523
|
+
/**
|
|
5524
|
+
* 数据接入tke数据源
|
|
5525
|
+
*/
|
|
5526
|
+
export interface DiSourceTke {
|
|
5527
|
+
/**
|
|
5528
|
+
* 数据源所属vpc id,创建后不允许修改
|
|
5529
|
+
*/
|
|
5530
|
+
VpcId?: string;
|
|
5531
|
+
/**
|
|
5532
|
+
* tke实例id,创建后不允许修改
|
|
5533
|
+
*/
|
|
5534
|
+
TkeId?: string;
|
|
5535
|
+
/**
|
|
5536
|
+
* tke包含的命名空间
|
|
5537
|
+
*/
|
|
5538
|
+
IncludeNamespaces?: Array<string>;
|
|
5539
|
+
/**
|
|
5540
|
+
* tke不包含的命名空间
|
|
5541
|
+
*/
|
|
5542
|
+
ExcludeNamespaces?: Array<string>;
|
|
5543
|
+
/**
|
|
5544
|
+
* tke容器名称
|
|
5545
|
+
*/
|
|
5546
|
+
ContainerName?: string;
|
|
5547
|
+
/**
|
|
5548
|
+
* tke日志内容过滤
|
|
5549
|
+
*/
|
|
5550
|
+
LogFilters?: string;
|
|
5551
|
+
/**
|
|
5552
|
+
* tke beats配置项
|
|
5553
|
+
*/
|
|
5554
|
+
ConfigContent?: string;
|
|
5555
|
+
/**
|
|
5556
|
+
* tke pod标签
|
|
5557
|
+
*/
|
|
5558
|
+
PodLabel?: Array<DiSourceTkePodLabel>;
|
|
5559
|
+
/**
|
|
5560
|
+
* /
|
|
5561
|
+
*/
|
|
5562
|
+
InputType?: string;
|
|
5563
|
+
/**
|
|
5564
|
+
* tke 日志采集路径
|
|
5565
|
+
*/
|
|
5566
|
+
InputPath?: string;
|
|
5567
|
+
}
|
|
5509
5568
|
/**
|
|
5510
5569
|
* CreateServerlessInstance返回参数结构体
|
|
5511
5570
|
*/
|
|
@@ -5538,21 +5597,17 @@ export interface ExportIpTraceLogResponse {
|
|
|
5538
5597
|
RequestId?: string;
|
|
5539
5598
|
}
|
|
5540
5599
|
/**
|
|
5541
|
-
*
|
|
5600
|
+
* DeleteClusterSnapshot返回参数结构体
|
|
5542
5601
|
*/
|
|
5543
|
-
export interface
|
|
5544
|
-
/**
|
|
5545
|
-
* ES实例ID
|
|
5546
|
-
*/
|
|
5547
|
-
InstanceId: string;
|
|
5602
|
+
export interface DeleteClusterSnapshotResponse {
|
|
5548
5603
|
/**
|
|
5549
|
-
*
|
|
5604
|
+
* 集群id
|
|
5550
5605
|
*/
|
|
5551
|
-
|
|
5606
|
+
InstanceId?: string;
|
|
5552
5607
|
/**
|
|
5553
|
-
*
|
|
5608
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5554
5609
|
*/
|
|
5555
|
-
|
|
5610
|
+
RequestId?: string;
|
|
5556
5611
|
}
|
|
5557
5612
|
/**
|
|
5558
5613
|
* 节点Gpu信息
|
|
@@ -5946,6 +6001,59 @@ export interface GetDiagnoseSettingsRequest {
|
|
|
5946
6001
|
*/
|
|
5947
6002
|
InstanceId: string;
|
|
5948
6003
|
}
|
|
6004
|
+
/**
|
|
6005
|
+
* QueryIpTraceLog请求参数结构体
|
|
6006
|
+
*/
|
|
6007
|
+
export interface QueryIpTraceLogRequest {
|
|
6008
|
+
/**
|
|
6009
|
+
* ES集群ID
|
|
6010
|
+
*/
|
|
6011
|
+
InstanceId: string;
|
|
6012
|
+
/**
|
|
6013
|
+
* 开始时间
|
|
6014
|
+
*/
|
|
6015
|
+
StartTime?: string;
|
|
6016
|
+
/**
|
|
6017
|
+
* 结束时间
|
|
6018
|
+
*/
|
|
6019
|
+
EndTime?: string;
|
|
6020
|
+
/**
|
|
6021
|
+
* 起始偏移量
|
|
6022
|
+
*/
|
|
6023
|
+
Offset?: number;
|
|
6024
|
+
/**
|
|
6025
|
+
* 数据条数
|
|
6026
|
+
*/
|
|
6027
|
+
Limit?: number;
|
|
6028
|
+
/**
|
|
6029
|
+
* 访问IP
|
|
6030
|
+
*/
|
|
6031
|
+
RemoteIp?: Array<string>;
|
|
6032
|
+
/**
|
|
6033
|
+
* Request/Response 请求/返回, 非必填
|
|
6034
|
+
*/
|
|
6035
|
+
TraceType?: Array<string>;
|
|
6036
|
+
/**
|
|
6037
|
+
* Public/Private 公网访问/内网访问, 非必填
|
|
6038
|
+
*/
|
|
6039
|
+
NetType?: Array<string>;
|
|
6040
|
+
/**
|
|
6041
|
+
* POST/GET/PUT/DELETE/HEAD/OPTIONS/PATCH/CONNECT/TRACE/CONNECT等, 非必填
|
|
6042
|
+
*/
|
|
6043
|
+
ReqTypeOrRspStatus?: Array<string>;
|
|
6044
|
+
/**
|
|
6045
|
+
* 关键字模糊查询,支持Lucene Query String
|
|
6046
|
+
*/
|
|
6047
|
+
SearchKey?: string;
|
|
6048
|
+
/**
|
|
6049
|
+
* Uri搜索
|
|
6050
|
+
*/
|
|
6051
|
+
Uri?: string;
|
|
6052
|
+
/**
|
|
6053
|
+
* 集群节点IP
|
|
6054
|
+
*/
|
|
6055
|
+
NodeIp?: Array<string>;
|
|
6056
|
+
}
|
|
5949
6057
|
/**
|
|
5950
6058
|
* ES集群配置项
|
|
5951
6059
|
*/
|
|
@@ -6178,6 +6286,15 @@ export interface RestartLogstashInstanceResponse {
|
|
|
6178
6286
|
*/
|
|
6179
6287
|
RequestId?: string;
|
|
6180
6288
|
}
|
|
6289
|
+
/**
|
|
6290
|
+
* ModifyAutoBackUpCommonInfo返回参数结构体
|
|
6291
|
+
*/
|
|
6292
|
+
export interface ModifyAutoBackUpCommonInfoResponse {
|
|
6293
|
+
/**
|
|
6294
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6295
|
+
*/
|
|
6296
|
+
RequestId?: string;
|
|
6297
|
+
}
|
|
6181
6298
|
/**
|
|
6182
6299
|
* 可选web组件信息
|
|
6183
6300
|
*/
|