@alicloud/sas20181203 9.1.2 → 9.2.0
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/dist/client.d.ts +226 -94
- package/dist/client.js +707 -94
- package/dist/client.js.map +1 -1
- package/dist/models/AddUnknownThreatDetectProcessRequest.d.ts +48 -0
- package/dist/models/AddUnknownThreatDetectProcessRequest.js +96 -0
- package/dist/models/AddUnknownThreatDetectProcessRequest.js.map +1 -0
- package/dist/models/AddUnknownThreatDetectProcessResponse.d.ts +19 -0
- package/dist/models/AddUnknownThreatDetectProcessResponse.js +69 -0
- package/dist/models/AddUnknownThreatDetectProcessResponse.js.map +1 -0
- package/dist/models/AddUnknownThreatDetectProcessResponseBody.d.ts +39 -0
- package/dist/models/AddUnknownThreatDetectProcessResponseBody.js +82 -0
- package/dist/models/AddUnknownThreatDetectProcessResponseBody.js.map +1 -0
- package/dist/models/CreateUnknownThreatDetectStrategyRequest.d.ts +38 -0
- package/dist/models/CreateUnknownThreatDetectStrategyRequest.js +66 -0
- package/dist/models/CreateUnknownThreatDetectStrategyRequest.js.map +1 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponse.d.ts +19 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponse.js +69 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponse.js.map +1 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.d.ts +26 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.js +60 -0
- package/dist/models/CreateUnknownThreatDetectStrategyResponseBody.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectProcessRequest.d.ts +14 -0
- package/dist/models/DeleteUnknownThreatDetectProcessRequest.js +61 -0
- package/dist/models/DeleteUnknownThreatDetectProcessRequest.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponse.d.ts +19 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponse.js +69 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponse.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.d.ts +21 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.js +58 -0
- package/dist/models/DeleteUnknownThreatDetectProcessResponseBody.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyRequest.d.ts +18 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyRequest.js +61 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyRequest.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponse.d.ts +19 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponse.js +69 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponse.js.map +1 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.d.ts +21 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.js +58 -0
- package/dist/models/DeleteUnknownThreatDetectStrategyResponseBody.js.map +1 -0
- package/dist/models/DescribeVulExportInfoRequest.d.ts +5 -0
- package/dist/models/DescribeVulExportInfoRequest.js +2 -0
- package/dist/models/DescribeVulExportInfoRequest.js.map +1 -1
- package/dist/models/ExportVulRequest.d.ts +5 -0
- package/dist/models/ExportVulRequest.js +2 -0
- package/dist/models/ExportVulRequest.js.map +1 -1
- package/dist/models/GetUnknownThreatDetectStatisticRequest.d.ts +13 -0
- package/dist/models/GetUnknownThreatDetectStatisticRequest.js +54 -0
- package/dist/models/GetUnknownThreatDetectStatisticRequest.js.map +1 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponse.d.ts +19 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponse.js +69 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponse.js.map +1 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponseBody.d.ts +59 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponseBody.js +90 -0
- package/dist/models/GetUnknownThreatDetectStatisticResponseBody.js.map +1 -0
- package/dist/models/HandleObjectScanEventRequest.d.ts +35 -0
- package/dist/models/HandleObjectScanEventRequest.js +99 -0
- package/dist/models/HandleObjectScanEventRequest.js.map +1 -0
- package/dist/models/HandleObjectScanEventResponse.d.ts +19 -0
- package/dist/models/HandleObjectScanEventResponse.js +69 -0
- package/dist/models/HandleObjectScanEventResponse.js.map +1 -0
- package/dist/models/HandleObjectScanEventResponseBody.d.ts +18 -0
- package/dist/models/HandleObjectScanEventResponseBody.js +58 -0
- package/dist/models/HandleObjectScanEventResponseBody.js.map +1 -0
- package/dist/models/HandleUnknownThreatDetectEventRequest.d.ts +19 -0
- package/dist/models/HandleUnknownThreatDetectEventRequest.js +63 -0
- package/dist/models/HandleUnknownThreatDetectEventRequest.js.map +1 -0
- package/dist/models/HandleUnknownThreatDetectEventResponse.d.ts +19 -0
- package/dist/models/HandleUnknownThreatDetectEventResponse.js +69 -0
- package/dist/models/HandleUnknownThreatDetectEventResponse.js.map +1 -0
- package/dist/models/HandleUnknownThreatDetectEventResponseBody.d.ts +21 -0
- package/dist/models/HandleUnknownThreatDetectEventResponseBody.js +58 -0
- package/dist/models/HandleUnknownThreatDetectEventResponseBody.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectEventRequest.d.ts +53 -0
- package/dist/models/ListUnknownThreatDetectEventRequest.js +72 -0
- package/dist/models/ListUnknownThreatDetectEventRequest.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectEventResponse.d.ts +19 -0
- package/dist/models/ListUnknownThreatDetectEventResponse.js +69 -0
- package/dist/models/ListUnknownThreatDetectEventResponse.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectEventResponseBody.d.ts +162 -0
- package/dist/models/ListUnknownThreatDetectEventResponseBody.js +148 -0
- package/dist/models/ListUnknownThreatDetectEventResponseBody.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectMachineRequest.d.ts +53 -0
- package/dist/models/ListUnknownThreatDetectMachineRequest.js +72 -0
- package/dist/models/ListUnknownThreatDetectMachineRequest.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectMachineResponse.d.ts +19 -0
- package/dist/models/ListUnknownThreatDetectMachineResponse.js +69 -0
- package/dist/models/ListUnknownThreatDetectMachineResponse.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectMachineResponseBody.d.ts +107 -0
- package/dist/models/ListUnknownThreatDetectMachineResponseBody.js +126 -0
- package/dist/models/ListUnknownThreatDetectMachineResponseBody.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectProcessRequest.d.ts +68 -0
- package/dist/models/ListUnknownThreatDetectProcessRequest.js +78 -0
- package/dist/models/ListUnknownThreatDetectProcessRequest.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectProcessResponse.d.ts +19 -0
- package/dist/models/ListUnknownThreatDetectProcessResponse.js +69 -0
- package/dist/models/ListUnknownThreatDetectProcessResponse.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectProcessResponseBody.d.ts +102 -0
- package/dist/models/ListUnknownThreatDetectProcessResponseBody.js +124 -0
- package/dist/models/ListUnknownThreatDetectProcessResponseBody.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectStrategyRequest.d.ts +44 -0
- package/dist/models/ListUnknownThreatDetectStrategyRequest.js +66 -0
- package/dist/models/ListUnknownThreatDetectStrategyRequest.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponse.d.ts +19 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponse.js +69 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponse.js.map +1 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponseBody.d.ts +102 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponseBody.js +124 -0
- package/dist/models/ListUnknownThreatDetectStrategyResponseBody.js.map +1 -0
- package/dist/models/OperateUnknownThreatDetectMachineRequest.d.ts +24 -0
- package/dist/models/OperateUnknownThreatDetectMachineRequest.js +65 -0
- package/dist/models/OperateUnknownThreatDetectMachineRequest.js.map +1 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponse.d.ts +19 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponse.js +69 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponse.js.map +1 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponseBody.d.ts +21 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponseBody.js +58 -0
- package/dist/models/OperateUnknownThreatDetectMachineResponseBody.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectProcessRequest.d.ts +23 -0
- package/dist/models/UpdateUnknownThreatDetectProcessRequest.js +60 -0
- package/dist/models/UpdateUnknownThreatDetectProcessRequest.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponse.d.ts +19 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponse.js +69 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponse.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.d.ts +18 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.js +58 -0
- package/dist/models/UpdateUnknownThreatDetectProcessResponseBody.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyRequest.d.ts +41 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyRequest.js +66 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyRequest.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponse.d.ts +19 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponse.js +69 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponse.js.map +1 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.d.ts +21 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.js +58 -0
- package/dist/models/UpdateUnknownThreatDetectStrategyResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +54 -0
- package/dist/models/model.js +186 -77
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +798 -94
- package/src/models/AddUnknownThreatDetectProcessRequest.ts +90 -0
- package/src/models/AddUnknownThreatDetectProcessResponse.ts +40 -0
- package/src/models/AddUnknownThreatDetectProcessResponseBody.ts +67 -0
- package/src/models/CreateUnknownThreatDetectStrategyRequest.ts +59 -0
- package/src/models/CreateUnknownThreatDetectStrategyResponse.ts +40 -0
- package/src/models/CreateUnknownThreatDetectStrategyResponseBody.ts +41 -0
- package/src/models/DeleteUnknownThreatDetectProcessRequest.ts +30 -0
- package/src/models/DeleteUnknownThreatDetectProcessResponse.ts +40 -0
- package/src/models/DeleteUnknownThreatDetectProcessResponseBody.ts +34 -0
- package/src/models/DeleteUnknownThreatDetectStrategyRequest.ts +34 -0
- package/src/models/DeleteUnknownThreatDetectStrategyResponse.ts +40 -0
- package/src/models/DeleteUnknownThreatDetectStrategyResponseBody.ts +34 -0
- package/src/models/DescribeVulExportInfoRequest.ts +7 -0
- package/src/models/ExportVulRequest.ts +7 -0
- package/src/models/GetUnknownThreatDetectStatisticRequest.ts +24 -0
- package/src/models/GetUnknownThreatDetectStatisticResponse.ts +40 -0
- package/src/models/GetUnknownThreatDetectStatisticResponseBody.ts +95 -0
- package/src/models/HandleObjectScanEventRequest.ts +80 -0
- package/src/models/HandleObjectScanEventResponse.ts +40 -0
- package/src/models/HandleObjectScanEventResponseBody.ts +31 -0
- package/src/models/HandleUnknownThreatDetectEventRequest.ts +37 -0
- package/src/models/HandleUnknownThreatDetectEventResponse.ts +40 -0
- package/src/models/HandleUnknownThreatDetectEventResponseBody.ts +34 -0
- package/src/models/ListUnknownThreatDetectEventRequest.ts +80 -0
- package/src/models/ListUnknownThreatDetectEventResponse.ts +40 -0
- package/src/models/ListUnknownThreatDetectEventResponseBody.ts +247 -0
- package/src/models/ListUnknownThreatDetectMachineRequest.ts +80 -0
- package/src/models/ListUnknownThreatDetectMachineResponse.ts +40 -0
- package/src/models/ListUnknownThreatDetectMachineResponseBody.ts +170 -0
- package/src/models/ListUnknownThreatDetectProcessRequest.ts +101 -0
- package/src/models/ListUnknownThreatDetectProcessResponse.ts +40 -0
- package/src/models/ListUnknownThreatDetectProcessResponseBody.ts +163 -0
- package/src/models/ListUnknownThreatDetectStrategyRequest.ts +65 -0
- package/src/models/ListUnknownThreatDetectStrategyResponse.ts +40 -0
- package/src/models/ListUnknownThreatDetectStrategyResponseBody.ts +163 -0
- package/src/models/OperateUnknownThreatDetectMachineRequest.ts +44 -0
- package/src/models/OperateUnknownThreatDetectMachineResponse.ts +40 -0
- package/src/models/OperateUnknownThreatDetectMachineResponseBody.ts +34 -0
- package/src/models/UpdateUnknownThreatDetectProcessRequest.ts +38 -0
- package/src/models/UpdateUnknownThreatDetectProcessResponse.ts +40 -0
- package/src/models/UpdateUnknownThreatDetectProcessResponseBody.ts +31 -0
- package/src/models/UpdateUnknownThreatDetectStrategyRequest.ts +62 -0
- package/src/models/UpdateUnknownThreatDetectStrategyResponse.ts +40 -0
- package/src/models/UpdateUnknownThreatDetectStrategyResponseBody.ts +34 -0
- package/src/models/model.ts +54 -0
package/dist/client.js
CHANGED
|
@@ -1217,6 +1217,51 @@ class Client extends openapi_core_1.default {
|
|
|
1217
1217
|
let runtime = new $dara.RuntimeOptions({});
|
|
1218
1218
|
return await this.addUninstallClientsByUuidsWithOptions(request, runtime);
|
|
1219
1219
|
}
|
|
1220
|
+
/**
|
|
1221
|
+
* 新增未知威胁分析进程
|
|
1222
|
+
*
|
|
1223
|
+
* @param request - AddUnknownThreatDetectProcessRequest
|
|
1224
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1225
|
+
* @returns AddUnknownThreatDetectProcessResponse
|
|
1226
|
+
*/
|
|
1227
|
+
async addUnknownThreatDetectProcessWithOptions(request, runtime) {
|
|
1228
|
+
request.validate();
|
|
1229
|
+
let query = {};
|
|
1230
|
+
if (!$dara.isNull(request.eventIdList)) {
|
|
1231
|
+
query["EventIdList"] = request.eventIdList;
|
|
1232
|
+
}
|
|
1233
|
+
if (!$dara.isNull(request.processList)) {
|
|
1234
|
+
query["ProcessList"] = request.processList;
|
|
1235
|
+
}
|
|
1236
|
+
if (!$dara.isNull(request.uuidList)) {
|
|
1237
|
+
query["UuidList"] = request.uuidList;
|
|
1238
|
+
}
|
|
1239
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1240
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1241
|
+
});
|
|
1242
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1243
|
+
action: "AddUnknownThreatDetectProcess",
|
|
1244
|
+
version: "2018-12-03",
|
|
1245
|
+
protocol: "HTTPS",
|
|
1246
|
+
pathname: "/",
|
|
1247
|
+
method: "POST",
|
|
1248
|
+
authType: "AK",
|
|
1249
|
+
style: "RPC",
|
|
1250
|
+
reqBodyType: "formData",
|
|
1251
|
+
bodyType: "json",
|
|
1252
|
+
});
|
|
1253
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUnknownThreatDetectProcessResponse({}));
|
|
1254
|
+
}
|
|
1255
|
+
/**
|
|
1256
|
+
* 新增未知威胁分析进程
|
|
1257
|
+
*
|
|
1258
|
+
* @param request - AddUnknownThreatDetectProcessRequest
|
|
1259
|
+
* @returns AddUnknownThreatDetectProcessResponse
|
|
1260
|
+
*/
|
|
1261
|
+
async addUnknownThreatDetectProcess(request) {
|
|
1262
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1263
|
+
return await this.addUnknownThreatDetectProcessWithOptions(request, runtime);
|
|
1264
|
+
}
|
|
1220
1265
|
/**
|
|
1221
1266
|
* Creates a honeypot.
|
|
1222
1267
|
*
|
|
@@ -1921,7 +1966,6 @@ class Client extends openapi_core_1.default {
|
|
|
1921
1966
|
/**
|
|
1922
1967
|
* Checks a Security Token Service (STS) token and returns the ID of the Alibaba Cloud account.
|
|
1923
1968
|
*
|
|
1924
|
-
* @param request - CheckStsTokenAuthRequest
|
|
1925
1969
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
1926
1970
|
* @returns CheckStsTokenAuthResponse
|
|
1927
1971
|
*/
|
|
@@ -4974,6 +5018,57 @@ class Client extends openapi_core_1.default {
|
|
|
4974
5018
|
let runtime = new $dara.RuntimeOptions({});
|
|
4975
5019
|
return await this.createUniRestorePlanWithOptions(request, runtime);
|
|
4976
5020
|
}
|
|
5021
|
+
/**
|
|
5022
|
+
* 创建未知威胁发现的策略
|
|
5023
|
+
*
|
|
5024
|
+
* @param request - CreateUnknownThreatDetectStrategyRequest
|
|
5025
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5026
|
+
* @returns CreateUnknownThreatDetectStrategyResponse
|
|
5027
|
+
*/
|
|
5028
|
+
async createUnknownThreatDetectStrategyWithOptions(request, runtime) {
|
|
5029
|
+
request.validate();
|
|
5030
|
+
let query = {};
|
|
5031
|
+
if (!$dara.isNull(request.assetSelectionType)) {
|
|
5032
|
+
query["AssetSelectionType"] = request.assetSelectionType;
|
|
5033
|
+
}
|
|
5034
|
+
if (!$dara.isNull(request.durationDaysAfterInit)) {
|
|
5035
|
+
query["DurationDaysAfterInit"] = request.durationDaysAfterInit;
|
|
5036
|
+
}
|
|
5037
|
+
if (!$dara.isNull(request.durationDaysAfterStop)) {
|
|
5038
|
+
query["DurationDaysAfterStop"] = request.durationDaysAfterStop;
|
|
5039
|
+
}
|
|
5040
|
+
if (!$dara.isNull(request.name)) {
|
|
5041
|
+
query["Name"] = request.name;
|
|
5042
|
+
}
|
|
5043
|
+
if (!$dara.isNull(request.studyMode)) {
|
|
5044
|
+
query["StudyMode"] = request.studyMode;
|
|
5045
|
+
}
|
|
5046
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
5047
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
5048
|
+
});
|
|
5049
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
5050
|
+
action: "CreateUnknownThreatDetectStrategy",
|
|
5051
|
+
version: "2018-12-03",
|
|
5052
|
+
protocol: "HTTPS",
|
|
5053
|
+
pathname: "/",
|
|
5054
|
+
method: "POST",
|
|
5055
|
+
authType: "AK",
|
|
5056
|
+
style: "RPC",
|
|
5057
|
+
reqBodyType: "formData",
|
|
5058
|
+
bodyType: "json",
|
|
5059
|
+
});
|
|
5060
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateUnknownThreatDetectStrategyResponse({}));
|
|
5061
|
+
}
|
|
5062
|
+
/**
|
|
5063
|
+
* 创建未知威胁发现的策略
|
|
5064
|
+
*
|
|
5065
|
+
* @param request - CreateUnknownThreatDetectStrategyRequest
|
|
5066
|
+
* @returns CreateUnknownThreatDetectStrategyResponse
|
|
5067
|
+
*/
|
|
5068
|
+
async createUnknownThreatDetectStrategy(request) {
|
|
5069
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
5070
|
+
return await this.createUnknownThreatDetectStrategyWithOptions(request, runtime);
|
|
5071
|
+
}
|
|
4977
5072
|
/**
|
|
4978
5073
|
* Creates the risk level settings for baseline check items.
|
|
4979
5074
|
*
|
|
@@ -7325,6 +7420,84 @@ class Client extends openapi_core_1.default {
|
|
|
7325
7420
|
let runtime = new $dara.RuntimeOptions({});
|
|
7326
7421
|
return await this.deleteUniBackupPolicyWithOptions(request, runtime);
|
|
7327
7422
|
}
|
|
7423
|
+
/**
|
|
7424
|
+
* 删除未知威胁发现进程
|
|
7425
|
+
*
|
|
7426
|
+
* @param request - DeleteUnknownThreatDetectProcessRequest
|
|
7427
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7428
|
+
* @returns DeleteUnknownThreatDetectProcessResponse
|
|
7429
|
+
*/
|
|
7430
|
+
async deleteUnknownThreatDetectProcessWithOptions(request, runtime) {
|
|
7431
|
+
request.validate();
|
|
7432
|
+
let query = {};
|
|
7433
|
+
if (!$dara.isNull(request.processIdList)) {
|
|
7434
|
+
query["ProcessIdList"] = request.processIdList;
|
|
7435
|
+
}
|
|
7436
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7437
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7438
|
+
});
|
|
7439
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7440
|
+
action: "DeleteUnknownThreatDetectProcess",
|
|
7441
|
+
version: "2018-12-03",
|
|
7442
|
+
protocol: "HTTPS",
|
|
7443
|
+
pathname: "/",
|
|
7444
|
+
method: "POST",
|
|
7445
|
+
authType: "AK",
|
|
7446
|
+
style: "RPC",
|
|
7447
|
+
reqBodyType: "formData",
|
|
7448
|
+
bodyType: "json",
|
|
7449
|
+
});
|
|
7450
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteUnknownThreatDetectProcessResponse({}));
|
|
7451
|
+
}
|
|
7452
|
+
/**
|
|
7453
|
+
* 删除未知威胁发现进程
|
|
7454
|
+
*
|
|
7455
|
+
* @param request - DeleteUnknownThreatDetectProcessRequest
|
|
7456
|
+
* @returns DeleteUnknownThreatDetectProcessResponse
|
|
7457
|
+
*/
|
|
7458
|
+
async deleteUnknownThreatDetectProcess(request) {
|
|
7459
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7460
|
+
return await this.deleteUnknownThreatDetectProcessWithOptions(request, runtime);
|
|
7461
|
+
}
|
|
7462
|
+
/**
|
|
7463
|
+
* 删除未知威胁发现策略
|
|
7464
|
+
*
|
|
7465
|
+
* @param request - DeleteUnknownThreatDetectStrategyRequest
|
|
7466
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
7467
|
+
* @returns DeleteUnknownThreatDetectStrategyResponse
|
|
7468
|
+
*/
|
|
7469
|
+
async deleteUnknownThreatDetectStrategyWithOptions(request, runtime) {
|
|
7470
|
+
request.validate();
|
|
7471
|
+
let query = {};
|
|
7472
|
+
if (!$dara.isNull(request.idList)) {
|
|
7473
|
+
query["IdList"] = request.idList;
|
|
7474
|
+
}
|
|
7475
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
7476
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
7477
|
+
});
|
|
7478
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
7479
|
+
action: "DeleteUnknownThreatDetectStrategy",
|
|
7480
|
+
version: "2018-12-03",
|
|
7481
|
+
protocol: "HTTPS",
|
|
7482
|
+
pathname: "/",
|
|
7483
|
+
method: "POST",
|
|
7484
|
+
authType: "AK",
|
|
7485
|
+
style: "RPC",
|
|
7486
|
+
reqBodyType: "formData",
|
|
7487
|
+
bodyType: "json",
|
|
7488
|
+
});
|
|
7489
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteUnknownThreatDetectStrategyResponse({}));
|
|
7490
|
+
}
|
|
7491
|
+
/**
|
|
7492
|
+
* 删除未知威胁发现策略
|
|
7493
|
+
*
|
|
7494
|
+
* @param request - DeleteUnknownThreatDetectStrategyRequest
|
|
7495
|
+
* @returns DeleteUnknownThreatDetectStrategyResponse
|
|
7496
|
+
*/
|
|
7497
|
+
async deleteUnknownThreatDetectStrategy(request) {
|
|
7498
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
7499
|
+
return await this.deleteUnknownThreatDetectStrategyWithOptions(request, runtime);
|
|
7500
|
+
}
|
|
7328
7501
|
/**
|
|
7329
7502
|
* Deletes a honeypot.
|
|
7330
7503
|
*
|
|
@@ -7454,7 +7627,6 @@ class Client extends openapi_core_1.default {
|
|
|
7454
7627
|
/**
|
|
7455
7628
|
* Queries the overview of user AI assets.
|
|
7456
7629
|
*
|
|
7457
|
-
* @param request - DescribeAIAssetSummaryRequest
|
|
7458
7630
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7459
7631
|
* @returns DescribeAIAssetSummaryResponse
|
|
7460
7632
|
*/
|
|
@@ -7923,7 +8095,6 @@ class Client extends openapi_core_1.default {
|
|
|
7923
8095
|
/**
|
|
7924
8096
|
* Queries the information about all assets. The information includes asset group IDs and asset names.
|
|
7925
8097
|
*
|
|
7926
|
-
* @param request - DescribeAllEntityRequest
|
|
7927
8098
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
7928
8099
|
* @returns DescribeAllEntityResponse
|
|
7929
8100
|
*/
|
|
@@ -8133,7 +8304,6 @@ class Client extends openapi_core_1.default {
|
|
|
8133
8304
|
/**
|
|
8134
8305
|
* Queries the scan cycle for application vulnerabilities.
|
|
8135
8306
|
*
|
|
8136
|
-
* @param request - DescribeAppVulScanCycleRequest
|
|
8137
8307
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8138
8308
|
* @returns DescribeAppVulScanCycleResponse
|
|
8139
8309
|
*/
|
|
@@ -8264,7 +8434,6 @@ class Client extends openapi_core_1.default {
|
|
|
8264
8434
|
/**
|
|
8265
8435
|
* The ID of the request, which is used to locate and troubleshoot issues.
|
|
8266
8436
|
*
|
|
8267
|
-
* @param request - DescribeAssetSummaryRequest
|
|
8268
8437
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8269
8438
|
* @returns DescribeAssetSummaryResponse
|
|
8270
8439
|
*/
|
|
@@ -8387,6 +8556,8 @@ class Client extends openapi_core_1.default {
|
|
|
8387
8556
|
/**
|
|
8388
8557
|
* Queries the statistics of attack analysis.
|
|
8389
8558
|
*
|
|
8559
|
+
* @deprecated OpenAPI DescribeAttackAnalysisData is deprecated, please use Sas::2018-12-03::ListAttackEventInfo instead.
|
|
8560
|
+
*
|
|
8390
8561
|
* @param request - DescribeAttackAnalysisDataRequest
|
|
8391
8562
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8392
8563
|
* @returns DescribeAttackAnalysisDataResponse
|
|
@@ -8437,9 +8608,12 @@ class Client extends openapi_core_1.default {
|
|
|
8437
8608
|
/**
|
|
8438
8609
|
* Queries the statistics of attack analysis.
|
|
8439
8610
|
*
|
|
8611
|
+
* @deprecated OpenAPI DescribeAttackAnalysisData is deprecated, please use Sas::2018-12-03::ListAttackEventInfo instead.
|
|
8612
|
+
*
|
|
8440
8613
|
* @param request - DescribeAttackAnalysisDataRequest
|
|
8441
8614
|
* @returns DescribeAttackAnalysisDataResponse
|
|
8442
8615
|
*/
|
|
8616
|
+
// Deprecated
|
|
8443
8617
|
async describeAttackAnalysisData(request) {
|
|
8444
8618
|
let runtime = new $dara.RuntimeOptions({});
|
|
8445
8619
|
return await this.describeAttackAnalysisDataWithOptions(request, runtime);
|
|
@@ -8498,7 +8672,6 @@ class Client extends openapi_core_1.default {
|
|
|
8498
8672
|
/**
|
|
8499
8673
|
* Queries the number of days during which a detected vulnerability is retained before the vulnerability is automatically deleted.
|
|
8500
8674
|
*
|
|
8501
|
-
* @param request - DescribeAutoDelConfigRequest
|
|
8502
8675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8503
8676
|
* @returns DescribeAutoDelConfigResponse
|
|
8504
8677
|
*/
|
|
@@ -8810,7 +8983,6 @@ class Client extends openapi_core_1.default {
|
|
|
8810
8983
|
* @remarks
|
|
8811
8984
|
* If you have created restoration tasks, you can call this operation to query the number of restoration tasks that are in the **restored** or **being restored** state.
|
|
8812
8985
|
*
|
|
8813
|
-
* @param request - DescribeBackupRestoreCountRequest
|
|
8814
8986
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
8815
8987
|
* @returns DescribeBackupRestoreCountResponse
|
|
8816
8988
|
*/
|
|
@@ -8996,7 +9168,6 @@ class Client extends openapi_core_1.default {
|
|
|
8996
9168
|
/**
|
|
8997
9169
|
* Check if the asset can be sold by VPC
|
|
8998
9170
|
*
|
|
8999
|
-
* @param request - DescribeCanAccessVpcSaleRequest
|
|
9000
9171
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9001
9172
|
* @returns DescribeCanAccessVpcSaleResponse
|
|
9002
9173
|
*/
|
|
@@ -9143,7 +9314,6 @@ class Client extends openapi_core_1.default {
|
|
|
9143
9314
|
/**
|
|
9144
9315
|
* Checks the permissions on the trial use of Security Center.
|
|
9145
9316
|
*
|
|
9146
|
-
* @param request - DescribeCanTrySasRequest
|
|
9147
9317
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9148
9318
|
* @returns DescribeCanTrySasResponse
|
|
9149
9319
|
*/
|
|
@@ -9356,7 +9526,6 @@ class Client extends openapi_core_1.default {
|
|
|
9356
9526
|
/**
|
|
9357
9527
|
* Queries the result of the ISO 27001 compliance check.
|
|
9358
9528
|
*
|
|
9359
|
-
* @param request - DescribeCheckResultRequest
|
|
9360
9529
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9361
9530
|
* @returns DescribeCheckResultResponse
|
|
9362
9531
|
*/
|
|
@@ -9913,7 +10082,6 @@ class Client extends openapi_core_1.default {
|
|
|
9913
10082
|
*
|
|
9914
10083
|
* @deprecated OpenAPI DescribeCloudProductFieldStatistics is deprecated, please use Sas::2018-12-03::GetCloudAssetSummary instead.
|
|
9915
10084
|
*
|
|
9916
|
-
* @param request - DescribeCloudProductFieldStatisticsRequest
|
|
9917
10085
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9918
10086
|
* @returns DescribeCloudProductFieldStatisticsResponse
|
|
9919
10087
|
*/
|
|
@@ -10005,7 +10173,7 @@ class Client extends openapi_core_1.default {
|
|
|
10005
10173
|
return await this.describeCloudVendorAccountAKListWithOptions(request, runtime);
|
|
10006
10174
|
}
|
|
10007
10175
|
/**
|
|
10008
|
-
*
|
|
10176
|
+
* Multicloud configuration management queries the CTDR cloud vendor product access template configuration.
|
|
10009
10177
|
*
|
|
10010
10178
|
* @param request - DescribeCloudVendorProductTemplateConfigRequest
|
|
10011
10179
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10037,7 +10205,7 @@ class Client extends openapi_core_1.default {
|
|
|
10037
10205
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudVendorProductTemplateConfigResponse({}));
|
|
10038
10206
|
}
|
|
10039
10207
|
/**
|
|
10040
|
-
*
|
|
10208
|
+
* Multicloud configuration management queries the CTDR cloud vendor product access template configuration.
|
|
10041
10209
|
*
|
|
10042
10210
|
* @param request - DescribeCloudVendorProductTemplateConfigRequest
|
|
10043
10211
|
* @returns DescribeCloudVendorProductTemplateConfigResponse
|
|
@@ -10715,7 +10883,6 @@ class Client extends openapi_core_1.default {
|
|
|
10715
10883
|
/**
|
|
10716
10884
|
* Queries the statistical information about containers.
|
|
10717
10885
|
*
|
|
10718
|
-
* @param request - DescribeContainerFieldStatisticsRequest
|
|
10719
10886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
10720
10887
|
* @returns DescribeContainerFieldStatisticsResponse
|
|
10721
10888
|
*/
|
|
@@ -11108,7 +11275,6 @@ class Client extends openapi_core_1.default {
|
|
|
11108
11275
|
/**
|
|
11109
11276
|
* Queries the number of images that are not scanned.
|
|
11110
11277
|
*
|
|
11111
|
-
* @param request - DescribeCountNotScannedImageRequest
|
|
11112
11278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
11113
11279
|
* @returns DescribeCountNotScannedImageResponse
|
|
11114
11280
|
*/
|
|
@@ -11138,7 +11304,6 @@ class Client extends openapi_core_1.default {
|
|
|
11138
11304
|
/**
|
|
11139
11305
|
* Queries the number of images that are scanned.
|
|
11140
11306
|
*
|
|
11141
|
-
* @param request - DescribeCountScannedImageRequest
|
|
11142
11307
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
11143
11308
|
* @returns DescribeCountScannedImageResponse
|
|
11144
11309
|
*/
|
|
@@ -11672,7 +11837,6 @@ class Client extends openapi_core_1.default {
|
|
|
11672
11837
|
/**
|
|
11673
11838
|
* Queries the default installation version of the proxy that is used in hybrid-cloud scenarios.
|
|
11674
11839
|
*
|
|
11675
|
-
* @param request - DescribeDefaultProxyInstallVersionRequest
|
|
11676
11840
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
11677
11841
|
* @returns DescribeDefaultProxyInstallVersionResponse
|
|
11678
11842
|
*/
|
|
@@ -12231,7 +12395,6 @@ class Client extends openapi_core_1.default {
|
|
|
12231
12395
|
/**
|
|
12232
12396
|
* Queries whether Security Center is authorized to scan for urgent vulnerabilities.
|
|
12233
12397
|
*
|
|
12234
|
-
* @param request - DescribeEmgUserAgreementRequest
|
|
12235
12398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
12236
12399
|
* @returns DescribeEmgUserAgreementResponse
|
|
12237
12400
|
*/
|
|
@@ -12711,7 +12874,6 @@ class Client extends openapi_core_1.default {
|
|
|
12711
12874
|
/**
|
|
12712
12875
|
* Queries the exposure statistics of the assets on the Internet.
|
|
12713
12876
|
*
|
|
12714
|
-
* @param request - DescribeExposedStatisticsRequest
|
|
12715
12877
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
12716
12878
|
* @returns DescribeExposedStatisticsResponse
|
|
12717
12879
|
*/
|
|
@@ -12852,7 +13014,6 @@ class Client extends openapi_core_1.default {
|
|
|
12852
13014
|
/**
|
|
12853
13015
|
* Queries the number of vulnerabilities that are fixed by the pay-as-you-go vulnerability fixing feature.
|
|
12854
13016
|
*
|
|
12855
|
-
* @param request - DescribeFixUsedCountRequest
|
|
12856
13017
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
12857
13018
|
* @returns DescribeFixUsedCountResponse
|
|
12858
13019
|
*/
|
|
@@ -14382,7 +14543,6 @@ class Client extends openapi_core_1.default {
|
|
|
14382
14543
|
/**
|
|
14383
14544
|
* Queries the configurations of the scheduled fix of image risks.
|
|
14384
14545
|
*
|
|
14385
|
-
* @param request - DescribeImageFixCycleConfigRequest
|
|
14386
14546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
14387
14547
|
* @returns DescribeImageFixCycleConfigResponse
|
|
14388
14548
|
*/
|
|
@@ -15071,7 +15231,6 @@ class Client extends openapi_core_1.default {
|
|
|
15071
15231
|
/**
|
|
15072
15232
|
* Queries the number of images on which security alerts are generated. Security alerts are generated for risks such as vulnerabilities, baselines risks, and malicious samples.
|
|
15073
15233
|
*
|
|
15074
|
-
* @param request - DescribeImageRiskLevelStatisticRequest
|
|
15075
15234
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15076
15235
|
* @returns DescribeImageRiskLevelStatisticResponse
|
|
15077
15236
|
*/
|
|
@@ -15101,7 +15260,6 @@ class Client extends openapi_core_1.default {
|
|
|
15101
15260
|
/**
|
|
15102
15261
|
* Queries the details of the quota for container image scan.
|
|
15103
15262
|
*
|
|
15104
|
-
* @param request - DescribeImageScanAuthCountRequest
|
|
15105
15263
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15106
15264
|
* @returns DescribeImageScanAuthCountResponse
|
|
15107
15265
|
*/
|
|
@@ -15328,7 +15486,6 @@ class Client extends openapi_core_1.default {
|
|
|
15328
15486
|
* Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
|
|
15329
15487
|
* > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
|
|
15330
15488
|
*
|
|
15331
|
-
* @param request - DescribeImageStatisticsRequest
|
|
15332
15489
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15333
15490
|
* @returns DescribeImageStatisticsResponse
|
|
15334
15491
|
*/
|
|
@@ -15587,7 +15744,6 @@ class Client extends openapi_core_1.default {
|
|
|
15587
15744
|
/**
|
|
15588
15745
|
* Queries the installation verification code that is used to run the installation command of the Security Center agent.
|
|
15589
15746
|
*
|
|
15590
|
-
* @param request - DescribeInstallCodeRequest
|
|
15591
15747
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15592
15748
|
* @returns DescribeInstallCodeResponse
|
|
15593
15749
|
*/
|
|
@@ -15622,7 +15778,6 @@ class Client extends openapi_core_1.default {
|
|
|
15622
15778
|
* ### QPS limit
|
|
15623
15779
|
* You can call this operation up to 10 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
|
|
15624
15780
|
*
|
|
15625
|
-
* @param request - DescribeInstallCodesRequest
|
|
15626
15781
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15627
15782
|
* @returns DescribeInstallCodesResponse
|
|
15628
15783
|
*/
|
|
@@ -15837,7 +15992,6 @@ class Client extends openapi_core_1.default {
|
|
|
15837
15992
|
/**
|
|
15838
15993
|
* Queries the progress of the last virus scan task.
|
|
15839
15994
|
*
|
|
15840
|
-
* @param request - DescribeLatestScanTaskRequest
|
|
15841
15995
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
15842
15996
|
* @returns DescribeLatestScanTaskResponse
|
|
15843
15997
|
*/
|
|
@@ -16002,7 +16156,6 @@ class Client extends openapi_core_1.default {
|
|
|
16002
16156
|
/**
|
|
16003
16157
|
* Queries the alerting status for unapproved logon IP addresses, unapproved logon time ranges, or unapproved logon accounts.
|
|
16004
16158
|
*
|
|
16005
|
-
* @param request - DescribeLoginSwitchConfigsRequest
|
|
16006
16159
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
16007
16160
|
* @returns DescribeLoginSwitchConfigsResponse
|
|
16008
16161
|
*/
|
|
@@ -16158,7 +16311,6 @@ class Client extends openapi_core_1.default {
|
|
|
16158
16311
|
/**
|
|
16159
16312
|
* Queries the configurations of the asset fingerprint module.
|
|
16160
16313
|
*
|
|
16161
|
-
* @param request - DescribeModuleConfigRequest
|
|
16162
16314
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
16163
16315
|
* @returns DescribeModuleConfigResponse
|
|
16164
16316
|
*/
|
|
@@ -16188,7 +16340,6 @@ class Client extends openapi_core_1.default {
|
|
|
16188
16340
|
/**
|
|
16189
16341
|
* Queries the list of accounts that are added to the multi-account management feature as members.
|
|
16190
16342
|
*
|
|
16191
|
-
* @param request - DescribeMonitorAccountsRequest
|
|
16192
16343
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
16193
16344
|
* @returns DescribeMonitorAccountsResponse
|
|
16194
16345
|
*/
|
|
@@ -16630,7 +16781,7 @@ class Client extends openapi_core_1.default {
|
|
|
16630
16781
|
return await this.describePropertyCountWithOptions(request, runtime);
|
|
16631
16782
|
}
|
|
16632
16783
|
/**
|
|
16633
|
-
*
|
|
16784
|
+
* Queries the detailed info of the Schedule Job List in host Assets.
|
|
16634
16785
|
*
|
|
16635
16786
|
* @param request - DescribePropertyCronDetailRequest
|
|
16636
16787
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16683,7 +16834,7 @@ class Client extends openapi_core_1.default {
|
|
|
16683
16834
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePropertyCronDetailResponse({}));
|
|
16684
16835
|
}
|
|
16685
16836
|
/**
|
|
16686
|
-
*
|
|
16837
|
+
* Queries the detailed info of the Schedule Job List in host Assets.
|
|
16687
16838
|
*
|
|
16688
16839
|
* @param request - DescribePropertyCronDetailRequest
|
|
16689
16840
|
* @returns DescribePropertyCronDetailResponse
|
|
@@ -19574,7 +19725,6 @@ class Client extends openapi_core_1.default {
|
|
|
19574
19725
|
/**
|
|
19575
19726
|
* Queries the time when a system vulnerability was last detected.
|
|
19576
19727
|
*
|
|
19577
|
-
* @param request - DescribeSupervisonInfoRequest
|
|
19578
19728
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
19579
19729
|
* @returns DescribeSupervisonInfoResponse
|
|
19580
19730
|
*/
|
|
@@ -19604,7 +19754,6 @@ class Client extends openapi_core_1.default {
|
|
|
19604
19754
|
/**
|
|
19605
19755
|
* Queries the regions in which the anti-ransomware feature is supported.
|
|
19606
19756
|
*
|
|
19607
|
-
* @param request - DescribeSupportRegionRequest
|
|
19608
19757
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
19609
19758
|
* @returns DescribeSupportRegionResponse
|
|
19610
19759
|
*/
|
|
@@ -20025,7 +20174,6 @@ class Client extends openapi_core_1.default {
|
|
|
20025
20174
|
/**
|
|
20026
20175
|
* Query Alarm Security Event Statistics
|
|
20027
20176
|
*
|
|
20028
|
-
* @param request - DescribeSuspiciousSecurityEventyStatisticsRequest
|
|
20029
20177
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
20030
20178
|
* @returns DescribeSuspiciousSecurityEventyStatisticsResponse
|
|
20031
20179
|
*/
|
|
@@ -20580,7 +20728,6 @@ class Client extends openapi_core_1.default {
|
|
|
20580
20728
|
/**
|
|
20581
20729
|
* Queries the statistics on backups based on anti-ransomware policies.
|
|
20582
20730
|
*
|
|
20583
|
-
* @param request - DescribeUniBackupStatisticsRequest
|
|
20584
20731
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
20585
20732
|
* @returns DescribeUniBackupStatisticsResponse
|
|
20586
20733
|
*/
|
|
@@ -20658,7 +20805,6 @@ class Client extends openapi_core_1.default {
|
|
|
20658
20805
|
/**
|
|
20659
20806
|
* Queries the region that is supported by anti-ransomware for databases.
|
|
20660
20807
|
*
|
|
20661
|
-
* @param request - DescribeUniSupportRegionRequest
|
|
20662
20808
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
20663
20809
|
* @returns DescribeUniSupportRegionResponse
|
|
20664
20810
|
*/
|
|
@@ -20688,7 +20834,6 @@ class Client extends openapi_core_1.default {
|
|
|
20688
20834
|
/**
|
|
20689
20835
|
* Queries the information about the servers to which an anti-ransomware policy is applied.
|
|
20690
20836
|
*
|
|
20691
|
-
* @param request - DescribeUserBackupMachinesRequest
|
|
20692
20837
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
20693
20838
|
* @returns DescribeUserBackupMachinesResponse
|
|
20694
20839
|
*/
|
|
@@ -20883,7 +21028,6 @@ class Client extends openapi_core_1.default {
|
|
|
20883
21028
|
/**
|
|
20884
21029
|
* Queries the service providers whose assets can be added to Security Center.
|
|
20885
21030
|
*
|
|
20886
|
-
* @param request - DescribeVendorListRequest
|
|
20887
21031
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
20888
21032
|
* @returns DescribeVendorListResponse
|
|
20889
21033
|
*/
|
|
@@ -21096,7 +21240,6 @@ class Client extends openapi_core_1.default {
|
|
|
21096
21240
|
/**
|
|
21097
21241
|
* Queries the information about virtual private clouds (VPCs).
|
|
21098
21242
|
*
|
|
21099
|
-
* @param request - DescribeVpcListRequest
|
|
21100
21243
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21101
21244
|
* @returns DescribeVpcListResponse
|
|
21102
21245
|
*/
|
|
@@ -21316,6 +21459,9 @@ class Client extends openapi_core_1.default {
|
|
|
21316
21459
|
if (!$dara.isNull(request.exportId)) {
|
|
21317
21460
|
query["ExportId"] = request.exportId;
|
|
21318
21461
|
}
|
|
21462
|
+
if (!$dara.isNull(request.resourceDirectoryAccountId)) {
|
|
21463
|
+
query["ResourceDirectoryAccountId"] = request.resourceDirectoryAccountId;
|
|
21464
|
+
}
|
|
21319
21465
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
21320
21466
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
21321
21467
|
});
|
|
@@ -21348,7 +21494,6 @@ class Client extends openapi_core_1.default {
|
|
|
21348
21494
|
/**
|
|
21349
21495
|
* Queries the statistics of vulnerability fixes.
|
|
21350
21496
|
*
|
|
21351
|
-
* @param request - DescribeVulFixStatisticsRequest
|
|
21352
21497
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21353
21498
|
* @returns DescribeVulFixStatisticsResponse
|
|
21354
21499
|
*/
|
|
@@ -21531,7 +21676,6 @@ class Client extends openapi_core_1.default {
|
|
|
21531
21676
|
/**
|
|
21532
21677
|
* Queries the statistics of vulnerabilities in Security Center.
|
|
21533
21678
|
*
|
|
21534
|
-
* @param request - DescribeVulMetaCountStatisticsRequest
|
|
21535
21679
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21536
21680
|
* @returns DescribeVulMetaCountStatisticsResponse
|
|
21537
21681
|
*/
|
|
@@ -21951,7 +22095,6 @@ class Client extends openapi_core_1.default {
|
|
|
21951
22095
|
/**
|
|
21952
22096
|
* Queries the types of files that are excluded from web tamper proofing.
|
|
21953
22097
|
*
|
|
21954
|
-
* @param request - DescribeWebLockExclusiveFileTypeRequest
|
|
21955
22098
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
21956
22099
|
* @returns DescribeWebLockExclusiveFileTypeResponse
|
|
21957
22100
|
*/
|
|
@@ -22080,7 +22223,6 @@ class Client extends openapi_core_1.default {
|
|
|
22080
22223
|
/**
|
|
22081
22224
|
* Queries the summary information about the types of files for which web tamper proofing is enabled.
|
|
22082
22225
|
*
|
|
22083
|
-
* @param request - DescribeWebLockFileTypeSummaryRequest
|
|
22084
22226
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
22085
22227
|
* @returns DescribeWebLockFileTypeSummaryResponse
|
|
22086
22228
|
*/
|
|
@@ -22110,7 +22252,6 @@ class Client extends openapi_core_1.default {
|
|
|
22110
22252
|
/**
|
|
22111
22253
|
* Queries the types of files that can be protected by web tamper proofing.
|
|
22112
22254
|
*
|
|
22113
|
-
* @param request - DescribeWebLockInclusiveFileTypeRequest
|
|
22114
22255
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
22115
22256
|
* @returns DescribeWebLockInclusiveFileTypeResponse
|
|
22116
22257
|
*/
|
|
@@ -22275,7 +22416,6 @@ class Client extends openapi_core_1.default {
|
|
|
22275
22416
|
/**
|
|
22276
22417
|
* Queries the number of times that the files protected by web tamper proofing are changed.
|
|
22277
22418
|
*
|
|
22278
|
-
* @param request - DescribeWebLockTotalFileChangeCountRequest
|
|
22279
22419
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
22280
22420
|
* @returns DescribeWebLockTotalFileChangeCountResponse
|
|
22281
22421
|
*/
|
|
@@ -23040,7 +23180,6 @@ class Client extends openapi_core_1.default {
|
|
|
23040
23180
|
* @remarks
|
|
23041
23181
|
* You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
|
|
23042
23182
|
*
|
|
23043
|
-
* @param request - EnableServiceAccessResourceDirectoryRequest
|
|
23044
23183
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
23045
23184
|
* @returns EnableServiceAccessResourceDirectoryResponse
|
|
23046
23185
|
*/
|
|
@@ -23382,6 +23521,9 @@ class Client extends openapi_core_1.default {
|
|
|
23382
23521
|
if (!$dara.isNull(request.raspDefend)) {
|
|
23383
23522
|
query["RaspDefend"] = request.raspDefend;
|
|
23384
23523
|
}
|
|
23524
|
+
if (!$dara.isNull(request.resourceDirectoryAccountId)) {
|
|
23525
|
+
query["ResourceDirectoryAccountId"] = request.resourceDirectoryAccountId;
|
|
23526
|
+
}
|
|
23385
23527
|
if (!$dara.isNull(request.searchTags)) {
|
|
23386
23528
|
query["SearchTags"] = request.searchTags;
|
|
23387
23529
|
}
|
|
@@ -24472,7 +24614,7 @@ class Client extends openapi_core_1.default {
|
|
|
24472
24614
|
return await this.getAttackEventDetailWithOptions(request, runtime);
|
|
24473
24615
|
}
|
|
24474
24616
|
/**
|
|
24475
|
-
* Query
|
|
24617
|
+
* Query attack path management event details.
|
|
24476
24618
|
*
|
|
24477
24619
|
* @param request - GetAttackPathEventDetailRequest
|
|
24478
24620
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -24507,7 +24649,7 @@ class Client extends openapi_core_1.default {
|
|
|
24507
24649
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAttackPathEventDetailResponse({}));
|
|
24508
24650
|
}
|
|
24509
24651
|
/**
|
|
24510
|
-
* Query
|
|
24652
|
+
* Query attack path management event details.
|
|
24511
24653
|
*
|
|
24512
24654
|
* @param request - GetAttackPathEventDetailRequest
|
|
24513
24655
|
* @returns GetAttackPathEventDetailResponse
|
|
@@ -24519,7 +24661,6 @@ class Client extends openapi_core_1.default {
|
|
|
24519
24661
|
/**
|
|
24520
24662
|
* Query Attack Path Event Statistics.
|
|
24521
24663
|
*
|
|
24522
|
-
* @param request - GetAttackPathEventStatisticsRequest
|
|
24523
24664
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24524
24665
|
* @returns GetAttackPathEventStatisticsResponse
|
|
24525
24666
|
*/
|
|
@@ -24630,7 +24771,6 @@ class Client extends openapi_core_1.default {
|
|
|
24630
24771
|
/**
|
|
24631
24772
|
* Queries a list of attack types on the Attack Analysis page.
|
|
24632
24773
|
*
|
|
24633
|
-
* @param request - GetAttackTypeListRequest
|
|
24634
24774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24635
24775
|
* @returns GetAttackTypeListResponse
|
|
24636
24776
|
*/
|
|
@@ -24660,7 +24800,6 @@ class Client extends openapi_core_1.default {
|
|
|
24660
24800
|
/**
|
|
24661
24801
|
* Queries the statistics of asset protection quota.
|
|
24662
24802
|
*
|
|
24663
|
-
* @param request - GetAuthSummaryRequest
|
|
24664
24803
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24665
24804
|
* @returns GetAuthSummaryResponse
|
|
24666
24805
|
*/
|
|
@@ -24690,7 +24829,6 @@ class Client extends openapi_core_1.default {
|
|
|
24690
24829
|
/**
|
|
24691
24830
|
* Queries the statistics about the numbers of assets protected by each edition of Security Center.
|
|
24692
24831
|
*
|
|
24693
|
-
* @param request - GetAuthVersionStatisticRequest
|
|
24694
24832
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24695
24833
|
* @returns GetAuthVersionStatisticResponse
|
|
24696
24834
|
*/
|
|
@@ -24720,7 +24858,6 @@ class Client extends openapi_core_1.default {
|
|
|
24720
24858
|
/**
|
|
24721
24859
|
* Checks whether the managed anti-ransomware feature can automatically configure an anti-ransomware policy for servers.
|
|
24722
24860
|
*
|
|
24723
|
-
* @param request - GetBackupAutoConfigStatusRequest
|
|
24724
24861
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24725
24862
|
* @returns GetBackupAutoConfigStatusResponse
|
|
24726
24863
|
*/
|
|
@@ -24750,7 +24887,6 @@ class Client extends openapi_core_1.default {
|
|
|
24750
24887
|
/**
|
|
24751
24888
|
* Queries the anti-ransomware capacity that is used.
|
|
24752
24889
|
*
|
|
24753
|
-
* @param request - GetBackupStorageCountRequest
|
|
24754
24890
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24755
24891
|
* @returns GetBackupStorageCountResponse
|
|
24756
24892
|
*/
|
|
@@ -24861,7 +24997,6 @@ class Client extends openapi_core_1.default {
|
|
|
24861
24997
|
/**
|
|
24862
24998
|
* Queries the information about an automatic configuration check on cloud services.
|
|
24863
24999
|
*
|
|
24864
|
-
* @param request - GetCheckConfigRequest
|
|
24865
25000
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
24866
25001
|
* @returns GetCheckConfigResponse
|
|
24867
25002
|
*/
|
|
@@ -25641,7 +25776,6 @@ class Client extends openapi_core_1.default {
|
|
|
25641
25776
|
/**
|
|
25642
25777
|
* Queries the number of policies in each cluster.
|
|
25643
25778
|
*
|
|
25644
|
-
* @param request - GetClusterStrategyCountRequest
|
|
25645
25779
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
25646
25780
|
* @returns GetClusterStrategyCountResponse
|
|
25647
25781
|
*/
|
|
@@ -25836,7 +25970,6 @@ class Client extends openapi_core_1.default {
|
|
|
25836
25970
|
/**
|
|
25837
25971
|
* Queries the publish details of the Security Center agent.
|
|
25838
25972
|
*
|
|
25839
|
-
* @param request - GetCurrentVersionPublishRequest
|
|
25840
25973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
25841
25974
|
* @returns GetCurrentVersionPublishResponse
|
|
25842
25975
|
*/
|
|
@@ -25914,7 +26047,6 @@ class Client extends openapi_core_1.default {
|
|
|
25914
26047
|
/**
|
|
25915
26048
|
* Queries the numbers of handled alerts of the precision defense type and the web tamper proofing type.
|
|
25916
26049
|
*
|
|
25917
|
-
* @param request - GetDefenceCountRequest
|
|
25918
26050
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
25919
26051
|
* @returns GetDefenceCountResponse
|
|
25920
26052
|
*/
|
|
@@ -26022,7 +26154,6 @@ class Client extends openapi_core_1.default {
|
|
|
26022
26154
|
/**
|
|
26023
26155
|
* Obtains the usage information of the malicious file detection SDK.
|
|
26024
26156
|
*
|
|
26025
|
-
* @param request - GetFileDetectApiInvokeInfoRequest
|
|
26026
26157
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
26027
26158
|
* @returns GetFileDetectApiInvokeInfoResponse
|
|
26028
26159
|
*/
|
|
@@ -26154,7 +26285,6 @@ class Client extends openapi_core_1.default {
|
|
|
26154
26285
|
/**
|
|
26155
26286
|
* Queries information about the core file monitoring feature, including the number of effective rules and the installation status of the Security Center agent on servers.
|
|
26156
26287
|
*
|
|
26157
|
-
* @param request - GetFileProtectDashboardRequest
|
|
26158
26288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
26159
26289
|
* @returns GetFileProtectDashboardResponse
|
|
26160
26290
|
*/
|
|
@@ -26301,7 +26431,6 @@ class Client extends openapi_core_1.default {
|
|
|
26301
26431
|
/**
|
|
26302
26432
|
* Queries the queries per second (QPS) limit on the files uploaded from the client.
|
|
26303
26433
|
*
|
|
26304
|
-
* @param request - GetFileUploadLimitRequest
|
|
26305
26434
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
26306
26435
|
* @returns GetFileUploadLimitResponse
|
|
26307
26436
|
*/
|
|
@@ -26863,7 +26992,7 @@ class Client extends openapi_core_1.default {
|
|
|
26863
26992
|
return await this.getInstallCodeForUuidWithOptions(request, runtime);
|
|
26864
26993
|
}
|
|
26865
26994
|
/**
|
|
26866
|
-
*
|
|
26995
|
+
* Queries the alerting statistics information of a server.
|
|
26867
26996
|
*
|
|
26868
26997
|
* @param request - GetInstanceAlarmStatisticsRequest
|
|
26869
26998
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -26895,7 +27024,7 @@ class Client extends openapi_core_1.default {
|
|
|
26895
27024
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetInstanceAlarmStatisticsResponse({}));
|
|
26896
27025
|
}
|
|
26897
27026
|
/**
|
|
26898
|
-
*
|
|
27027
|
+
* Queries the alerting statistics information of a server.
|
|
26899
27028
|
*
|
|
26900
27029
|
* @param request - GetInstanceAlarmStatisticsRequest
|
|
26901
27030
|
* @returns GetInstanceAlarmStatisticsResponse
|
|
@@ -26907,7 +27036,6 @@ class Client extends openapi_core_1.default {
|
|
|
26907
27036
|
/**
|
|
26908
27037
|
* Get Instance Authorization Value Range
|
|
26909
27038
|
*
|
|
26910
|
-
* @param request - GetInstanceAuthRangeRequest
|
|
26911
27039
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
26912
27040
|
* @returns GetInstanceAuthRangeResponse
|
|
26913
27041
|
*/
|
|
@@ -27437,7 +27565,6 @@ class Client extends openapi_core_1.default {
|
|
|
27437
27565
|
/**
|
|
27438
27566
|
* Queries the baselines that are supported by at-risk image blocking.
|
|
27439
27567
|
*
|
|
27440
|
-
* @param request - GetOpaClusterBaseLineListRequest
|
|
27441
27568
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27442
27569
|
* @returns GetOpaClusterBaseLineListResponse
|
|
27443
27570
|
*/
|
|
@@ -27689,7 +27816,6 @@ class Client extends openapi_core_1.default {
|
|
|
27689
27816
|
/**
|
|
27690
27817
|
* Queries the usage statistics about the templates provided in the feature of proactive defense for containers for rules of the at-risk image blocking type.
|
|
27691
27818
|
*
|
|
27692
|
-
* @param request - GetOpaStrategyTemplateSummaryRequest
|
|
27693
27819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27694
27820
|
* @returns GetOpaStrategyTemplateSummaryResponse
|
|
27695
27821
|
*/
|
|
@@ -27845,7 +27971,6 @@ class Client extends openapi_core_1.default {
|
|
|
27845
27971
|
/**
|
|
27846
27972
|
* Get Publish Time Configuration
|
|
27847
27973
|
*
|
|
27848
|
-
* @param request - GetPublishCronRequest
|
|
27849
27974
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27850
27975
|
* @returns GetPublishCronResponse
|
|
27851
27976
|
*/
|
|
@@ -27878,7 +28003,6 @@ class Client extends openapi_core_1.default {
|
|
|
27878
28003
|
* @remarks
|
|
27879
28004
|
* You can call this operation only by using the management account of a resource directory or a delegated administrator account of Security Center.
|
|
27880
28005
|
*
|
|
27881
|
-
* @param request - GetRdTreeRequest
|
|
27882
28006
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27883
28007
|
* @returns GetRdTreeResponse
|
|
27884
28008
|
*/
|
|
@@ -27911,7 +28035,6 @@ class Client extends openapi_core_1.default {
|
|
|
27911
28035
|
/**
|
|
27912
28036
|
* Queries the time range of image scans.
|
|
27913
28037
|
*
|
|
27914
|
-
* @param request - GetRegistryScanDayNumRequest
|
|
27915
28038
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27916
28039
|
* @returns GetRegistryScanDayNumResponse
|
|
27917
28040
|
*/
|
|
@@ -27941,7 +28064,6 @@ class Client extends openapi_core_1.default {
|
|
|
27941
28064
|
/**
|
|
27942
28065
|
* Queries the numbers of system defense rules and custom defense rules.
|
|
27943
28066
|
*
|
|
27944
|
-
* @param request - GetRulesCountRequest
|
|
27945
28067
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
27946
28068
|
* @returns GetRulesCountResponse
|
|
27947
28069
|
*/
|
|
@@ -28466,7 +28588,6 @@ class Client extends openapi_core_1.default {
|
|
|
28466
28588
|
/**
|
|
28467
28589
|
* Checks whether you can submit a free quick scan task, which includes vulnerability detection in the free category and free check items of Cloud Security Posture Management (CSPM).
|
|
28468
28590
|
*
|
|
28469
|
-
* @param request - GetTenantCheckAvailableRequest
|
|
28470
28591
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
28471
28592
|
* @returns GetTenantCheckAvailableResponse
|
|
28472
28593
|
*/
|
|
@@ -28493,10 +28614,42 @@ class Client extends openapi_core_1.default {
|
|
|
28493
28614
|
let runtime = new $dara.RuntimeOptions({});
|
|
28494
28615
|
return await this.getTenantCheckAvailableWithOptions(runtime);
|
|
28495
28616
|
}
|
|
28617
|
+
/**
|
|
28618
|
+
* 获取未知威胁发现的统计信息
|
|
28619
|
+
*
|
|
28620
|
+
* @param request - GetUnknownThreatDetectStatisticRequest
|
|
28621
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28622
|
+
* @returns GetUnknownThreatDetectStatisticResponse
|
|
28623
|
+
*/
|
|
28624
|
+
async getUnknownThreatDetectStatisticWithOptions(request, runtime) {
|
|
28625
|
+
request.validate();
|
|
28626
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({});
|
|
28627
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
28628
|
+
action: "GetUnknownThreatDetectStatistic",
|
|
28629
|
+
version: "2018-12-03",
|
|
28630
|
+
protocol: "HTTPS",
|
|
28631
|
+
pathname: "/",
|
|
28632
|
+
method: "POST",
|
|
28633
|
+
authType: "AK",
|
|
28634
|
+
style: "RPC",
|
|
28635
|
+
reqBodyType: "formData",
|
|
28636
|
+
bodyType: "json",
|
|
28637
|
+
});
|
|
28638
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUnknownThreatDetectStatisticResponse({}));
|
|
28639
|
+
}
|
|
28640
|
+
/**
|
|
28641
|
+
* 获取未知威胁发现的统计信息
|
|
28642
|
+
*
|
|
28643
|
+
* @param request - GetUnknownThreatDetectStatisticRequest
|
|
28644
|
+
* @returns GetUnknownThreatDetectStatisticResponse
|
|
28645
|
+
*/
|
|
28646
|
+
async getUnknownThreatDetectStatistic(request) {
|
|
28647
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
28648
|
+
return await this.getUnknownThreatDetectStatisticWithOptions(request, runtime);
|
|
28649
|
+
}
|
|
28496
28650
|
/**
|
|
28497
28651
|
* Queries the language settings of log analysis.
|
|
28498
28652
|
*
|
|
28499
|
-
* @param request - GetUserLangRequest
|
|
28500
28653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
28501
28654
|
* @returns GetUserLangResponse
|
|
28502
28655
|
*/
|
|
@@ -28610,7 +28763,6 @@ class Client extends openapi_core_1.default {
|
|
|
28610
28763
|
/**
|
|
28611
28764
|
* Queries the information about the latest virus scan task.
|
|
28612
28765
|
*
|
|
28613
|
-
* @param request - GetVirusScanLatestTaskStatisticRequest
|
|
28614
28766
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
28615
28767
|
* @returns GetVirusScanLatestTaskStatisticResponse
|
|
28616
28768
|
*/
|
|
@@ -28817,6 +28969,63 @@ class Client extends openapi_core_1.default {
|
|
|
28817
28969
|
let runtime = new $dara.RuntimeOptions({});
|
|
28818
28970
|
return await this.handleMaliciousFilesWithOptions(request, runtime);
|
|
28819
28971
|
}
|
|
28972
|
+
/**
|
|
28973
|
+
* 文件检测告警处理操作
|
|
28974
|
+
*
|
|
28975
|
+
* @param request - HandleObjectScanEventRequest
|
|
28976
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
28977
|
+
* @returns HandleObjectScanEventResponse
|
|
28978
|
+
*/
|
|
28979
|
+
async handleObjectScanEventWithOptions(request, runtime) {
|
|
28980
|
+
request.validate();
|
|
28981
|
+
let query = {};
|
|
28982
|
+
if (!$dara.isNull(request.batchType)) {
|
|
28983
|
+
query["BatchType"] = request.batchType;
|
|
28984
|
+
}
|
|
28985
|
+
if (!$dara.isNull(request.eventId)) {
|
|
28986
|
+
query["EventId"] = request.eventId;
|
|
28987
|
+
}
|
|
28988
|
+
if (!$dara.isNull(request.eventIdList)) {
|
|
28989
|
+
query["EventIdList"] = request.eventIdList;
|
|
28990
|
+
}
|
|
28991
|
+
if (!$dara.isNull(request.lang)) {
|
|
28992
|
+
query["Lang"] = request.lang;
|
|
28993
|
+
}
|
|
28994
|
+
if (!$dara.isNull(request.remark)) {
|
|
28995
|
+
query["Remark"] = request.remark;
|
|
28996
|
+
}
|
|
28997
|
+
if (!$dara.isNull(request.ruleConditionList)) {
|
|
28998
|
+
query["RuleConditionList"] = request.ruleConditionList;
|
|
28999
|
+
}
|
|
29000
|
+
if (!$dara.isNull(request.status)) {
|
|
29001
|
+
query["Status"] = request.status;
|
|
29002
|
+
}
|
|
29003
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
29004
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
29005
|
+
});
|
|
29006
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
29007
|
+
action: "HandleObjectScanEvent",
|
|
29008
|
+
version: "2018-12-03",
|
|
29009
|
+
protocol: "HTTPS",
|
|
29010
|
+
pathname: "/",
|
|
29011
|
+
method: "POST",
|
|
29012
|
+
authType: "AK",
|
|
29013
|
+
style: "RPC",
|
|
29014
|
+
reqBodyType: "formData",
|
|
29015
|
+
bodyType: "json",
|
|
29016
|
+
});
|
|
29017
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.HandleObjectScanEventResponse({}));
|
|
29018
|
+
}
|
|
29019
|
+
/**
|
|
29020
|
+
* 文件检测告警处理操作
|
|
29021
|
+
*
|
|
29022
|
+
* @param request - HandleObjectScanEventRequest
|
|
29023
|
+
* @returns HandleObjectScanEventResponse
|
|
29024
|
+
*/
|
|
29025
|
+
async handleObjectScanEvent(request) {
|
|
29026
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
29027
|
+
return await this.handleObjectScanEventWithOptions(request, runtime);
|
|
29028
|
+
}
|
|
28820
29029
|
/**
|
|
28821
29030
|
* Handles alert events.
|
|
28822
29031
|
*
|
|
@@ -28991,6 +29200,48 @@ class Client extends openapi_core_1.default {
|
|
|
28991
29200
|
let runtime = new $dara.RuntimeOptions({});
|
|
28992
29201
|
return await this.handleSimilarSecurityEventsWithOptions(request, runtime);
|
|
28993
29202
|
}
|
|
29203
|
+
/**
|
|
29204
|
+
* 处理未知威胁分析告警
|
|
29205
|
+
*
|
|
29206
|
+
* @param request - HandleUnknownThreatDetectEventRequest
|
|
29207
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
29208
|
+
* @returns HandleUnknownThreatDetectEventResponse
|
|
29209
|
+
*/
|
|
29210
|
+
async handleUnknownThreatDetectEventWithOptions(request, runtime) {
|
|
29211
|
+
request.validate();
|
|
29212
|
+
let query = {};
|
|
29213
|
+
if (!$dara.isNull(request.eventIdList)) {
|
|
29214
|
+
query["EventIdList"] = request.eventIdList;
|
|
29215
|
+
}
|
|
29216
|
+
if (!$dara.isNull(request.status)) {
|
|
29217
|
+
query["Status"] = request.status;
|
|
29218
|
+
}
|
|
29219
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
29220
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
29221
|
+
});
|
|
29222
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
29223
|
+
action: "HandleUnknownThreatDetectEvent",
|
|
29224
|
+
version: "2018-12-03",
|
|
29225
|
+
protocol: "HTTPS",
|
|
29226
|
+
pathname: "/",
|
|
29227
|
+
method: "POST",
|
|
29228
|
+
authType: "AK",
|
|
29229
|
+
style: "RPC",
|
|
29230
|
+
reqBodyType: "formData",
|
|
29231
|
+
bodyType: "json",
|
|
29232
|
+
});
|
|
29233
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.HandleUnknownThreatDetectEventResponse({}));
|
|
29234
|
+
}
|
|
29235
|
+
/**
|
|
29236
|
+
* 处理未知威胁分析告警
|
|
29237
|
+
*
|
|
29238
|
+
* @param request - HandleUnknownThreatDetectEventRequest
|
|
29239
|
+
* @returns HandleUnknownThreatDetectEventResponse
|
|
29240
|
+
*/
|
|
29241
|
+
async handleUnknownThreatDetectEvent(request) {
|
|
29242
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
29243
|
+
return await this.handleUnknownThreatDetectEventWithOptions(request, runtime);
|
|
29244
|
+
}
|
|
28994
29245
|
/**
|
|
28995
29246
|
* Adds risk items to the whitelist or removes risk items from the whitelist by specifying servers and risk items.
|
|
28996
29247
|
*
|
|
@@ -29481,7 +29732,6 @@ class Client extends openapi_core_1.default {
|
|
|
29481
29732
|
* @remarks
|
|
29482
29733
|
* You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
|
|
29483
29734
|
*
|
|
29484
|
-
* @param request - ListAccountsInResourceDirectoryRequest
|
|
29485
29735
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29486
29736
|
* @returns ListAccountsInResourceDirectoryResponse
|
|
29487
29737
|
*/
|
|
@@ -29741,7 +29991,6 @@ class Client extends openapi_core_1.default {
|
|
|
29741
29991
|
/**
|
|
29742
29992
|
* Queries the regions that are supported by the agentless detection feature.
|
|
29743
29993
|
*
|
|
29744
|
-
* @param request - ListAgentlessRegionRequest
|
|
29745
29994
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29746
29995
|
* @returns ListAgentlessRegionResponse
|
|
29747
29996
|
*/
|
|
@@ -29969,7 +30218,6 @@ class Client extends openapi_core_1.default {
|
|
|
29969
30218
|
/**
|
|
29970
30219
|
* Queries the configurations for cleaning offline hosts whose provider cannot be identified.
|
|
29971
30220
|
*
|
|
29972
|
-
* @param request - ListAssetCleanConfigRequest
|
|
29973
30221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
29974
30222
|
* @returns ListAssetCleanConfigResponse
|
|
29975
30223
|
*/
|
|
@@ -30902,7 +31150,7 @@ class Client extends openapi_core_1.default {
|
|
|
30902
31150
|
return await this.listCheckItemsWithOptions(request, runtime);
|
|
30903
31151
|
}
|
|
30904
31152
|
/**
|
|
30905
|
-
*
|
|
31153
|
+
* In the custom check items feature of Cloud Security Posture Management, query the attribution standard, attribution regulation, or attribution section in the check item categorization settings.
|
|
30906
31154
|
*
|
|
30907
31155
|
* @param request - ListCheckPoliciesRequest
|
|
30908
31156
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -30928,7 +31176,7 @@ class Client extends openapi_core_1.default {
|
|
|
30928
31176
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCheckPoliciesResponse({}));
|
|
30929
31177
|
}
|
|
30930
31178
|
/**
|
|
30931
|
-
*
|
|
31179
|
+
* In the custom check items feature of Cloud Security Posture Management, query the attribution standard, attribution regulation, or attribution section in the check item categorization settings.
|
|
30932
31180
|
*
|
|
30933
31181
|
* @param request - ListCheckPoliciesRequest
|
|
30934
31182
|
* @returns ListCheckPoliciesResponse
|
|
@@ -31255,7 +31503,6 @@ class Client extends openapi_core_1.default {
|
|
|
31255
31503
|
/**
|
|
31256
31504
|
* Queries the supported types of custom defense rules.
|
|
31257
31505
|
*
|
|
31258
|
-
* @param request - ListClientUserDefineRuleTypesRequest
|
|
31259
31506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31260
31507
|
* @returns ListClientUserDefineRuleTypesResponse
|
|
31261
31508
|
*/
|
|
@@ -31842,7 +32089,6 @@ class Client extends openapi_core_1.default {
|
|
|
31842
32089
|
/**
|
|
31843
32090
|
* Queries a list of clusters that are included in a rule for non-image program defense.
|
|
31844
32091
|
*
|
|
31845
|
-
* @param request - ListContainerDefenseRuleClustersRequest
|
|
31846
32092
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
31847
32093
|
* @returns ListContainerDefenseRuleClustersResponse
|
|
31848
32094
|
*/
|
|
@@ -33267,7 +33513,6 @@ class Client extends openapi_core_1.default {
|
|
|
33267
33513
|
/**
|
|
33268
33514
|
* Queries the regions supported by the log delivery feature that uses the pay-as-you-go billing method.
|
|
33269
33515
|
*
|
|
33270
|
-
* @param request - ListLogShipperRegionsRequest
|
|
33271
33516
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
33272
33517
|
* @returns ListLogShipperRegionsResponse
|
|
33273
33518
|
*/
|
|
@@ -34034,7 +34279,6 @@ class Client extends openapi_core_1.default {
|
|
|
34034
34279
|
/**
|
|
34035
34280
|
* Queries the information about the self-managed Kubernetes clusters that are added to Security Center.
|
|
34036
34281
|
*
|
|
34037
|
-
* @param request - ListPrivateK8sRequest
|
|
34038
34282
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34039
34283
|
* @returns ListPrivateK8sResponse
|
|
34040
34284
|
*/
|
|
@@ -34193,7 +34437,6 @@ class Client extends openapi_core_1.default {
|
|
|
34193
34437
|
* @remarks
|
|
34194
34438
|
* You must use the management account of your resource directory or a delegated administrator account of Security Center to call this operation.
|
|
34195
34439
|
*
|
|
34196
|
-
* @param request - ListRdDefaultSyncListRequest
|
|
34197
34440
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34198
34441
|
* @returns ListRdDefaultSyncListResponse
|
|
34199
34442
|
*/
|
|
@@ -34361,7 +34604,6 @@ class Client extends openapi_core_1.default {
|
|
|
34361
34604
|
/**
|
|
34362
34605
|
* Queries supported file suffixes.
|
|
34363
34606
|
*
|
|
34364
|
-
* @param request - ListSupportObjectSuffixRequest
|
|
34365
34607
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34366
34608
|
* @returns ListSupportObjectSuffixResponse
|
|
34367
34609
|
*/
|
|
@@ -34427,7 +34669,6 @@ class Client extends openapi_core_1.default {
|
|
|
34427
34669
|
/**
|
|
34428
34670
|
* Queries the types of system rules.
|
|
34429
34671
|
*
|
|
34430
|
-
* @param request - ListSystemClientRuleTypesRequest
|
|
34431
34672
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34432
34673
|
* @returns ListSystemClientRuleTypesResponse
|
|
34433
34674
|
*/
|
|
@@ -34751,6 +34992,246 @@ class Client extends openapi_core_1.default {
|
|
|
34751
34992
|
let runtime = new $dara.RuntimeOptions({});
|
|
34752
34993
|
return await this.listUninstallAegisMachinesWithOptions(request, runtime);
|
|
34753
34994
|
}
|
|
34995
|
+
/**
|
|
34996
|
+
* 查询未知威胁发现事件
|
|
34997
|
+
*
|
|
34998
|
+
* @param request - ListUnknownThreatDetectEventRequest
|
|
34999
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
35000
|
+
* @returns ListUnknownThreatDetectEventResponse
|
|
35001
|
+
*/
|
|
35002
|
+
async listUnknownThreatDetectEventWithOptions(request, runtime) {
|
|
35003
|
+
request.validate();
|
|
35004
|
+
let query = {};
|
|
35005
|
+
if (!$dara.isNull(request.currentPage)) {
|
|
35006
|
+
query["CurrentPage"] = request.currentPage;
|
|
35007
|
+
}
|
|
35008
|
+
if (!$dara.isNull(request.hashKey)) {
|
|
35009
|
+
query["HashKey"] = request.hashKey;
|
|
35010
|
+
}
|
|
35011
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
35012
|
+
query["PageSize"] = request.pageSize;
|
|
35013
|
+
}
|
|
35014
|
+
if (!$dara.isNull(request.parentProcessPath)) {
|
|
35015
|
+
query["ParentProcessPath"] = request.parentProcessPath;
|
|
35016
|
+
}
|
|
35017
|
+
if (!$dara.isNull(request.processPath)) {
|
|
35018
|
+
query["ProcessPath"] = request.processPath;
|
|
35019
|
+
}
|
|
35020
|
+
if (!$dara.isNull(request.remark)) {
|
|
35021
|
+
query["Remark"] = request.remark;
|
|
35022
|
+
}
|
|
35023
|
+
if (!$dara.isNull(request.status)) {
|
|
35024
|
+
query["Status"] = request.status;
|
|
35025
|
+
}
|
|
35026
|
+
if (!$dara.isNull(request.uuid)) {
|
|
35027
|
+
query["Uuid"] = request.uuid;
|
|
35028
|
+
}
|
|
35029
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
35030
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
35031
|
+
});
|
|
35032
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
35033
|
+
action: "ListUnknownThreatDetectEvent",
|
|
35034
|
+
version: "2018-12-03",
|
|
35035
|
+
protocol: "HTTPS",
|
|
35036
|
+
pathname: "/",
|
|
35037
|
+
method: "POST",
|
|
35038
|
+
authType: "AK",
|
|
35039
|
+
style: "RPC",
|
|
35040
|
+
reqBodyType: "formData",
|
|
35041
|
+
bodyType: "json",
|
|
35042
|
+
});
|
|
35043
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUnknownThreatDetectEventResponse({}));
|
|
35044
|
+
}
|
|
35045
|
+
/**
|
|
35046
|
+
* 查询未知威胁发现事件
|
|
35047
|
+
*
|
|
35048
|
+
* @param request - ListUnknownThreatDetectEventRequest
|
|
35049
|
+
* @returns ListUnknownThreatDetectEventResponse
|
|
35050
|
+
*/
|
|
35051
|
+
async listUnknownThreatDetectEvent(request) {
|
|
35052
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
35053
|
+
return await this.listUnknownThreatDetectEventWithOptions(request, runtime);
|
|
35054
|
+
}
|
|
35055
|
+
/**
|
|
35056
|
+
* 查询未知威胁发现的机器列表
|
|
35057
|
+
*
|
|
35058
|
+
* @param request - ListUnknownThreatDetectMachineRequest
|
|
35059
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
35060
|
+
* @returns ListUnknownThreatDetectMachineResponse
|
|
35061
|
+
*/
|
|
35062
|
+
async listUnknownThreatDetectMachineWithOptions(request, runtime) {
|
|
35063
|
+
request.validate();
|
|
35064
|
+
let query = {};
|
|
35065
|
+
if (!$dara.isNull(request.currentPage)) {
|
|
35066
|
+
query["CurrentPage"] = request.currentPage;
|
|
35067
|
+
}
|
|
35068
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
35069
|
+
query["PageSize"] = request.pageSize;
|
|
35070
|
+
}
|
|
35071
|
+
if (!$dara.isNull(request.remark)) {
|
|
35072
|
+
query["Remark"] = request.remark;
|
|
35073
|
+
}
|
|
35074
|
+
if (!$dara.isNull(request.status)) {
|
|
35075
|
+
query["Status"] = request.status;
|
|
35076
|
+
}
|
|
35077
|
+
if (!$dara.isNull(request.studyMode)) {
|
|
35078
|
+
query["StudyMode"] = request.studyMode;
|
|
35079
|
+
}
|
|
35080
|
+
if (!$dara.isNull(request.studyTimeEnd)) {
|
|
35081
|
+
query["StudyTimeEnd"] = request.studyTimeEnd;
|
|
35082
|
+
}
|
|
35083
|
+
if (!$dara.isNull(request.studyTimeStart)) {
|
|
35084
|
+
query["StudyTimeStart"] = request.studyTimeStart;
|
|
35085
|
+
}
|
|
35086
|
+
if (!$dara.isNull(request.uuid)) {
|
|
35087
|
+
query["Uuid"] = request.uuid;
|
|
35088
|
+
}
|
|
35089
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
35090
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
35091
|
+
});
|
|
35092
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
35093
|
+
action: "ListUnknownThreatDetectMachine",
|
|
35094
|
+
version: "2018-12-03",
|
|
35095
|
+
protocol: "HTTPS",
|
|
35096
|
+
pathname: "/",
|
|
35097
|
+
method: "POST",
|
|
35098
|
+
authType: "AK",
|
|
35099
|
+
style: "RPC",
|
|
35100
|
+
reqBodyType: "formData",
|
|
35101
|
+
bodyType: "json",
|
|
35102
|
+
});
|
|
35103
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUnknownThreatDetectMachineResponse({}));
|
|
35104
|
+
}
|
|
35105
|
+
/**
|
|
35106
|
+
* 查询未知威胁发现的机器列表
|
|
35107
|
+
*
|
|
35108
|
+
* @param request - ListUnknownThreatDetectMachineRequest
|
|
35109
|
+
* @returns ListUnknownThreatDetectMachineResponse
|
|
35110
|
+
*/
|
|
35111
|
+
async listUnknownThreatDetectMachine(request) {
|
|
35112
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
35113
|
+
return await this.listUnknownThreatDetectMachineWithOptions(request, runtime);
|
|
35114
|
+
}
|
|
35115
|
+
/**
|
|
35116
|
+
* 查询未知威胁发现进程列表
|
|
35117
|
+
*
|
|
35118
|
+
* @param request - ListUnknownThreatDetectProcessRequest
|
|
35119
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
35120
|
+
* @returns ListUnknownThreatDetectProcessResponse
|
|
35121
|
+
*/
|
|
35122
|
+
async listUnknownThreatDetectProcessWithOptions(request, runtime) {
|
|
35123
|
+
request.validate();
|
|
35124
|
+
let query = {};
|
|
35125
|
+
if (!$dara.isNull(request.analyzeResult)) {
|
|
35126
|
+
query["AnalyzeResult"] = request.analyzeResult;
|
|
35127
|
+
}
|
|
35128
|
+
if (!$dara.isNull(request.currentPage)) {
|
|
35129
|
+
query["CurrentPage"] = request.currentPage;
|
|
35130
|
+
}
|
|
35131
|
+
if (!$dara.isNull(request.firstTimeEnd)) {
|
|
35132
|
+
query["FirstTimeEnd"] = request.firstTimeEnd;
|
|
35133
|
+
}
|
|
35134
|
+
if (!$dara.isNull(request.firstTimeStart)) {
|
|
35135
|
+
query["FirstTimeStart"] = request.firstTimeStart;
|
|
35136
|
+
}
|
|
35137
|
+
if (!$dara.isNull(request.md5)) {
|
|
35138
|
+
query["Md5"] = request.md5;
|
|
35139
|
+
}
|
|
35140
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
35141
|
+
query["PageSize"] = request.pageSize;
|
|
35142
|
+
}
|
|
35143
|
+
if (!$dara.isNull(request.path)) {
|
|
35144
|
+
query["Path"] = request.path;
|
|
35145
|
+
}
|
|
35146
|
+
if (!$dara.isNull(request.processPath)) {
|
|
35147
|
+
query["ProcessPath"] = request.processPath;
|
|
35148
|
+
}
|
|
35149
|
+
if (!$dara.isNull(request.remark)) {
|
|
35150
|
+
query["Remark"] = request.remark;
|
|
35151
|
+
}
|
|
35152
|
+
if (!$dara.isNull(request.sha256)) {
|
|
35153
|
+
query["Sha256"] = request.sha256;
|
|
35154
|
+
}
|
|
35155
|
+
if (!$dara.isNull(request.uuid)) {
|
|
35156
|
+
query["Uuid"] = request.uuid;
|
|
35157
|
+
}
|
|
35158
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
35159
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
35160
|
+
});
|
|
35161
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
35162
|
+
action: "ListUnknownThreatDetectProcess",
|
|
35163
|
+
version: "2018-12-03",
|
|
35164
|
+
protocol: "HTTPS",
|
|
35165
|
+
pathname: "/",
|
|
35166
|
+
method: "POST",
|
|
35167
|
+
authType: "AK",
|
|
35168
|
+
style: "RPC",
|
|
35169
|
+
reqBodyType: "formData",
|
|
35170
|
+
bodyType: "json",
|
|
35171
|
+
});
|
|
35172
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUnknownThreatDetectProcessResponse({}));
|
|
35173
|
+
}
|
|
35174
|
+
/**
|
|
35175
|
+
* 查询未知威胁发现进程列表
|
|
35176
|
+
*
|
|
35177
|
+
* @param request - ListUnknownThreatDetectProcessRequest
|
|
35178
|
+
* @returns ListUnknownThreatDetectProcessResponse
|
|
35179
|
+
*/
|
|
35180
|
+
async listUnknownThreatDetectProcess(request) {
|
|
35181
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
35182
|
+
return await this.listUnknownThreatDetectProcessWithOptions(request, runtime);
|
|
35183
|
+
}
|
|
35184
|
+
/**
|
|
35185
|
+
* 查询未知威胁发现策略列表
|
|
35186
|
+
*
|
|
35187
|
+
* @param request - ListUnknownThreatDetectStrategyRequest
|
|
35188
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
35189
|
+
* @returns ListUnknownThreatDetectStrategyResponse
|
|
35190
|
+
*/
|
|
35191
|
+
async listUnknownThreatDetectStrategyWithOptions(request, runtime) {
|
|
35192
|
+
request.validate();
|
|
35193
|
+
let query = {};
|
|
35194
|
+
if (!$dara.isNull(request.currentPage)) {
|
|
35195
|
+
query["CurrentPage"] = request.currentPage;
|
|
35196
|
+
}
|
|
35197
|
+
if (!$dara.isNull(request.id)) {
|
|
35198
|
+
query["Id"] = request.id;
|
|
35199
|
+
}
|
|
35200
|
+
if (!$dara.isNull(request.name)) {
|
|
35201
|
+
query["Name"] = request.name;
|
|
35202
|
+
}
|
|
35203
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
35204
|
+
query["PageSize"] = request.pageSize;
|
|
35205
|
+
}
|
|
35206
|
+
if (!$dara.isNull(request.studyMode)) {
|
|
35207
|
+
query["StudyMode"] = request.studyMode;
|
|
35208
|
+
}
|
|
35209
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
35210
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
35211
|
+
});
|
|
35212
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
35213
|
+
action: "ListUnknownThreatDetectStrategy",
|
|
35214
|
+
version: "2018-12-03",
|
|
35215
|
+
protocol: "HTTPS",
|
|
35216
|
+
pathname: "/",
|
|
35217
|
+
method: "POST",
|
|
35218
|
+
authType: "AK",
|
|
35219
|
+
style: "RPC",
|
|
35220
|
+
reqBodyType: "formData",
|
|
35221
|
+
bodyType: "json",
|
|
35222
|
+
});
|
|
35223
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUnknownThreatDetectStrategyResponse({}));
|
|
35224
|
+
}
|
|
35225
|
+
/**
|
|
35226
|
+
* 查询未知威胁发现策略列表
|
|
35227
|
+
*
|
|
35228
|
+
* @param request - ListUnknownThreatDetectStrategyRequest
|
|
35229
|
+
* @returns ListUnknownThreatDetectStrategyResponse
|
|
35230
|
+
*/
|
|
35231
|
+
async listUnknownThreatDetectStrategy(request) {
|
|
35232
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
35233
|
+
return await this.listUnknownThreatDetectStrategyWithOptions(request, runtime);
|
|
35234
|
+
}
|
|
34754
35235
|
/**
|
|
34755
35236
|
* Get VPC Data
|
|
34756
35237
|
*
|
|
@@ -37967,7 +38448,7 @@ class Client extends openapi_core_1.default {
|
|
|
37967
38448
|
return await this.modifySecurityEventMarkMissIndividuallyWithOptions(request, runtime);
|
|
37968
38449
|
}
|
|
37969
38450
|
/**
|
|
37970
|
-
*
|
|
38451
|
+
* Serverless Asset authorization Management.
|
|
37971
38452
|
*
|
|
37972
38453
|
* @param request - ModifyServerlessAuthToMachineRequest
|
|
37973
38454
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -38038,7 +38519,7 @@ class Client extends openapi_core_1.default {
|
|
|
38038
38519
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyServerlessAuthToMachineResponse({}));
|
|
38039
38520
|
}
|
|
38040
38521
|
/**
|
|
38041
|
-
*
|
|
38522
|
+
* Serverless Asset authorization Management.
|
|
38042
38523
|
*
|
|
38043
38524
|
* @param request - ModifyServerlessAuthToMachineRequest
|
|
38044
38525
|
* @returns ModifyServerlessAuthToMachineResponse
|
|
@@ -39689,6 +40170,51 @@ class Client extends openapi_core_1.default {
|
|
|
39689
40170
|
let runtime = new $dara.RuntimeOptions({});
|
|
39690
40171
|
return await this.operateSwitchStatusWithOptions(request, runtime);
|
|
39691
40172
|
}
|
|
40173
|
+
/**
|
|
40174
|
+
* 修改未知威胁发现的机器状态
|
|
40175
|
+
*
|
|
40176
|
+
* @param request - OperateUnknownThreatDetectMachineRequest
|
|
40177
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
40178
|
+
* @returns OperateUnknownThreatDetectMachineResponse
|
|
40179
|
+
*/
|
|
40180
|
+
async operateUnknownThreatDetectMachineWithOptions(request, runtime) {
|
|
40181
|
+
request.validate();
|
|
40182
|
+
let query = {};
|
|
40183
|
+
if (!$dara.isNull(request.operateType)) {
|
|
40184
|
+
query["OperateType"] = request.operateType;
|
|
40185
|
+
}
|
|
40186
|
+
if (!$dara.isNull(request.status)) {
|
|
40187
|
+
query["Status"] = request.status;
|
|
40188
|
+
}
|
|
40189
|
+
if (!$dara.isNull(request.uuidList)) {
|
|
40190
|
+
query["UuidList"] = request.uuidList;
|
|
40191
|
+
}
|
|
40192
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
40193
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
40194
|
+
});
|
|
40195
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
40196
|
+
action: "OperateUnknownThreatDetectMachine",
|
|
40197
|
+
version: "2018-12-03",
|
|
40198
|
+
protocol: "HTTPS",
|
|
40199
|
+
pathname: "/",
|
|
40200
|
+
method: "POST",
|
|
40201
|
+
authType: "AK",
|
|
40202
|
+
style: "RPC",
|
|
40203
|
+
reqBodyType: "formData",
|
|
40204
|
+
bodyType: "json",
|
|
40205
|
+
});
|
|
40206
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateUnknownThreatDetectMachineResponse({}));
|
|
40207
|
+
}
|
|
40208
|
+
/**
|
|
40209
|
+
* 修改未知威胁发现的机器状态
|
|
40210
|
+
*
|
|
40211
|
+
* @param request - OperateUnknownThreatDetectMachineRequest
|
|
40212
|
+
* @returns OperateUnknownThreatDetectMachineResponse
|
|
40213
|
+
*/
|
|
40214
|
+
async operateUnknownThreatDetectMachine(request) {
|
|
40215
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
40216
|
+
return await this.operateUnknownThreatDetectMachineWithOptions(request, runtime);
|
|
40217
|
+
}
|
|
39692
40218
|
/**
|
|
39693
40219
|
* Handles alert events that are generated by the antivirus feature. You can perform in-depth detection and removal, add alert events to the whitelist, ignore alert events, or manually handle alert events.
|
|
39694
40220
|
*
|
|
@@ -40499,7 +41025,6 @@ class Client extends openapi_core_1.default {
|
|
|
40499
41025
|
/**
|
|
40500
41026
|
* Queries the list of beginner tasks. Security Center provides rewards for users who complete tasks. The rewards include the quota for a value-added feature and log storage capacity.
|
|
40501
41027
|
*
|
|
40502
|
-
* @param request - QueryGuidTaskListRequest
|
|
40503
41028
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
40504
41029
|
* @returns QueryGuidTaskListResponse
|
|
40505
41030
|
*/
|
|
@@ -40781,7 +41306,6 @@ class Client extends openapi_core_1.default {
|
|
|
40781
41306
|
/**
|
|
40782
41307
|
* Refreshes the list of Object Storage Service (OSS) buckets.
|
|
40783
41308
|
*
|
|
40784
|
-
* @param request - RefreshOssBucketScanInfoRequest
|
|
40785
41309
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
40786
41310
|
* @returns RefreshOssBucketScanInfoResponse
|
|
40787
41311
|
*/
|
|
@@ -41943,7 +42467,6 @@ class Client extends openapi_core_1.default {
|
|
|
41943
42467
|
/**
|
|
41944
42468
|
* Starts a database scan task.
|
|
41945
42469
|
*
|
|
41946
|
-
* @param request - StartDiscoverDatabaseTaskRequest
|
|
41947
42470
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
41948
42471
|
* @returns StartDiscoverDatabaseTaskResponse
|
|
41949
42472
|
*/
|
|
@@ -42015,7 +42538,6 @@ class Client extends openapi_core_1.default {
|
|
|
42015
42538
|
/**
|
|
42016
42539
|
* Starts an IDC scan task.
|
|
42017
42540
|
*
|
|
42018
|
-
* @param request - StartIdcProbeScanRequest
|
|
42019
42541
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
42020
42542
|
* @returns StartIdcProbeScanResponse
|
|
42021
42543
|
*/
|
|
@@ -42267,7 +42789,6 @@ class Client extends openapi_core_1.default {
|
|
|
42267
42789
|
/**
|
|
42268
42790
|
* Submits a free quick scan task, which includes vulnerability detection in the free category and free check items of Cloud Security Posture Management (CSPM).
|
|
42269
42791
|
*
|
|
42270
|
-
* @param request - SubmitTenantCheckRequest
|
|
42271
42792
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
42272
42793
|
* @returns SubmitTenantCheckResponse
|
|
42273
42794
|
*/
|
|
@@ -42297,7 +42818,6 @@ class Client extends openapi_core_1.default {
|
|
|
42297
42818
|
/**
|
|
42298
42819
|
* Triggers ISO 27001 compliance checks of Security Center.
|
|
42299
42820
|
*
|
|
42300
|
-
* @param request - TriggerCheckRequest
|
|
42301
42821
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
42302
42822
|
* @returns TriggerCheckResponse
|
|
42303
42823
|
*/
|
|
@@ -44389,6 +44909,99 @@ class Client extends openapi_core_1.default {
|
|
|
44389
44909
|
let runtime = new $dara.RuntimeOptions({});
|
|
44390
44910
|
return await this.updateTargetListByBatchWithOptions(request, runtime);
|
|
44391
44911
|
}
|
|
44912
|
+
/**
|
|
44913
|
+
* 更新未知威胁发现的进程详情
|
|
44914
|
+
*
|
|
44915
|
+
* @param request - UpdateUnknownThreatDetectProcessRequest
|
|
44916
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44917
|
+
* @returns UpdateUnknownThreatDetectProcessResponse
|
|
44918
|
+
*/
|
|
44919
|
+
async updateUnknownThreatDetectProcessWithOptions(request, runtime) {
|
|
44920
|
+
request.validate();
|
|
44921
|
+
let query = {};
|
|
44922
|
+
if (!$dara.isNull(request.processId)) {
|
|
44923
|
+
query["ProcessId"] = request.processId;
|
|
44924
|
+
}
|
|
44925
|
+
if (!$dara.isNull(request.remark)) {
|
|
44926
|
+
query["Remark"] = request.remark;
|
|
44927
|
+
}
|
|
44928
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
44929
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
44930
|
+
});
|
|
44931
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
44932
|
+
action: "UpdateUnknownThreatDetectProcess",
|
|
44933
|
+
version: "2018-12-03",
|
|
44934
|
+
protocol: "HTTPS",
|
|
44935
|
+
pathname: "/",
|
|
44936
|
+
method: "POST",
|
|
44937
|
+
authType: "AK",
|
|
44938
|
+
style: "RPC",
|
|
44939
|
+
reqBodyType: "formData",
|
|
44940
|
+
bodyType: "json",
|
|
44941
|
+
});
|
|
44942
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateUnknownThreatDetectProcessResponse({}));
|
|
44943
|
+
}
|
|
44944
|
+
/**
|
|
44945
|
+
* 更新未知威胁发现的进程详情
|
|
44946
|
+
*
|
|
44947
|
+
* @param request - UpdateUnknownThreatDetectProcessRequest
|
|
44948
|
+
* @returns UpdateUnknownThreatDetectProcessResponse
|
|
44949
|
+
*/
|
|
44950
|
+
async updateUnknownThreatDetectProcess(request) {
|
|
44951
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
44952
|
+
return await this.updateUnknownThreatDetectProcessWithOptions(request, runtime);
|
|
44953
|
+
}
|
|
44954
|
+
/**
|
|
44955
|
+
* 更新未知威胁发现策略
|
|
44956
|
+
*
|
|
44957
|
+
* @param request - UpdateUnknownThreatDetectStrategyRequest
|
|
44958
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
44959
|
+
* @returns UpdateUnknownThreatDetectStrategyResponse
|
|
44960
|
+
*/
|
|
44961
|
+
async updateUnknownThreatDetectStrategyWithOptions(request, runtime) {
|
|
44962
|
+
request.validate();
|
|
44963
|
+
let query = {};
|
|
44964
|
+
if (!$dara.isNull(request.durationDaysAfterInit)) {
|
|
44965
|
+
query["DurationDaysAfterInit"] = request.durationDaysAfterInit;
|
|
44966
|
+
}
|
|
44967
|
+
if (!$dara.isNull(request.durationDaysAfterStop)) {
|
|
44968
|
+
query["DurationDaysAfterStop"] = request.durationDaysAfterStop;
|
|
44969
|
+
}
|
|
44970
|
+
if (!$dara.isNull(request.id)) {
|
|
44971
|
+
query["Id"] = request.id;
|
|
44972
|
+
}
|
|
44973
|
+
if (!$dara.isNull(request.name)) {
|
|
44974
|
+
query["Name"] = request.name;
|
|
44975
|
+
}
|
|
44976
|
+
if (!$dara.isNull(request.studyMode)) {
|
|
44977
|
+
query["StudyMode"] = request.studyMode;
|
|
44978
|
+
}
|
|
44979
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
44980
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
44981
|
+
});
|
|
44982
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
44983
|
+
action: "UpdateUnknownThreatDetectStrategy",
|
|
44984
|
+
version: "2018-12-03",
|
|
44985
|
+
protocol: "HTTPS",
|
|
44986
|
+
pathname: "/",
|
|
44987
|
+
method: "POST",
|
|
44988
|
+
authType: "AK",
|
|
44989
|
+
style: "RPC",
|
|
44990
|
+
reqBodyType: "formData",
|
|
44991
|
+
bodyType: "json",
|
|
44992
|
+
});
|
|
44993
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateUnknownThreatDetectStrategyResponse({}));
|
|
44994
|
+
}
|
|
44995
|
+
/**
|
|
44996
|
+
* 更新未知威胁发现策略
|
|
44997
|
+
*
|
|
44998
|
+
* @param request - UpdateUnknownThreatDetectStrategyRequest
|
|
44999
|
+
* @returns UpdateUnknownThreatDetectStrategyResponse
|
|
45000
|
+
*/
|
|
45001
|
+
async updateUnknownThreatDetectStrategy(request) {
|
|
45002
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
45003
|
+
return await this.updateUnknownThreatDetectStrategyWithOptions(request, runtime);
|
|
45004
|
+
}
|
|
44392
45005
|
/**
|
|
44393
45006
|
* Updates the IP address whitelist of an image repository.
|
|
44394
45007
|
*
|