tencentcloud-sdk-nodejs 4.0.770 → 4.0.772
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/CHANGELOG.md +192 -0
- package/SERVICE_CHANGELOG.md +151 -9
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdc/v20201214/cdc_client.ts +3 -2
- package/src/services/cdc/v20201214/cdc_models.ts +65 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +7 -3
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -15
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +11 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -15
- package/src/services/hai/v20230812/hai_models.ts +33 -3
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/organization/index.ts +2 -2
- package/src/services/tcss/v20201101/tcss_client.ts +77 -25
- package/src/services/tcss/v20201101/tcss_models.ts +663 -91
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +64 -19
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +7 -3
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -15
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -15
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +33 -3
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +23 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +33 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +653 -93
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/test/tcss.v20201101.test.js +46 -6
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { v20220401 } from "./v20220401"
|
|
2
1
|
import { v20211109 } from "./v20211109"
|
|
2
|
+
import { v20220401 } from "./v20220401"
|
|
3
3
|
import { v20230321 } from "./v20230321"
|
|
4
4
|
|
|
5
5
|
export const thpc = {
|
|
6
|
-
v20220401: v20220401,
|
|
7
6
|
v20211109: v20211109,
|
|
7
|
+
v20220401: v20220401,
|
|
8
8
|
v20230321: v20230321,
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.772";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const ams: {
|
|
2
|
-
v20201229: {
|
|
3
|
-
Client: typeof import("./v20201229/ams_client").Client;
|
|
4
|
-
Models: typeof import("./v20201229/ams_models");
|
|
5
|
-
};
|
|
6
2
|
v20200608: {
|
|
7
3
|
Client: typeof import("./v20200608/ams_client").Client;
|
|
8
4
|
Models: typeof import("./v20200608/ams_models");
|
|
9
5
|
};
|
|
6
|
+
v20201229: {
|
|
7
|
+
Client: typeof import("./v20201229/ams_client").Client;
|
|
8
|
+
Models: typeof import("./v20201229/ams_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ams = void 0;
|
|
4
|
-
const v20201229_1 = require("./v20201229");
|
|
5
4
|
const v20200608_1 = require("./v20200608");
|
|
5
|
+
const v20201229_1 = require("./v20201229");
|
|
6
6
|
exports.ams = {
|
|
7
|
-
v20201229: v20201229_1.v20201229,
|
|
8
7
|
v20200608: v20200608_1.v20200608,
|
|
8
|
+
v20201229: v20201229_1.v20201229,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const btoe: {
|
|
2
|
-
v20210514: {
|
|
3
|
-
Client: typeof import("./v20210514/btoe_client").Client;
|
|
4
|
-
Models: typeof import("./v20210514/btoe_models");
|
|
5
|
-
};
|
|
6
2
|
v20210303: {
|
|
7
3
|
Client: typeof import("./v20210303/btoe_client").Client;
|
|
8
4
|
Models: typeof import("./v20210303/btoe_models");
|
|
9
5
|
};
|
|
6
|
+
v20210514: {
|
|
7
|
+
Client: typeof import("./v20210514/btoe_client").Client;
|
|
8
|
+
Models: typeof import("./v20210514/btoe_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.btoe = void 0;
|
|
4
|
-
const v20210514_1 = require("./v20210514");
|
|
5
4
|
const v20210303_1 = require("./v20210303");
|
|
5
|
+
const v20210514_1 = require("./v20210514");
|
|
6
6
|
exports.btoe = {
|
|
7
|
-
v20210514: v20210514_1.v20210514,
|
|
8
7
|
v20210303: v20210303_1.v20210303,
|
|
8
|
+
v20210514: v20210514_1.v20210514,
|
|
9
9
|
};
|
|
@@ -52,7 +52,7 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
DescribeDedicatedClusters(req: DescribeDedicatedClustersRequest, cb?: (error: string, rep: DescribeDedicatedClustersResponse) => void): Promise<DescribeDedicatedClustersResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 查询专用集群宿主机信息
|
|
56
56
|
*/
|
|
57
57
|
DescribeDedicatedClusterHosts(req: DescribeDedicatedClusterHostsRequest, cb?: (error: string, rep: DescribeDedicatedClusterHostsResponse) => void): Promise<DescribeDedicatedClusterHostsResponse>;
|
|
58
58
|
/**
|
|
@@ -64,7 +64,7 @@ export declare class Client extends AbstractClient {
|
|
|
64
64
|
*/
|
|
65
65
|
CreateDedicatedClusterOrder(req: CreateDedicatedClusterOrderRequest, cb?: (error: string, rep: CreateDedicatedClusterOrderResponse) => void): Promise<CreateDedicatedClusterOrderResponse>;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 查询专用集群概览信息
|
|
68
68
|
*/
|
|
69
69
|
DescribeDedicatedClusterOverview(req: DescribeDedicatedClusterOverviewRequest, cb?: (error: string, rep: DescribeDedicatedClusterOverviewResponse) => void): Promise<DescribeDedicatedClusterOverviewResponse>;
|
|
70
70
|
/**
|
|
@@ -94,7 +94,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
return this.request("DescribeDedicatedClusters", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 查询专用集群宿主机信息
|
|
98
98
|
*/
|
|
99
99
|
async DescribeDedicatedClusterHosts(req, cb) {
|
|
100
100
|
return this.request("DescribeDedicatedClusterHosts", req, cb);
|
|
@@ -112,7 +112,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
112
112
|
return this.request("CreateDedicatedClusterOrder", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* 查询专用集群概览信息
|
|
116
116
|
*/
|
|
117
117
|
async DescribeDedicatedClusterOverview(req, cb) {
|
|
118
118
|
return this.request("DescribeDedicatedClusterOverview", req, cb);
|
|
@@ -133,44 +133,44 @@ export interface DedicatedClusterType {
|
|
|
133
133
|
/**
|
|
134
134
|
* 配置id
|
|
135
135
|
*/
|
|
136
|
-
DedicatedClusterTypeId
|
|
136
|
+
DedicatedClusterTypeId?: string;
|
|
137
137
|
/**
|
|
138
138
|
* 配置描述,对应描述
|
|
139
139
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
140
140
|
*/
|
|
141
|
-
Description
|
|
141
|
+
Description?: string;
|
|
142
142
|
/**
|
|
143
143
|
* 配置名称,对应计算资源类型
|
|
144
144
|
*/
|
|
145
|
-
Name
|
|
145
|
+
Name?: string;
|
|
146
146
|
/**
|
|
147
147
|
* 创建配置的时间
|
|
148
148
|
*/
|
|
149
|
-
CreateTime
|
|
149
|
+
CreateTime?: string;
|
|
150
150
|
/**
|
|
151
151
|
* 支持的存储类型列表
|
|
152
152
|
*/
|
|
153
|
-
SupportedStorageType
|
|
153
|
+
SupportedStorageType?: Array<string>;
|
|
154
154
|
/**
|
|
155
155
|
* 支持的上连交换机的链路传输速率
|
|
156
156
|
*/
|
|
157
|
-
SupportedUplinkGiB
|
|
157
|
+
SupportedUplinkGiB?: Array<number | bigint>;
|
|
158
158
|
/**
|
|
159
159
|
* 支持的实例族列表
|
|
160
160
|
*/
|
|
161
|
-
SupportedInstanceFamily
|
|
161
|
+
SupportedInstanceFamily?: Array<string>;
|
|
162
162
|
/**
|
|
163
163
|
* 地板承重要求(KG)
|
|
164
164
|
*/
|
|
165
|
-
Weight
|
|
165
|
+
Weight?: number;
|
|
166
166
|
/**
|
|
167
167
|
* 功率要求(KW)
|
|
168
168
|
*/
|
|
169
|
-
PowerDrawKva
|
|
169
|
+
PowerDrawKva?: number;
|
|
170
170
|
/**
|
|
171
|
-
*
|
|
171
|
+
* 显示计算资源规格详情,存储等资源不显示
|
|
172
172
|
*/
|
|
173
|
-
ComputeFormatDesc
|
|
173
|
+
ComputeFormatDesc?: string;
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* DeleteSites请求参数结构体
|
|
@@ -222,31 +222,46 @@ export interface DescribeDedicatedClusterOverviewResponse {
|
|
|
222
222
|
/**
|
|
223
223
|
* 云服务器数量
|
|
224
224
|
*/
|
|
225
|
-
CvmCount
|
|
225
|
+
CvmCount?: number;
|
|
226
226
|
/**
|
|
227
227
|
* 宿主机数量
|
|
228
228
|
*/
|
|
229
|
-
HostCount
|
|
229
|
+
HostCount?: number;
|
|
230
230
|
/**
|
|
231
231
|
* vpn通道状态
|
|
232
232
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
233
233
|
*/
|
|
234
|
-
VpnConnectionState
|
|
234
|
+
VpnConnectionState?: string;
|
|
235
235
|
/**
|
|
236
236
|
* vpn网关监控数据
|
|
237
237
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
238
|
*/
|
|
239
|
-
VpngwBandwidthData
|
|
239
|
+
VpngwBandwidthData?: VpngwBandwidthData;
|
|
240
240
|
/**
|
|
241
241
|
* 本地网关信息
|
|
242
242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
243
243
|
*/
|
|
244
|
-
LocalNetInfo
|
|
244
|
+
LocalNetInfo?: LocalNetInfo;
|
|
245
245
|
/**
|
|
246
246
|
* vpn网关通道监控数据
|
|
247
247
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
248
248
|
*/
|
|
249
|
-
VpnConnectionBandwidthData
|
|
249
|
+
VpnConnectionBandwidthData?: Array<VpngwBandwidthData>;
|
|
250
|
+
/**
|
|
251
|
+
* 宿主机资源概览信息
|
|
252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
253
|
+
*/
|
|
254
|
+
HostDetailInfo?: Array<HostDetailInfo>;
|
|
255
|
+
/**
|
|
256
|
+
* 热备宿主机数量
|
|
257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
|
+
*/
|
|
259
|
+
HostStandbyCount?: number;
|
|
260
|
+
/**
|
|
261
|
+
* 普通宿主机数量
|
|
262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
263
|
+
*/
|
|
264
|
+
HostNormalCount?: number;
|
|
250
265
|
/**
|
|
251
266
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
252
267
|
*/
|
|
@@ -1047,6 +1062,36 @@ export interface HostStatistic {
|
|
|
1047
1062
|
*/
|
|
1048
1063
|
NetPacketDetailData?: DetailData;
|
|
1049
1064
|
}
|
|
1065
|
+
/**
|
|
1066
|
+
* 宿主机资源的概览详细信息。
|
|
1067
|
+
*/
|
|
1068
|
+
export interface HostDetailInfo {
|
|
1069
|
+
/**
|
|
1070
|
+
* 类型族
|
|
1071
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1072
|
+
*/
|
|
1073
|
+
HostTypeFamily?: string;
|
|
1074
|
+
/**
|
|
1075
|
+
* 总CPU
|
|
1076
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1077
|
+
*/
|
|
1078
|
+
CpuTotal?: number;
|
|
1079
|
+
/**
|
|
1080
|
+
* 可用CPU
|
|
1081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
+
*/
|
|
1083
|
+
CpuAvailable?: number;
|
|
1084
|
+
/**
|
|
1085
|
+
* 总内存
|
|
1086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1087
|
+
*/
|
|
1088
|
+
MemTotal?: number;
|
|
1089
|
+
/**
|
|
1090
|
+
* 可用内存
|
|
1091
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1092
|
+
*/
|
|
1093
|
+
MemAvailable?: number;
|
|
1094
|
+
}
|
|
1050
1095
|
/**
|
|
1051
1096
|
* 购买的cbs信息
|
|
1052
1097
|
*/
|
|
@@ -1098,11 +1143,11 @@ export interface DescribeDedicatedClusterHostsResponse {
|
|
|
1098
1143
|
* 宿主机信息
|
|
1099
1144
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1100
1145
|
*/
|
|
1101
|
-
HostInfoSet
|
|
1146
|
+
HostInfoSet?: Array<HostInfo>;
|
|
1102
1147
|
/**
|
|
1103
1148
|
* 宿主机总数
|
|
1104
1149
|
*/
|
|
1105
|
-
TotalCount
|
|
1150
|
+
TotalCount?: number;
|
|
1106
1151
|
/**
|
|
1107
1152
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1108
1153
|
*/
|
|
@@ -241,16 +241,16 @@ export interface DescribeSpecResponse {
|
|
|
241
241
|
/**
|
|
242
242
|
* zookeeper节点规格描述
|
|
243
243
|
*/
|
|
244
|
-
CommonSpec
|
|
244
|
+
CommonSpec?: Array<ResourceSpec>;
|
|
245
245
|
/**
|
|
246
246
|
* 数据节点规格描述
|
|
247
247
|
*/
|
|
248
|
-
DataSpec
|
|
248
|
+
DataSpec?: Array<ResourceSpec>;
|
|
249
249
|
/**
|
|
250
250
|
* 云盘列表
|
|
251
251
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
252
252
|
*/
|
|
253
|
-
AttachCBSSpec
|
|
253
|
+
AttachCBSSpec?: Array<DiskSpec>;
|
|
254
254
|
/**
|
|
255
255
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
256
256
|
*/
|
|
@@ -272,6 +272,10 @@ export interface DescribeSpecRequest {
|
|
|
272
272
|
* 是否弹性ck
|
|
273
273
|
*/
|
|
274
274
|
IsElastic?: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* 是否是购买页面需要的spec
|
|
277
|
+
*/
|
|
278
|
+
CaseType?: number;
|
|
275
279
|
}
|
|
276
280
|
/**
|
|
277
281
|
* DestroyInstance请求参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const chdfs: {
|
|
2
|
-
v20201112: {
|
|
3
|
-
Client: typeof import("./v20201112/chdfs_client").Client;
|
|
4
|
-
Models: typeof import("./v20201112/chdfs_models");
|
|
5
|
-
};
|
|
6
2
|
v20190718: {
|
|
7
3
|
Client: typeof import("./v20190718/chdfs_client").Client;
|
|
8
4
|
Models: typeof import("./v20190718/chdfs_models");
|
|
9
5
|
};
|
|
6
|
+
v20201112: {
|
|
7
|
+
Client: typeof import("./v20201112/chdfs_client").Client;
|
|
8
|
+
Models: typeof import("./v20201112/chdfs_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chdfs = void 0;
|
|
4
|
-
const v20201112_1 = require("./v20201112");
|
|
5
4
|
const v20190718_1 = require("./v20190718");
|
|
5
|
+
const v20201112_1 = require("./v20201112");
|
|
6
6
|
exports.chdfs = {
|
|
7
|
-
v20201112: v20201112_1.v20201112,
|
|
8
7
|
v20190718: v20190718_1.v20190718,
|
|
8
|
+
v20201112: v20201112_1.v20201112,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const cii: {
|
|
2
|
-
v20210408: {
|
|
3
|
-
Client: typeof import("./v20210408/cii_client").Client;
|
|
4
|
-
Models: typeof import("./v20210408/cii_models");
|
|
5
|
-
};
|
|
6
2
|
v20201210: {
|
|
7
3
|
Client: typeof import("./v20201210/cii_client").Client;
|
|
8
4
|
Models: typeof import("./v20201210/cii_models");
|
|
9
5
|
};
|
|
6
|
+
v20210408: {
|
|
7
|
+
Client: typeof import("./v20210408/cii_client").Client;
|
|
8
|
+
Models: typeof import("./v20210408/cii_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.cii = void 0;
|
|
4
|
-
const v20210408_1 = require("./v20210408");
|
|
5
4
|
const v20201210_1 = require("./v20201210");
|
|
5
|
+
const v20210408_1 = require("./v20210408");
|
|
6
6
|
exports.cii = {
|
|
7
|
-
v20210408: v20210408_1.v20210408,
|
|
8
7
|
v20201210: v20201210_1.v20201210,
|
|
8
|
+
v20210408: v20210408_1.v20210408,
|
|
9
9
|
};
|
|
@@ -1283,7 +1283,7 @@ export declare class Client extends AbstractClient {
|
|
|
1283
1283
|
*/
|
|
1284
1284
|
DescribeLogHistogram(req: DescribeLogHistogramRequest, cb?: (error: string, rep: DescribeLogHistogramResponse) => void): Promise<DescribeLogHistogramResponse>;
|
|
1285
1285
|
/**
|
|
1286
|
-
*
|
|
1286
|
+
* 查询主机相关核心文件监控规则列表
|
|
1287
1287
|
*/
|
|
1288
1288
|
DescribeMachineFileTamperRules(req: DescribeMachineFileTamperRulesRequest, cb?: (error: string, rep: DescribeMachineFileTamperRulesResponse) => void): Promise<DescribeMachineFileTamperRulesResponse>;
|
|
1289
1289
|
/**
|
|
@@ -1939,7 +1939,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1939
1939
|
return this.request("DescribeLogHistogram", req, cb);
|
|
1940
1940
|
}
|
|
1941
1941
|
/**
|
|
1942
|
-
*
|
|
1942
|
+
* 查询主机相关核心文件监控规则列表
|
|
1943
1943
|
*/
|
|
1944
1944
|
async DescribeMachineFileTamperRules(req, cb) {
|
|
1945
1945
|
return this.request("DescribeMachineFileTamperRules", req, cb);
|
|
@@ -3475,11 +3475,11 @@ export interface DescribeMachineFileTamperRulesResponse {
|
|
|
3475
3475
|
/**
|
|
3476
3476
|
* 总数
|
|
3477
3477
|
*/
|
|
3478
|
-
TotalCount
|
|
3478
|
+
TotalCount?: number;
|
|
3479
3479
|
/**
|
|
3480
3480
|
* 查询主机相关核心文件监控规则详情
|
|
3481
3481
|
*/
|
|
3482
|
-
List
|
|
3482
|
+
List?: Array<MachineFileTamperRule>;
|
|
3483
3483
|
/**
|
|
3484
3484
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3485
3485
|
*/
|
|
@@ -12457,7 +12457,7 @@ export interface DescribeLicenseListRequest {
|
|
|
12457
12457
|
*/
|
|
12458
12458
|
export interface CreateMalwareWhiteListRequest {
|
|
12459
12459
|
/**
|
|
12460
|
-
* 白名单模式;
|
|
12460
|
+
* 白名单模式; 0 MD5白名单,1自定义
|
|
12461
12461
|
*/
|
|
12462
12462
|
Mode: number;
|
|
12463
12463
|
/**
|
|
@@ -14464,7 +14464,9 @@ export interface DescribeBaselineRuleIgnoreListResponse {
|
|
|
14464
14464
|
*/
|
|
14465
14465
|
export interface ExportJavaMemShellsRequest {
|
|
14466
14466
|
/**
|
|
14467
|
-
* 过滤条件:
|
|
14467
|
+
* 过滤条件:InstanceID、IP、
|
|
14468
|
+
|
|
14469
|
+
MachineName主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段
|
|
14468
14470
|
*/
|
|
14469
14471
|
Filters?: Array<Filter>;
|
|
14470
14472
|
/**
|
|
@@ -22362,16 +22364,16 @@ export interface DescribeAssetMachineListRequest {
|
|
|
22362
22364
|
<li>IP 内网IP或公网IP</li>
|
|
22363
22365
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
22364
22366
|
<li>CpuLoad - Int - 是否必填:否 -
|
|
22365
|
-
|
|
22366
|
-
|
|
22367
|
+
0: 未知 1: 低负载
|
|
22368
|
+
2: 中负载 3: 高负载</li>
|
|
22367
22369
|
<li>DiskLoad - Int - 是否必填:否 -
|
|
22368
|
-
|
|
22369
|
-
|
|
22370
|
-
|
|
22370
|
+
0: 0%或未知 1: 0%~20%
|
|
22371
|
+
2: 20%~50% 3: 50%~80%
|
|
22372
|
+
4: 80%~100%</li>
|
|
22371
22373
|
<li>MemLoad - Int - 是否必填:否 -
|
|
22372
|
-
|
|
22373
|
-
|
|
22374
|
-
|
|
22374
|
+
0: 0%或未知 1: 0%~20%
|
|
22375
|
+
2: 20%~50% 3: 50%~80%
|
|
22376
|
+
4: 80%~100%</li>
|
|
22375
22377
|
<li>Quuid:主机Quuid</li>
|
|
22376
22378
|
<li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )</li>
|
|
22377
22379
|
*/
|
|
@@ -26675,7 +26677,7 @@ export interface DescribePublicProxyInstallCommandRequest {
|
|
|
26675
26677
|
*/
|
|
26676
26678
|
export interface ExportJavaMemShellsResponse {
|
|
26677
26679
|
/**
|
|
26678
|
-
* 任务ID,需要到接口“异步导出任务”
|
|
26680
|
+
* 任务ID,需要到接口“异步导出任务”https://cloud.tencent.com/document/product/296/52508 获取DownloadUrl下载地址
|
|
26679
26681
|
*/
|
|
26680
26682
|
TaskId?: string;
|
|
26681
26683
|
/**
|
|
@@ -29229,8 +29231,8 @@ export interface DescribeAssetUserListRequest {
|
|
|
29229
29231
|
*/
|
|
29230
29232
|
Order?: string;
|
|
29231
29233
|
/**
|
|
29232
|
-
* 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime]
|
|
29233
|
-
|
|
29234
|
+
* 可选排序:[FirstTime|LoginTime|PasswordChangeTime|PasswordDuaTime|PasswordLockDays]
|
|
29235
|
+
|
|
29234
29236
|
*/
|
|
29235
29237
|
By?: string;
|
|
29236
29238
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20191016: {
|
|
3
|
-
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20191016/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20210527: {
|
|
7
3
|
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20191016: {
|
|
7
|
+
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20191016_1 = require("./v20191016");
|
|
5
4
|
const v20210527_1 = require("./v20210527");
|
|
5
|
+
const v20191016_1 = require("./v20191016");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20191016: v20191016_1.v20191016,
|
|
8
7
|
v20210527: v20210527_1.v20210527,
|
|
8
|
+
v20191016: v20191016_1.v20191016,
|
|
9
9
|
};
|
|
@@ -896,7 +896,12 @@ export interface DescribeIntegrationRolesRequest {
|
|
|
896
896
|
*/
|
|
897
897
|
Filters?: Array<Filter>;
|
|
898
898
|
/**
|
|
899
|
-
*
|
|
899
|
+
* OFFSET 用于指定查询结果的偏移量,如果不传默认偏移为0,最大2000。
|
|
900
|
+
分页参数, 需要limit, offset 配合使用
|
|
901
|
+
例如:
|
|
902
|
+
您希望得到第三页的数据, 且每页限制最多10条
|
|
903
|
+
你可以使用 LIMIT 10 OFFSET 20
|
|
904
|
+
|
|
900
905
|
*/
|
|
901
906
|
Offset?: number;
|
|
902
907
|
}
|
|
@@ -6281,7 +6286,11 @@ export interface DescribeExtendedServiceAuthInfosRequest {
|
|
|
6281
6286
|
*/
|
|
6282
6287
|
export interface DescribeIntegrationRolesResponse {
|
|
6283
6288
|
/**
|
|
6284
|
-
*
|
|
6289
|
+
* OFFSET 用于指定查询结果的偏移量,如果不传默认偏移为0, 最大为2000
|
|
6290
|
+
分页参数, 需要limit, offset 配合使用
|
|
6291
|
+
例如:
|
|
6292
|
+
您希望得到第三页的数据, 且每页限制最多10条
|
|
6293
|
+
你可以使用 LIMIT 10 OFFSET 20
|
|
6285
6294
|
*/
|
|
6286
6295
|
Offset?: number;
|
|
6287
6296
|
/**
|
|
@@ -858,7 +858,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
858
858
|
|
|
859
859
|
<ul>
|
|
860
860
|
<li>合同: 老合同不做任何处理, 新发起的合同需要用新的企业名字作为签署方, 否则无法签署</li>
|
|
861
|
-
<li>印章:
|
|
861
|
+
<li>印章: 会删除所有的印章所有的机构公章,合同专用章,财务专用章和人事专用章, 然后用新企业名称生成新的机构公章,合同专用章,财务专用章和人事专用章, 而法人章不会处理</li>
|
|
862
862
|
<li>证书: 企业证书会重新请求CA机构用新企业名称生成新的证书</li>
|
|
863
863
|
</ul>
|
|
864
864
|
|
|
@@ -994,7 +994,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
994
994
|
|
|
995
995
|
<ul>
|
|
996
996
|
<li>合同: 老合同不做任何处理, 新发起的合同需要用新的企业名字作为签署方, 否则无法签署</li>
|
|
997
|
-
<li>印章:
|
|
997
|
+
<li>印章: 会删除所有的印章所有的机构公章,合同专用章,财务专用章和人事专用章, 然后用新企业名称生成新的机构公章,合同专用章,财务专用章和人事专用章, 而法人章不会处理</li>
|
|
998
998
|
<li>证书: 企业证书会重新请求CA机构用新企业名称生成新的证书</li>
|
|
999
999
|
</ul>
|
|
1000
1000
|
|