tencentcloud-sdk-nodejs 4.1.267 → 4.1.269
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/antiddos/index.js +2 -2
- package/es/services/btoe/index.js +2 -2
- package/es/services/cls/v20201016/cls_client.js +59 -17
- package/es/services/csip/v20221121/csip_client.js +5 -2
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/dts/index.js +2 -2
- package/es/services/eis/index.js +2 -2
- package/es/services/es/v20180416/es_client.js +174 -132
- package/es/services/essbasic/v20210526/essbasic_client.js +13 -4
- package/es/services/facefusion/index.js +2 -2
- package/es/services/ga2/v20250115/ga2_client.js +9 -0
- package/es/services/iai/index.js +2 -2
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -2
- package/es/services/iotvideo/index.js +4 -4
- package/es/services/lcic/v20220817/lcic_client.js +13 -4
- package/es/services/monitor/index.js +2 -2
- package/es/services/mps/v20190612/mps_client.js +14 -5
- package/es/services/oceanus/v20190422/oceanus_client.js +20 -8
- package/es/services/organization/index.js +2 -2
- package/es/services/tem/index.js +2 -2
- package/es/services/teo/index.js +2 -2
- package/es/services/teo/v20220901/teo_client.js +11 -2
- package/es/services/thpc/index.js +4 -4
- package/es/services/tke/index.js +2 -2
- package/es/services/vod/v20180717/vod_client.js +3 -0
- package/es/services/wedata/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/alb/v20251030/alb_models.d.ts +14 -49
- package/tencentcloud/services/antiddos/index.d.ts +4 -4
- package/tencentcloud/services/antiddos/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -26
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +77 -21
- package/tencentcloud/services/cls/v20201016/cls_client.js +113 -29
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1251 -309
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +549 -119
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +7 -3
- package/tencentcloud/services/csip/v20221121/csip_client.js +9 -3
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +106 -82
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +73 -16
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +4 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +12 -17
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +196 -140
- package/tencentcloud/services/es/v20180416/es_client.js +288 -204
- package/tencentcloud/services/es/v20180416/es_models.d.ts +1673 -512
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -16
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +71 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +78 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +282 -120
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +27 -75
- package/tencentcloud/services/ga2/v20250115/ga2_client.d.ts +13 -1
- package/tencentcloud/services/ga2/v20250115/ga2_client.js +18 -0
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +207 -113
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +37 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +53 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +752 -111
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +19 -7
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +26 -8
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +221 -50
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
- package/tencentcloud/services/monitor/index.d.ts +4 -4
- package/tencentcloud/services/monitor/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +125 -146
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +19 -7
- package/tencentcloud/services/mps/v20190612/mps_client.js +27 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +330 -127
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +25 -9
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +36 -12
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +264 -64
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -8
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +34 -34
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +25 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +270 -46
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +90 -1
- package/tencentcloud/services/tke/v20220501/tke_client.js +90 -1
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +15 -15
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +84 -34
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { RestartLogstashInstanceRequest, DescribeInstanceOperationsRequest, DiagnoseInstanceResponse, CreateServerlessInstanceRequest, DescribeDiagnoseResponse, DescribeLogstashInstanceLogsResponse, CreateInstanceResponse, DescribeInstanceLogsRequest, RestoreClusterSnapshotResponse, ModifyAutoBackUpCommonInfoRequest, DeleteLogstashPipelinesResponse, DescribeSpaceKibanaToolsRequest, DescribeClusterSnapshotRequest, UpdateLogstashPipelineDescResponse, DescribeInstancesResponse, DescribeInstanceLogsResponse, UpdateServerlessSpaceRequest, DiagnoseInstanceRequest, RequestInstancesByGetResponse, UpdateDiagnoseSettingsRequest, DeleteServerlessInstanceResponse,
|
|
3
|
+
import { UpdateLogstashInstanceRequest, RestartLogstashInstanceRequest, DescribeInstanceOperationsRequest, DiagnoseInstanceResponse, CreateServerlessInstanceRequest, DescribeDiagnoseResponse, DescribeLogstashInstanceLogsResponse, CreateInstanceResponse, DescribeInstanceLogsRequest, RestoreClusterSnapshotResponse, ModifyAutoBackUpCommonInfoRequest, DeleteLogstashPipelinesResponse, DescribeSpaceKibanaToolsRequest, DescribeClusterSnapshotRequest, UpdateLogstashPipelineDescResponse, DescribeAutoScaleDiskInfoResponse, DescribeInstancesResponse, DescribeInstanceLogsResponse, UpdateServerlessSpaceRequest, DiagnoseInstanceRequest, RequestInstancesByGetResponse, UpdateDiagnoseSettingsRequest, DeleteServerlessInstanceResponse, DescribeInstanceOperationsResponse, DescribeLogstashViewsResponse, DescribeCosBackupStrategyViewsRequest, DescribeUpgradeRequest, DescribeRegionsResponse, UpdateRequestTargetNodeTypesResponse, UpgradeInstanceRequest, DeleteLogstashInstanceResponse, DescribeEventDataDetailResponse, CreateServerlessSpaceV2Response, DescribeUpgradeResponse, DeleteClusterSnapshotRequest, CheckMigrateIndexMetaDataResponse, DescribeDiagnoseRequest, GetRequestTargetNodeTypesResponse, QueryZoneResourceRequest, UpdateJdkRequest, UpdateIpTraceStatusRequest, CreateIndexResponse, DescribeServerlessSpaceUserResponse, CreateCollectorRequest, DescribeAutoBackUpStrategyRequest, DescribeIndexMetaResponse, DescribeLogstashViewsRequest, StartLogstashPipelinesRequest, DescribeServerlessMetricsRequest, GetDiagnoseSettingsResponse, ModifyAutoBackUpStrategyRequest, CreateServerlessSpaceV2Request, DeleteServerlessSpaceUserResponse, UpdateServerlessInstanceResponse, RequestInstancesByGetRequest, DescribeForceMergeTaskRequest, QueryIpTraceLogResponse, UpdateRequestTargetNodeTypesRequest, DescribeLogstashInstancesResponse, InstallInstanceModelRequest, CreateAutoBackUpStrategyRequest, DescribeRequestInstancePolicyResponse, DescribeEventInfoListResponse, DeleteInstanceResponse, RequestInstancesRequest, RestartKibanaResponse, DescribeRequestInstancePolicyRequest, DescribeLogstashInstanceOperationsResponse, CreateIndexRequest, UpdateIpTraceStatusResponse, UpdatePluginsRequest, StopLogstashPipelinesResponse, RestoreClusterSnapshotRequest, DescribeServerlessSpaceUserRequest, GetIpTraceStatusRequest, DescribeServerlessSpacesResponse, QueryZoneResourceForLogstashRequest, InquirePriceRenewInstanceRequest, UpdateInstanceResponse, CreateCollectorResponse, DeleteIndexRequest, DescribeViewsRequest, ModifyAutoBackUpStrategyResponse, DescribeIndexListResponse, StopLogstashPipelinesRequest, DescribeClusterDiskRangeRequest, UpgradeLicenseResponse, DescribeLogstashInstanceOperationsRequest, QueryIpTraceLogRequest, CreateLogstashInstanceResponse, DeleteServerlessInstanceRequest, SaveAndDeployLogstashPipelineRequest, DeleteAutoBackUpStrategyRequest, InquirePriceRenewInstanceResponse, CreateClusterSnapshotRequest, DeleteLogstashPipelinesRequest, RestartKibanaRequest, SaveAndDeployLogstashPipelineResponse, UpdateDiagnoseSettingsResponse, DescribeAutoBackUpStrategyResponse, UpdateDictionariesRequest, DescribeUserCosSnapshotListRequest, UpgradeLicenseRequest, DescribeIndexListRequest, DescribeEventDataDetailRequest, CreateInstanceRequest, CreateLogstashInstanceRequest, DescribeSnapshotViewsResponse, UpdateDictionariesResponse, DeleteIndexResponse, DeleteServerlessSpaceUserRequest, DescribeInstancesRequest, CheckMigrateIndexMetaDataRequest, DescribeLogstashPipelinesRequest, DescribeForceMergeTaskResponse, RequestInstancesResponse, GetRequestTargetNodeTypesRequest, ModifyEsVipSecurityGroupRequest, DescribeEventInfoListRequest, DescribeLogstashInstancesRequest, CreateCosMigrateToServerlessInstanceRequest, GetIpTraceStatusResponse, DeleteInstanceRequest, UpgradeInstanceResponse, DeleteAutoBackUpStrategyResponse, DescribeIndexMetaRequest, UpdateJdkResponse, QueryZoneResourceForLogstashResponse, DescribeUserCosSnapshotListResponse, UpdateLogstashInstanceResponse, UpdateIndexRequest, ExportIpTraceLogResponse, DescribeRegionsRequest, DescribeCosBackupStrategyViewsResponse, UpdatePluginsResponse, UpdateIndexResponse, DescribeClusterSnapshotResponse, CreateCosMigrateToServerlessInstanceResponse, RestartInstanceResponse, UpdateServerlessSpaceResponse, DescribeAutoScaleDiskInfoRequest, UpdateLogstashPipelineDescRequest, UpdateServerlessInstanceRequest, DescribeSpaceKibanaToolsResponse, ModifyEsVipSecurityGroupResponse, UpdateInstanceRequest, CreateAutoBackUpStrategyResponse, DescribeLogstashPipelinesResponse, CreateServerlessInstanceResponse, DescribeEsInstanceEventListsRequest, DescribeEsInstanceEventListsResponse, DeleteClusterSnapshotResponse, DescribeInstancePluginListResponse, DescribeLogstashInstanceLogsRequest, RestartNodesResponse, DescribeServerlessSpacesRequest, RestartInstanceRequest, DescribeSnapshotViewsRequest, DescribeServerlessMetricsResponse, ExportIpTraceLogRequest, DescribeServerlessInstancesRequest, InstallInstanceModelResponse, StartLogstashPipelinesResponse, GetDiagnoseSettingsRequest, DescribeClusterDiskRangeResponse, DescribeInstancePluginListRequest, QueryZoneResourceResponse, DescribeServerlessInstancesResponse, DeleteLogstashInstanceRequest, DescribeViewsResponse, CreateClusterSnapshotResponse, RestartLogstashInstanceResponse, RestartNodesRequest, ModifyAutoBackUpCommonInfoResponse } from "./es_models";
|
|
4
4
|
/**
|
|
5
5
|
* es client
|
|
6
6
|
* @class
|
|
@@ -12,65 +12,89 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
*/
|
|
13
13
|
DiagnoseInstance(req: DiagnoseInstanceRequest, cb?: (error: string, rep: DiagnoseInstanceResponse) => void): Promise<DiagnoseInstanceResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 用于创建Beats采集器
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
CreateCollector(req: CreateCollectorRequest, cb?: (error: string, rep: CreateCollectorResponse) => void): Promise<CreateCollectorResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 获取索引列表
|
|
20
|
+
*/
|
|
21
|
+
DescribeIndexList(req: DescribeIndexListRequest, cb?: (error: string, rep: DescribeIndexListResponse) => void): Promise<DescribeIndexListResponse>;
|
|
18
22
|
/**
|
|
19
23
|
* 快照备份恢复,从仓库中恢复快照到集群中
|
|
20
24
|
*/
|
|
21
25
|
RestoreClusterSnapshot(req: RestoreClusterSnapshotRequest, cb?: (error: string, rep: RestoreClusterSnapshotResponse) => void): Promise<RestoreClusterSnapshotResponse>;
|
|
22
26
|
/**
|
|
23
|
-
*
|
|
27
|
+
* 创建索引
|
|
24
28
|
*/
|
|
25
|
-
|
|
29
|
+
CreateIndex(req: CreateIndexRequest, cb?: (error: string, rep: CreateIndexResponse) => void): Promise<CreateIndexResponse>;
|
|
26
30
|
/**
|
|
27
|
-
*
|
|
31
|
+
* 获取指定region下指定zone列表的资源情况
|
|
28
32
|
*/
|
|
29
|
-
|
|
33
|
+
QueryZoneResource(req: QueryZoneResourceRequest, cb?: (error: string, rep: QueryZoneResourceResponse) => void): Promise<QueryZoneResourceResponse>;
|
|
30
34
|
/**
|
|
31
|
-
*
|
|
35
|
+
* 删除自动备份快照策略
|
|
32
36
|
*/
|
|
33
|
-
|
|
37
|
+
DeleteAutoBackUpStrategy(req: DeleteAutoBackUpStrategyRequest, cb?: (error: string, rep: DeleteAutoBackUpStrategyResponse) => void): Promise<DeleteAutoBackUpStrategyResponse>;
|
|
34
38
|
/**
|
|
35
|
-
*
|
|
39
|
+
* 检查cos迁移索引元数据
|
|
36
40
|
*/
|
|
37
|
-
|
|
41
|
+
CheckMigrateIndexMetaData(req: CheckMigrateIndexMetaDataRequest, cb?: (error: string, rep: CheckMigrateIndexMetaDataResponse) => void): Promise<CheckMigrateIndexMetaDataResponse>;
|
|
38
42
|
/**
|
|
39
|
-
*
|
|
43
|
+
* 请求集群实例
|
|
40
44
|
*/
|
|
41
|
-
|
|
45
|
+
RequestInstances(req?: RequestInstancesRequest, cb?: (error: string, rep: RequestInstancesResponse) => void): Promise<RequestInstancesResponse>;
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* 查询事件类型列表
|
|
44
48
|
*/
|
|
45
|
-
|
|
49
|
+
DescribeEventInfoList(req?: DescribeEventInfoListRequest, cb?: (error: string, rep: DescribeEventInfoListResponse) => void): Promise<DescribeEventInfoListResponse>;
|
|
46
50
|
/**
|
|
47
|
-
*
|
|
51
|
+
* 删除Serverless索引
|
|
48
52
|
*/
|
|
49
|
-
|
|
53
|
+
DeleteServerlessInstance(req: DeleteServerlessInstanceRequest, cb?: (error: string, rep: DeleteServerlessInstanceResponse) => void): Promise<DeleteServerlessInstanceResponse>;
|
|
50
54
|
/**
|
|
51
|
-
*
|
|
55
|
+
* 查询智能运维诊断结果报告
|
|
52
56
|
*/
|
|
53
|
-
|
|
57
|
+
DescribeDiagnose(req: DescribeDiagnoseRequest, cb?: (error: string, rep: DescribeDiagnoseResponse) => void): Promise<DescribeDiagnoseResponse>;
|
|
54
58
|
/**
|
|
55
|
-
*
|
|
59
|
+
* 新建自动备份快照策略
|
|
56
60
|
*/
|
|
57
|
-
|
|
61
|
+
CreateAutoBackUpStrategy(req: CreateAutoBackUpStrategyRequest, cb?: (error: string, rep: CreateAutoBackUpStrategyResponse) => void): Promise<CreateAutoBackUpStrategyResponse>;
|
|
58
62
|
/**
|
|
59
|
-
*
|
|
63
|
+
* 查询实例指定条件下的操作记录
|
|
60
64
|
*/
|
|
61
|
-
|
|
65
|
+
DescribeLogstashInstanceOperations(req: DescribeLogstashInstanceOperationsRequest, cb?: (error: string, rep: DescribeLogstashInstanceOperationsResponse) => void): Promise<DescribeLogstashInstanceOperationsResponse>;
|
|
62
66
|
/**
|
|
63
|
-
*
|
|
67
|
+
* 更新接收客户端请求的节点类型
|
|
64
68
|
*/
|
|
65
|
-
|
|
69
|
+
UpdateRequestTargetNodeTypes(req: UpdateRequestTargetNodeTypesRequest, cb?: (error: string, rep: UpdateRequestTargetNodeTypesResponse) => void): Promise<UpdateRequestTargetNodeTypesResponse>;
|
|
66
70
|
/**
|
|
67
|
-
*
|
|
71
|
+
* Serverless获取索引列表
|
|
68
72
|
*/
|
|
69
|
-
|
|
73
|
+
DescribeServerlessInstances(req: DescribeServerlessInstancesRequest, cb?: (error: string, rep: DescribeServerlessInstancesResponse) => void): Promise<DescribeServerlessInstancesResponse>;
|
|
70
74
|
/**
|
|
71
|
-
*
|
|
75
|
+
* 集群快照手动创建
|
|
72
76
|
*/
|
|
73
|
-
|
|
77
|
+
CreateClusterSnapshot(req: CreateClusterSnapshotRequest, cb?: (error: string, rep: CreateClusterSnapshotResponse) => void): Promise<CreateClusterSnapshotResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 查询Logstash集群视图
|
|
80
|
+
*/
|
|
81
|
+
DescribeLogstashViews(req: DescribeLogstashViewsRequest, cb?: (error: string, rep: DescribeLogstashViewsResponse) => void): Promise<DescribeLogstashViewsResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 用于更新管道描述信息
|
|
84
|
+
*/
|
|
85
|
+
UpdateLogstashPipelineDesc(req: UpdateLogstashPipelineDescRequest, cb?: (error: string, rep: UpdateLogstashPipelineDescResponse) => void): Promise<UpdateLogstashPipelineDescResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 查询实例插件列表
|
|
88
|
+
*/
|
|
89
|
+
DescribeInstancePluginList(req: DescribeInstancePluginListRequest, cb?: (error: string, rep: DescribeInstancePluginListResponse) => void): Promise<DescribeInstancePluginListResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* 用于批量停止Logstash管道
|
|
92
|
+
*/
|
|
93
|
+
StopLogstashPipelines(req: StopLogstashPipelinesRequest, cb?: (error: string, rep: StopLogstashPipelinesResponse) => void): Promise<StopLogstashPipelinesResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 变更插件列表
|
|
96
|
+
*/
|
|
97
|
+
UpdatePlugins(req: UpdatePluginsRequest, cb?: (error: string, rep: UpdatePluginsResponse) => void): Promise<UpdatePluginsResponse>;
|
|
74
98
|
/**
|
|
75
99
|
* 对集群进行节点规格变更,修改实例名称,修改配置,重置密码, 添加Kibana黑白名单等操作。参数中InstanceId为必传参数,ForceRestart为选填参数,剩余参数传递组合及含义如下:
|
|
76
100
|
- InstanceName:修改实例名称(仅用于标识实例)
|
|
@@ -83,233 +107,265 @@ export declare class Client extends AbstractClient {
|
|
|
83
107
|
*/
|
|
84
108
|
UpdateInstance(req: UpdateInstanceRequest, cb?: (error: string, rep: UpdateInstanceResponse) => void): Promise<UpdateInstanceResponse>;
|
|
85
109
|
/**
|
|
86
|
-
*
|
|
110
|
+
* 重启ES集群实例(用于系统版本更新等操作)
|
|
87
111
|
*/
|
|
88
|
-
|
|
112
|
+
RestartInstance(req: RestartInstanceRequest, cb?: (error: string, rep: RestartInstanceResponse) => void): Promise<RestartInstanceResponse>;
|
|
89
113
|
/**
|
|
90
|
-
*
|
|
114
|
+
* 获取Logstash指定region下指定zone列表的资源情况
|
|
91
115
|
*/
|
|
92
|
-
|
|
116
|
+
QueryZoneResourceForLogstash(req: QueryZoneResourceForLogstashRequest, cb?: (error: string, rep: QueryZoneResourceForLogstashResponse) => void): Promise<QueryZoneResourceForLogstashResponse>;
|
|
93
117
|
/**
|
|
94
|
-
*
|
|
118
|
+
* 更新ES集群词典
|
|
95
119
|
*/
|
|
96
|
-
|
|
120
|
+
UpdateDictionaries(req: UpdateDictionariesRequest, cb?: (error: string, rep: UpdateDictionariesResponse) => void): Promise<UpdateDictionariesResponse>;
|
|
97
121
|
/**
|
|
98
|
-
*
|
|
122
|
+
* 查询事件中心列表
|
|
99
123
|
*/
|
|
100
|
-
|
|
124
|
+
DescribeEsInstanceEventLists(req: DescribeEsInstanceEventListsRequest, cb?: (error: string, rep: DescribeEsInstanceEventListsResponse) => void): Promise<DescribeEsInstanceEventListsResponse>;
|
|
101
125
|
/**
|
|
102
|
-
*
|
|
126
|
+
* 查询实例指定条件下的操作记录
|
|
103
127
|
*/
|
|
104
|
-
|
|
128
|
+
DescribeInstanceOperations(req: DescribeInstanceOperationsRequest, cb?: (error: string, rep: DescribeInstanceOperationsResponse) => void): Promise<DescribeInstanceOperationsResponse>;
|
|
105
129
|
/**
|
|
106
|
-
*
|
|
130
|
+
* 用于获取Logstash实例管道列表
|
|
107
131
|
*/
|
|
108
|
-
|
|
132
|
+
DescribeLogstashPipelines(req: DescribeLogstashPipelinesRequest, cb?: (error: string, rep: DescribeLogstashPipelinesResponse) => void): Promise<DescribeLogstashPipelinesResponse>;
|
|
109
133
|
/**
|
|
110
|
-
*
|
|
134
|
+
* 创建指定规格的ES集群实例
|
|
111
135
|
*/
|
|
112
|
-
|
|
136
|
+
CreateInstance(req: CreateInstanceRequest, cb?: (error: string, rep: CreateInstanceResponse) => void): Promise<CreateInstanceResponse>;
|
|
113
137
|
/**
|
|
114
|
-
*
|
|
115
|
-
- InstanceName:修改实例名称(仅用于标识实例)
|
|
116
|
-
- NodeNum: 修改实例节点数量(节点横向扩缩容,纵向扩缩容等)
|
|
117
|
-
- YMLConfig: 修改实例YML配置
|
|
118
|
-
- BindedES:修改绑定的ES集群配置
|
|
119
|
-
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
138
|
+
* 更新智能运维配置
|
|
120
139
|
*/
|
|
121
|
-
|
|
140
|
+
UpdateDiagnoseSettings(req: UpdateDiagnoseSettingsRequest, cb?: (error: string, rep: UpdateDiagnoseSettingsResponse) => void): Promise<UpdateDiagnoseSettingsResponse>;
|
|
122
141
|
/**
|
|
123
|
-
*
|
|
142
|
+
* 查询ES支持的地域列表
|
|
124
143
|
*/
|
|
125
|
-
|
|
144
|
+
DescribeRegions(req?: DescribeRegionsRequest, cb?: (error: string, rep: DescribeRegionsResponse) => void): Promise<DescribeRegionsResponse>;
|
|
126
145
|
/**
|
|
127
|
-
*
|
|
146
|
+
* 更新Serverless索引空间
|
|
128
147
|
*/
|
|
129
|
-
|
|
148
|
+
UpdateServerlessSpace(req: UpdateServerlessSpaceRequest, cb?: (error: string, rep: UpdateServerlessSpaceResponse) => void): Promise<UpdateServerlessSpaceResponse>;
|
|
130
149
|
/**
|
|
131
|
-
*
|
|
150
|
+
* 查询新增的forcemerge任务列表
|
|
132
151
|
*/
|
|
133
|
-
|
|
152
|
+
DescribeForceMergeTask(req: DescribeForceMergeTaskRequest, cb?: (error: string, rep: DescribeForceMergeTaskResponse) => void): Promise<DescribeForceMergeTaskResponse>;
|
|
134
153
|
/**
|
|
135
|
-
*
|
|
154
|
+
* 删除索引
|
|
136
155
|
*/
|
|
137
|
-
|
|
156
|
+
DeleteIndex(req: DeleteIndexRequest, cb?: (error: string, rep: DeleteIndexResponse) => void): Promise<DeleteIndexResponse>;
|
|
138
157
|
/**
|
|
139
|
-
*
|
|
158
|
+
* 查询用户该地域下符合条件的Logstash实例的日志
|
|
140
159
|
*/
|
|
141
|
-
|
|
160
|
+
DescribeLogstashInstanceLogs(req: DescribeLogstashInstanceLogsRequest, cb?: (error: string, rep: DescribeLogstashInstanceLogsResponse) => void): Promise<DescribeLogstashInstanceLogsResponse>;
|
|
142
161
|
/**
|
|
143
|
-
*
|
|
162
|
+
* 查看Serverless空间子用户
|
|
144
163
|
*/
|
|
145
|
-
|
|
164
|
+
DescribeServerlessSpaceUser(req: DescribeServerlessSpaceUserRequest, cb?: (error: string, rep: DescribeServerlessSpaceUserResponse) => void): Promise<DescribeServerlessSpaceUserResponse>;
|
|
146
165
|
/**
|
|
147
|
-
*
|
|
166
|
+
* 查询IP溯源日志原始数据
|
|
148
167
|
*/
|
|
149
|
-
|
|
168
|
+
ExportIpTraceLog(req: ExportIpTraceLogRequest, cb?: (error: string, rep: ExportIpTraceLogResponse) => void): Promise<ExportIpTraceLogResponse>;
|
|
150
169
|
/**
|
|
151
|
-
*
|
|
170
|
+
* 升级ES商业特性
|
|
152
171
|
*/
|
|
153
|
-
|
|
172
|
+
UpgradeLicense(req: UpgradeLicenseRequest, cb?: (error: string, rep: UpgradeLicenseResponse) => void): Promise<UpgradeLicenseResponse>;
|
|
154
173
|
/**
|
|
155
|
-
*
|
|
174
|
+
* 集群可访问API展示
|
|
156
175
|
*/
|
|
157
|
-
|
|
176
|
+
DescribeRequestInstancePolicy(req: DescribeRequestInstancePolicyRequest, cb?: (error: string, rep: DescribeRequestInstancePolicyResponse) => void): Promise<DescribeRequestInstancePolicyResponse>;
|
|
158
177
|
/**
|
|
159
|
-
*
|
|
178
|
+
* 集群续费询价接口,续费前通过调用该接口,可获取集群续费的价格。
|
|
160
179
|
*/
|
|
161
|
-
|
|
180
|
+
InquirePriceRenewInstance(req: InquirePriceRenewInstanceRequest, cb?: (error: string, rep: InquirePriceRenewInstanceResponse) => void): Promise<InquirePriceRenewInstanceResponse>;
|
|
162
181
|
/**
|
|
163
|
-
*
|
|
182
|
+
* 获取接收客户端请求的节点类型
|
|
164
183
|
*/
|
|
165
|
-
|
|
184
|
+
GetRequestTargetNodeTypes(req: GetRequestTargetNodeTypesRequest, cb?: (error: string, rep: GetRequestTargetNodeTypesResponse) => void): Promise<GetRequestTargetNodeTypesResponse>;
|
|
166
185
|
/**
|
|
167
|
-
*
|
|
186
|
+
* 获取Serverless索引空间列表
|
|
168
187
|
*/
|
|
169
|
-
|
|
188
|
+
DescribeServerlessSpaces(req: DescribeServerlessSpacesRequest, cb?: (error: string, rep: DescribeServerlessSpacesResponse) => void): Promise<DescribeServerlessSpacesResponse>;
|
|
170
189
|
/**
|
|
171
|
-
*
|
|
190
|
+
* ES集群安装模型接口
|
|
172
191
|
*/
|
|
173
|
-
|
|
192
|
+
InstallInstanceModel(req: InstallInstanceModelRequest, cb?: (error: string, rep: InstallInstanceModelResponse) => void): Promise<InstallInstanceModelResponse>;
|
|
174
193
|
/**
|
|
175
|
-
*
|
|
176
|
-
获取一段时间时间范围内的指标数据
|
|
194
|
+
* 查询快照信息接口
|
|
177
195
|
*/
|
|
178
|
-
|
|
196
|
+
DescribeUserCosSnapshotList(req: DescribeUserCosSnapshotListRequest, cb?: (error: string, rep: DescribeUserCosSnapshotListResponse) => void): Promise<DescribeUserCosSnapshotListResponse>;
|
|
179
197
|
/**
|
|
180
|
-
*
|
|
198
|
+
* 获取实例可升级列表,包括可升级的大版本、商业特性
|
|
181
199
|
*/
|
|
182
|
-
|
|
200
|
+
DescribeUpgrade(req: DescribeUpgradeRequest, cb?: (error: string, rep: DescribeUpgradeResponse) => void): Promise<DescribeUpgradeResponse>;
|
|
183
201
|
/**
|
|
184
|
-
*
|
|
202
|
+
* 销毁集群实例
|
|
185
203
|
*/
|
|
186
|
-
|
|
204
|
+
DeleteInstance(req: DeleteInstanceRequest, cb?: (error: string, rep: DeleteInstanceResponse) => void): Promise<DeleteInstanceResponse>;
|
|
187
205
|
/**
|
|
188
|
-
*
|
|
206
|
+
* 查看智能运维配置
|
|
189
207
|
*/
|
|
190
|
-
|
|
208
|
+
GetDiagnoseSettings(req: GetDiagnoseSettingsRequest, cb?: (error: string, rep: GetDiagnoseSettingsResponse) => void): Promise<GetDiagnoseSettingsResponse>;
|
|
191
209
|
/**
|
|
192
|
-
*
|
|
210
|
+
* 获取集群快照列表概览
|
|
193
211
|
*/
|
|
194
|
-
|
|
212
|
+
DescribeSnapshotViews(req: DescribeSnapshotViewsRequest, cb?: (error: string, rep: DescribeSnapshotViewsResponse) => void): Promise<DescribeSnapshotViewsResponse>;
|
|
213
|
+
/**
|
|
214
|
+
* 用于重启集群节点
|
|
215
|
+
*/
|
|
216
|
+
RestartNodes(req: RestartNodesRequest, cb?: (error: string, rep: RestartNodesResponse) => void): Promise<RestartNodesResponse>;
|
|
195
217
|
/**
|
|
196
218
|
* 创建Serverless索引空间
|
|
197
219
|
*/
|
|
198
220
|
CreateServerlessSpaceV2(req: CreateServerlessSpaceV2Request, cb?: (error: string, rep: CreateServerlessSpaceV2Response) => void): Promise<CreateServerlessSpaceV2Response>;
|
|
199
221
|
/**
|
|
200
|
-
*
|
|
222
|
+
* 查询IP溯源状态
|
|
201
223
|
*/
|
|
202
|
-
|
|
224
|
+
GetIpTraceStatus(req: GetIpTraceStatusRequest, cb?: (error: string, rep: GetIpTraceStatusResponse) => void): Promise<GetIpTraceStatusResponse>;
|
|
203
225
|
/**
|
|
204
|
-
*
|
|
226
|
+
* 获取自动备份快照策略信息
|
|
205
227
|
*/
|
|
206
|
-
|
|
228
|
+
DescribeAutoBackUpStrategy(req: DescribeAutoBackUpStrategyRequest, cb?: (error: string, rep: DescribeAutoBackUpStrategyResponse) => void): Promise<DescribeAutoBackUpStrategyResponse>;
|
|
207
229
|
/**
|
|
208
|
-
*
|
|
230
|
+
* 创建Serverless索引
|
|
209
231
|
*/
|
|
210
|
-
|
|
232
|
+
CreateServerlessInstance(req: CreateServerlessInstanceRequest, cb?: (error: string, rep: CreateServerlessInstanceResponse) => void): Promise<CreateServerlessInstanceResponse>;
|
|
211
233
|
/**
|
|
212
|
-
*
|
|
234
|
+
* 查询用户该地域下符合条件的所有Logstash实例
|
|
213
235
|
*/
|
|
214
|
-
|
|
236
|
+
DescribeLogstashInstances(req: DescribeLogstashInstancesRequest, cb?: (error: string, rep: DescribeLogstashInstancesResponse) => void): Promise<DescribeLogstashInstancesResponse>;
|
|
237
|
+
/**
|
|
238
|
+
* 修改绑定VIP的安全组,传安全组id列表
|
|
239
|
+
*/
|
|
240
|
+
ModifyEsVipSecurityGroup(req: ModifyEsVipSecurityGroupRequest, cb?: (error: string, rep: ModifyEsVipSecurityGroupResponse) => void): Promise<ModifyEsVipSecurityGroupResponse>;
|
|
215
241
|
/**
|
|
216
242
|
* GET请求集群实例
|
|
217
243
|
*/
|
|
218
|
-
RequestInstancesByGet(req
|
|
244
|
+
RequestInstancesByGet(req: RequestInstancesByGetRequest, cb?: (error: string, rep: RequestInstancesByGetResponse) => void): Promise<RequestInstancesByGetResponse>;
|
|
219
245
|
/**
|
|
220
|
-
*
|
|
246
|
+
* 更新索引
|
|
221
247
|
*/
|
|
222
|
-
|
|
248
|
+
UpdateIndex(req: UpdateIndexRequest, cb?: (error: string, rep: UpdateIndexResponse) => void): Promise<UpdateIndexResponse>;
|
|
249
|
+
/**
|
|
250
|
+
* 查询用户该地域下符合条件的所有实例
|
|
251
|
+
*/
|
|
252
|
+
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
253
|
+
/**
|
|
254
|
+
* 用于启动Logstash管道
|
|
255
|
+
*/
|
|
256
|
+
StartLogstashPipelines(req: StartLogstashPipelinesRequest, cb?: (error: string, rep: StartLogstashPipelinesResponse) => void): Promise<StartLogstashPipelinesResponse>;
|
|
257
|
+
/**
|
|
258
|
+
* 用于重启Logstash实例
|
|
259
|
+
*/
|
|
260
|
+
RestartLogstashInstance(req: RestartLogstashInstanceRequest, cb?: (error: string, rep: RestartLogstashInstanceResponse) => void): Promise<RestartLogstashInstanceResponse>;
|
|
223
261
|
/**
|
|
224
262
|
* 删除Serverless空间子用户
|
|
225
263
|
*/
|
|
226
264
|
DeleteServerlessSpaceUser(req: DeleteServerlessSpaceUserRequest, cb?: (error: string, rep: DeleteServerlessSpaceUserResponse) => void): Promise<DeleteServerlessSpaceUserResponse>;
|
|
227
265
|
/**
|
|
228
|
-
*
|
|
266
|
+
* 更新ES集群IP溯源状态
|
|
229
267
|
*/
|
|
230
|
-
|
|
268
|
+
UpdateIpTraceStatus(req: UpdateIpTraceStatusRequest, cb?: (error: string, rep: UpdateIpTraceStatusResponse) => void): Promise<UpdateIpTraceStatusResponse>;
|
|
231
269
|
/**
|
|
232
|
-
*
|
|
270
|
+
* 修改自动备份快照策略公共信息
|
|
233
271
|
*/
|
|
234
|
-
|
|
272
|
+
ModifyAutoBackUpCommonInfo(req?: ModifyAutoBackUpCommonInfoRequest, cb?: (error: string, rep: ModifyAutoBackUpCommonInfoResponse) => void): Promise<ModifyAutoBackUpCommonInfoResponse>;
|
|
235
273
|
/**
|
|
236
|
-
*
|
|
274
|
+
* 用于删除Logstash实例
|
|
237
275
|
*/
|
|
238
|
-
|
|
276
|
+
DeleteLogstashInstance(req: DeleteLogstashInstanceRequest, cb?: (error: string, rep: DeleteLogstashInstanceResponse) => void): Promise<DeleteLogstashInstanceResponse>;
|
|
239
277
|
/**
|
|
240
|
-
*
|
|
278
|
+
* 获取serverless实例对应指标,获取space维度时不需要传入indexid,获取index时不需要传入spaceid
|
|
279
|
+
获取一段时间时间范围内的指标数据
|
|
241
280
|
*/
|
|
242
|
-
|
|
281
|
+
DescribeServerlessMetrics(req: DescribeServerlessMetricsRequest, cb?: (error: string, rep: DescribeServerlessMetricsResponse) => void): Promise<DescribeServerlessMetricsResponse>;
|
|
243
282
|
/**
|
|
244
|
-
*
|
|
283
|
+
* 修改自动备份快照策略
|
|
245
284
|
*/
|
|
246
|
-
|
|
285
|
+
ModifyAutoBackUpStrategy(req: ModifyAutoBackUpStrategyRequest, cb?: (error: string, rep: ModifyAutoBackUpStrategyResponse) => void): Promise<ModifyAutoBackUpStrategyResponse>;
|
|
247
286
|
/**
|
|
248
|
-
*
|
|
287
|
+
* cos迁移流程
|
|
249
288
|
*/
|
|
250
|
-
|
|
289
|
+
CreateCosMigrateToServerlessInstance(req: CreateCosMigrateToServerlessInstanceRequest, cb?: (error: string, rep: CreateCosMigrateToServerlessInstanceResponse) => void): Promise<CreateCosMigrateToServerlessInstanceResponse>;
|
|
251
290
|
/**
|
|
252
|
-
*
|
|
291
|
+
* 更新实例Jdk配置
|
|
253
292
|
*/
|
|
254
|
-
|
|
293
|
+
UpdateJdk(req: UpdateJdkRequest, cb?: (error: string, rep: UpdateJdkResponse) => void): Promise<UpdateJdkResponse>;
|
|
255
294
|
/**
|
|
256
|
-
*
|
|
295
|
+
* 查询IP溯源日志
|
|
257
296
|
*/
|
|
258
|
-
|
|
297
|
+
QueryIpTraceLog(req: QueryIpTraceLogRequest, cb?: (error: string, rep: QueryIpTraceLogResponse) => void): Promise<QueryIpTraceLogResponse>;
|
|
259
298
|
/**
|
|
260
|
-
*
|
|
299
|
+
* 获取快照备份列表
|
|
261
300
|
*/
|
|
262
|
-
|
|
301
|
+
DescribeClusterSnapshot(req: DescribeClusterSnapshotRequest, cb?: (error: string, rep: DescribeClusterSnapshotResponse) => void): Promise<DescribeClusterSnapshotResponse>;
|
|
263
302
|
/**
|
|
264
|
-
*
|
|
303
|
+
* 用于创建Logstash实例
|
|
265
304
|
*/
|
|
266
|
-
|
|
305
|
+
CreateLogstashInstance(req: CreateLogstashInstanceRequest, cb?: (error: string, rep: CreateLogstashInstanceResponse) => void): Promise<CreateLogstashInstanceResponse>;
|
|
306
|
+
/**
|
|
307
|
+
* 查询用户该地域下符合条件的ES集群的日志
|
|
308
|
+
*/
|
|
309
|
+
DescribeInstanceLogs(req: DescribeInstanceLogsRequest, cb?: (error: string, rep: DescribeInstanceLogsResponse) => void): Promise<DescribeInstanceLogsResponse>;
|
|
310
|
+
/**
|
|
311
|
+
* 重启Kibana
|
|
312
|
+
*/
|
|
313
|
+
RestartKibana(req: RestartKibanaRequest, cb?: (error: string, rep: RestartKibanaResponse) => void): Promise<RestartKibanaResponse>;
|
|
267
314
|
/**
|
|
268
315
|
* 用于下发并且部署管道
|
|
269
316
|
*/
|
|
270
317
|
SaveAndDeployLogstashPipeline(req: SaveAndDeployLogstashPipelineRequest, cb?: (error: string, rep: SaveAndDeployLogstashPipelineResponse) => void): Promise<SaveAndDeployLogstashPipelineResponse>;
|
|
271
318
|
/**
|
|
272
|
-
*
|
|
319
|
+
* 获取自动扩盘参数
|
|
273
320
|
*/
|
|
274
|
-
|
|
321
|
+
DescribeAutoScaleDiskInfo(req: DescribeAutoScaleDiskInfoRequest, cb?: (error: string, rep: DescribeAutoScaleDiskInfoResponse) => void): Promise<DescribeAutoScaleDiskInfoResponse>;
|
|
275
322
|
/**
|
|
276
|
-
*
|
|
323
|
+
* 对集群进行节点规格变更,修改实例名称,修改配置,等操作。参数中InstanceId为必传参数,参数传递组合及含义如下:
|
|
324
|
+
- InstanceName:修改实例名称(仅用于标识实例)
|
|
325
|
+
- NodeNum: 修改实例节点数量(节点横向扩缩容,纵向扩缩容等)
|
|
326
|
+
- YMLConfig: 修改实例YML配置
|
|
327
|
+
- BindedES:修改绑定的ES集群配置
|
|
328
|
+
以上参数组合只能传递一种,多传或少传均会导致请求失败
|
|
277
329
|
*/
|
|
278
|
-
|
|
330
|
+
UpdateLogstashInstance(req: UpdateLogstashInstanceRequest, cb?: (error: string, rep: UpdateLogstashInstanceResponse) => void): Promise<UpdateLogstashInstanceResponse>;
|
|
279
331
|
/**
|
|
280
|
-
*
|
|
332
|
+
* space维度的kibana获取登录token
|
|
281
333
|
*/
|
|
282
|
-
|
|
334
|
+
DescribeSpaceKibanaTools(req: DescribeSpaceKibanaToolsRequest, cb?: (error: string, rep: DescribeSpaceKibanaToolsResponse) => void): Promise<DescribeSpaceKibanaToolsResponse>;
|
|
283
335
|
/**
|
|
284
|
-
*
|
|
336
|
+
* 查询集群各视图数据,包括集群维度、节点维度、Kibana维度
|
|
285
337
|
*/
|
|
286
|
-
|
|
338
|
+
DescribeViews(req: DescribeViewsRequest, cb?: (error: string, rep: DescribeViewsResponse) => void): Promise<DescribeViewsResponse>;
|
|
287
339
|
/**
|
|
288
|
-
*
|
|
340
|
+
* 更新Serverless索引
|
|
289
341
|
*/
|
|
290
|
-
|
|
342
|
+
UpdateServerlessInstance(req: UpdateServerlessInstanceRequest, cb?: (error: string, rep: UpdateServerlessInstanceResponse) => void): Promise<UpdateServerlessInstanceResponse>;
|
|
291
343
|
/**
|
|
292
|
-
*
|
|
344
|
+
* 用于批量删除Logstash管道
|
|
293
345
|
*/
|
|
294
|
-
|
|
346
|
+
DeleteLogstashPipelines(req: DeleteLogstashPipelinesRequest, cb?: (error: string, rep: DeleteLogstashPipelinesResponse) => void): Promise<DeleteLogstashPipelinesResponse>;
|
|
295
347
|
/**
|
|
296
|
-
*
|
|
348
|
+
* 查询事件详情
|
|
297
349
|
*/
|
|
298
|
-
|
|
350
|
+
DescribeEventDataDetail(req: DescribeEventDataDetailRequest, cb?: (error: string, rep: DescribeEventDataDetailResponse) => void): Promise<DescribeEventDataDetailResponse>;
|
|
299
351
|
/**
|
|
300
|
-
*
|
|
352
|
+
* 获取集群节点磁盘大小上下限
|
|
301
353
|
*/
|
|
302
|
-
|
|
354
|
+
DescribeClusterDiskRange(req: DescribeClusterDiskRangeRequest, cb?: (error: string, rep: DescribeClusterDiskRangeResponse) => void): Promise<DescribeClusterDiskRangeResponse>;
|
|
303
355
|
/**
|
|
304
|
-
*
|
|
356
|
+
* 升级ES集群版本
|
|
305
357
|
*/
|
|
306
|
-
|
|
358
|
+
UpgradeInstance(req: UpgradeInstanceRequest, cb?: (error: string, rep: UpgradeInstanceResponse) => void): Promise<UpgradeInstanceResponse>;
|
|
307
359
|
/**
|
|
308
|
-
*
|
|
360
|
+
* 删除快照仓库里备份的快照
|
|
309
361
|
*/
|
|
310
|
-
|
|
362
|
+
DeleteClusterSnapshot(req: DeleteClusterSnapshotRequest, cb?: (error: string, rep: DeleteClusterSnapshotResponse) => void): Promise<DeleteClusterSnapshotResponse>;
|
|
311
363
|
/**
|
|
312
|
-
*
|
|
364
|
+
* 获取集群自动备份策略概览
|
|
313
365
|
*/
|
|
314
|
-
|
|
366
|
+
DescribeCosBackupStrategyViews(req: DescribeCosBackupStrategyViewsRequest, cb?: (error: string, rep: DescribeCosBackupStrategyViewsResponse) => void): Promise<DescribeCosBackupStrategyViewsResponse>;
|
|
367
|
+
/**
|
|
368
|
+
* 获取索引元数据
|
|
369
|
+
*/
|
|
370
|
+
DescribeIndexMeta(req: DescribeIndexMetaRequest, cb?: (error: string, rep: DescribeIndexMetaResponse) => void): Promise<DescribeIndexMetaResponse>;
|
|
315
371
|
}
|