@alicloud/sas20181203 2.0.0 → 2.1.1
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 +1932 -525
- package/dist/client.js +3319 -330
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +4154 -336
package/dist/client.d.ts
CHANGED
|
@@ -204,6 +204,58 @@ export declare class AddInstallCodeResponse extends $tea.Model {
|
|
|
204
204
|
[key: string]: any;
|
|
205
205
|
});
|
|
206
206
|
}
|
|
207
|
+
export declare class AddPrivateRegistryRequest extends $tea.Model {
|
|
208
|
+
domainName?: string;
|
|
209
|
+
extraParam?: string;
|
|
210
|
+
netType?: number;
|
|
211
|
+
password?: string;
|
|
212
|
+
protocolType?: number;
|
|
213
|
+
registryHostIp?: string;
|
|
214
|
+
registryRegionId?: string;
|
|
215
|
+
registryType?: string;
|
|
216
|
+
registryVersion?: string;
|
|
217
|
+
transPerHour?: number;
|
|
218
|
+
userName?: string;
|
|
219
|
+
vpcId?: string;
|
|
220
|
+
static names(): {
|
|
221
|
+
[key: string]: string;
|
|
222
|
+
};
|
|
223
|
+
static types(): {
|
|
224
|
+
[key: string]: any;
|
|
225
|
+
};
|
|
226
|
+
constructor(map?: {
|
|
227
|
+
[key: string]: any;
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
export declare class AddPrivateRegistryResponseBody extends $tea.Model {
|
|
231
|
+
data?: AddPrivateRegistryResponseBodyData;
|
|
232
|
+
requestId?: string;
|
|
233
|
+
static names(): {
|
|
234
|
+
[key: string]: string;
|
|
235
|
+
};
|
|
236
|
+
static types(): {
|
|
237
|
+
[key: string]: any;
|
|
238
|
+
};
|
|
239
|
+
constructor(map?: {
|
|
240
|
+
[key: string]: any;
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
export declare class AddPrivateRegistryResponse extends $tea.Model {
|
|
244
|
+
headers: {
|
|
245
|
+
[key: string]: string;
|
|
246
|
+
};
|
|
247
|
+
statusCode: number;
|
|
248
|
+
body: AddPrivateRegistryResponseBody;
|
|
249
|
+
static names(): {
|
|
250
|
+
[key: string]: string;
|
|
251
|
+
};
|
|
252
|
+
static types(): {
|
|
253
|
+
[key: string]: any;
|
|
254
|
+
};
|
|
255
|
+
constructor(map?: {
|
|
256
|
+
[key: string]: any;
|
|
257
|
+
});
|
|
258
|
+
}
|
|
207
259
|
export declare class AddTagWithUuidRequest extends $tea.Model {
|
|
208
260
|
tagName?: string;
|
|
209
261
|
uuidList?: string;
|
|
@@ -506,8 +558,8 @@ export declare class CancelOnceTaskResponse extends $tea.Model {
|
|
|
506
558
|
});
|
|
507
559
|
}
|
|
508
560
|
export declare class ChangeCheckConfigRequest extends $tea.Model {
|
|
509
|
-
cycleDays?: number[];
|
|
510
561
|
endTime?: number;
|
|
562
|
+
regionId?: string;
|
|
511
563
|
standardIds?: number[];
|
|
512
564
|
startTime?: number;
|
|
513
565
|
static names(): {
|
|
@@ -1254,6 +1306,126 @@ export declare class CreateHoneypotProbeResponse extends $tea.Model {
|
|
|
1254
1306
|
[key: string]: any;
|
|
1255
1307
|
});
|
|
1256
1308
|
}
|
|
1309
|
+
export declare class CreateInterceptionRuleRequest extends $tea.Model {
|
|
1310
|
+
clusterId?: string;
|
|
1311
|
+
clusterName?: string;
|
|
1312
|
+
dstTargetList?: {
|
|
1313
|
+
[key: string]: any;
|
|
1314
|
+
};
|
|
1315
|
+
interceptType?: number;
|
|
1316
|
+
orderIndex?: number;
|
|
1317
|
+
ruleName?: string;
|
|
1318
|
+
ruleSwitch?: number;
|
|
1319
|
+
ruleType?: string;
|
|
1320
|
+
srcTarget?: {
|
|
1321
|
+
[key: string]: any;
|
|
1322
|
+
};
|
|
1323
|
+
static names(): {
|
|
1324
|
+
[key: string]: string;
|
|
1325
|
+
};
|
|
1326
|
+
static types(): {
|
|
1327
|
+
[key: string]: any;
|
|
1328
|
+
};
|
|
1329
|
+
constructor(map?: {
|
|
1330
|
+
[key: string]: any;
|
|
1331
|
+
});
|
|
1332
|
+
}
|
|
1333
|
+
export declare class CreateInterceptionRuleShrinkRequest extends $tea.Model {
|
|
1334
|
+
clusterId?: string;
|
|
1335
|
+
clusterName?: string;
|
|
1336
|
+
dstTargetListShrink?: string;
|
|
1337
|
+
interceptType?: number;
|
|
1338
|
+
orderIndex?: number;
|
|
1339
|
+
ruleName?: string;
|
|
1340
|
+
ruleSwitch?: number;
|
|
1341
|
+
ruleType?: string;
|
|
1342
|
+
srcTargetShrink?: string;
|
|
1343
|
+
static names(): {
|
|
1344
|
+
[key: string]: string;
|
|
1345
|
+
};
|
|
1346
|
+
static types(): {
|
|
1347
|
+
[key: string]: any;
|
|
1348
|
+
};
|
|
1349
|
+
constructor(map?: {
|
|
1350
|
+
[key: string]: any;
|
|
1351
|
+
});
|
|
1352
|
+
}
|
|
1353
|
+
export declare class CreateInterceptionRuleResponseBody extends $tea.Model {
|
|
1354
|
+
requestId?: string;
|
|
1355
|
+
static names(): {
|
|
1356
|
+
[key: string]: string;
|
|
1357
|
+
};
|
|
1358
|
+
static types(): {
|
|
1359
|
+
[key: string]: any;
|
|
1360
|
+
};
|
|
1361
|
+
constructor(map?: {
|
|
1362
|
+
[key: string]: any;
|
|
1363
|
+
});
|
|
1364
|
+
}
|
|
1365
|
+
export declare class CreateInterceptionRuleResponse extends $tea.Model {
|
|
1366
|
+
headers: {
|
|
1367
|
+
[key: string]: string;
|
|
1368
|
+
};
|
|
1369
|
+
statusCode: number;
|
|
1370
|
+
body: CreateInterceptionRuleResponseBody;
|
|
1371
|
+
static names(): {
|
|
1372
|
+
[key: string]: string;
|
|
1373
|
+
};
|
|
1374
|
+
static types(): {
|
|
1375
|
+
[key: string]: any;
|
|
1376
|
+
};
|
|
1377
|
+
constructor(map?: {
|
|
1378
|
+
[key: string]: any;
|
|
1379
|
+
});
|
|
1380
|
+
}
|
|
1381
|
+
export declare class CreateInterceptionTargetRequest extends $tea.Model {
|
|
1382
|
+
appName?: string;
|
|
1383
|
+
clusterId?: string;
|
|
1384
|
+
clusterName?: string;
|
|
1385
|
+
imageList?: string[];
|
|
1386
|
+
namespace?: string;
|
|
1387
|
+
tagList?: string[];
|
|
1388
|
+
targetName?: string;
|
|
1389
|
+
targetType?: string;
|
|
1390
|
+
static names(): {
|
|
1391
|
+
[key: string]: string;
|
|
1392
|
+
};
|
|
1393
|
+
static types(): {
|
|
1394
|
+
[key: string]: any;
|
|
1395
|
+
};
|
|
1396
|
+
constructor(map?: {
|
|
1397
|
+
[key: string]: any;
|
|
1398
|
+
});
|
|
1399
|
+
}
|
|
1400
|
+
export declare class CreateInterceptionTargetResponseBody extends $tea.Model {
|
|
1401
|
+
requestId?: string;
|
|
1402
|
+
result?: boolean;
|
|
1403
|
+
static names(): {
|
|
1404
|
+
[key: string]: string;
|
|
1405
|
+
};
|
|
1406
|
+
static types(): {
|
|
1407
|
+
[key: string]: any;
|
|
1408
|
+
};
|
|
1409
|
+
constructor(map?: {
|
|
1410
|
+
[key: string]: any;
|
|
1411
|
+
});
|
|
1412
|
+
}
|
|
1413
|
+
export declare class CreateInterceptionTargetResponse extends $tea.Model {
|
|
1414
|
+
headers: {
|
|
1415
|
+
[key: string]: string;
|
|
1416
|
+
};
|
|
1417
|
+
statusCode: number;
|
|
1418
|
+
body: CreateInterceptionTargetResponseBody;
|
|
1419
|
+
static names(): {
|
|
1420
|
+
[key: string]: string;
|
|
1421
|
+
};
|
|
1422
|
+
static types(): {
|
|
1423
|
+
[key: string]: any;
|
|
1424
|
+
};
|
|
1425
|
+
constructor(map?: {
|
|
1426
|
+
[key: string]: any;
|
|
1427
|
+
});
|
|
1428
|
+
}
|
|
1257
1429
|
export declare class CreateJenkinsImageRegistryRequest extends $tea.Model {
|
|
1258
1430
|
domainName?: string;
|
|
1259
1431
|
extraParam?: string;
|
|
@@ -2328,6 +2500,47 @@ export declare class DeleteLoginBaseConfigResponse extends $tea.Model {
|
|
|
2328
2500
|
[key: string]: any;
|
|
2329
2501
|
});
|
|
2330
2502
|
}
|
|
2503
|
+
export declare class DeletePrivateRegistryRequest extends $tea.Model {
|
|
2504
|
+
registryId?: number;
|
|
2505
|
+
static names(): {
|
|
2506
|
+
[key: string]: string;
|
|
2507
|
+
};
|
|
2508
|
+
static types(): {
|
|
2509
|
+
[key: string]: any;
|
|
2510
|
+
};
|
|
2511
|
+
constructor(map?: {
|
|
2512
|
+
[key: string]: any;
|
|
2513
|
+
});
|
|
2514
|
+
}
|
|
2515
|
+
export declare class DeletePrivateRegistryResponseBody extends $tea.Model {
|
|
2516
|
+
data?: boolean;
|
|
2517
|
+
requestId?: string;
|
|
2518
|
+
static names(): {
|
|
2519
|
+
[key: string]: string;
|
|
2520
|
+
};
|
|
2521
|
+
static types(): {
|
|
2522
|
+
[key: string]: any;
|
|
2523
|
+
};
|
|
2524
|
+
constructor(map?: {
|
|
2525
|
+
[key: string]: any;
|
|
2526
|
+
});
|
|
2527
|
+
}
|
|
2528
|
+
export declare class DeletePrivateRegistryResponse extends $tea.Model {
|
|
2529
|
+
headers: {
|
|
2530
|
+
[key: string]: string;
|
|
2531
|
+
};
|
|
2532
|
+
statusCode: number;
|
|
2533
|
+
body: DeletePrivateRegistryResponseBody;
|
|
2534
|
+
static names(): {
|
|
2535
|
+
[key: string]: string;
|
|
2536
|
+
};
|
|
2537
|
+
static types(): {
|
|
2538
|
+
[key: string]: any;
|
|
2539
|
+
};
|
|
2540
|
+
constructor(map?: {
|
|
2541
|
+
[key: string]: any;
|
|
2542
|
+
});
|
|
2543
|
+
}
|
|
2331
2544
|
export declare class DeleteSecurityEventMarkMissListRequest extends $tea.Model {
|
|
2332
2545
|
ids?: number[];
|
|
2333
2546
|
resourceOwnerId?: number;
|
|
@@ -3139,7 +3352,9 @@ export declare class DescribeAllImageBaselineResponse extends $tea.Model {
|
|
|
3139
3352
|
});
|
|
3140
3353
|
}
|
|
3141
3354
|
export declare class DescribeAntiBruteForceRulesRequest extends $tea.Model {
|
|
3355
|
+
currentPage?: number;
|
|
3142
3356
|
id?: number;
|
|
3357
|
+
pageSize?: string;
|
|
3143
3358
|
resourceOwnerId?: number;
|
|
3144
3359
|
sourceIp?: string;
|
|
3145
3360
|
static names(): {
|
|
@@ -3325,6 +3540,51 @@ export declare class DescribeAssetSummaryResponse extends $tea.Model {
|
|
|
3325
3540
|
[key: string]: any;
|
|
3326
3541
|
});
|
|
3327
3542
|
}
|
|
3543
|
+
export declare class DescribeAssetsSecurityEventSummaryRequest extends $tea.Model {
|
|
3544
|
+
clusterId?: string;
|
|
3545
|
+
containerFieldName?: string;
|
|
3546
|
+
containerFieldValue?: string;
|
|
3547
|
+
resourceOwnerId?: number;
|
|
3548
|
+
sourceIp?: string;
|
|
3549
|
+
static names(): {
|
|
3550
|
+
[key: string]: string;
|
|
3551
|
+
};
|
|
3552
|
+
static types(): {
|
|
3553
|
+
[key: string]: any;
|
|
3554
|
+
};
|
|
3555
|
+
constructor(map?: {
|
|
3556
|
+
[key: string]: any;
|
|
3557
|
+
});
|
|
3558
|
+
}
|
|
3559
|
+
export declare class DescribeAssetsSecurityEventSummaryResponseBody extends $tea.Model {
|
|
3560
|
+
assets?: DescribeAssetsSecurityEventSummaryResponseBodyAssets[];
|
|
3561
|
+
requestId?: string;
|
|
3562
|
+
static names(): {
|
|
3563
|
+
[key: string]: string;
|
|
3564
|
+
};
|
|
3565
|
+
static types(): {
|
|
3566
|
+
[key: string]: any;
|
|
3567
|
+
};
|
|
3568
|
+
constructor(map?: {
|
|
3569
|
+
[key: string]: any;
|
|
3570
|
+
});
|
|
3571
|
+
}
|
|
3572
|
+
export declare class DescribeAssetsSecurityEventSummaryResponse extends $tea.Model {
|
|
3573
|
+
headers: {
|
|
3574
|
+
[key: string]: string;
|
|
3575
|
+
};
|
|
3576
|
+
statusCode: number;
|
|
3577
|
+
body: DescribeAssetsSecurityEventSummaryResponseBody;
|
|
3578
|
+
static names(): {
|
|
3579
|
+
[key: string]: string;
|
|
3580
|
+
};
|
|
3581
|
+
static types(): {
|
|
3582
|
+
[key: string]: any;
|
|
3583
|
+
};
|
|
3584
|
+
constructor(map?: {
|
|
3585
|
+
[key: string]: any;
|
|
3586
|
+
});
|
|
3587
|
+
}
|
|
3328
3588
|
export declare class DescribeAttackAnalysisDataRequest extends $tea.Model {
|
|
3329
3589
|
base64?: string;
|
|
3330
3590
|
currentPage?: number;
|
|
@@ -4748,9 +5008,27 @@ export declare class DescribeContainerStatisticsResponse extends $tea.Model {
|
|
|
4748
5008
|
[key: string]: any;
|
|
4749
5009
|
});
|
|
4750
5010
|
}
|
|
4751
|
-
export declare class
|
|
4752
|
-
|
|
5011
|
+
export declare class DescribeContainerTagsRequest extends $tea.Model {
|
|
5012
|
+
appName?: string;
|
|
5013
|
+
clusterId?: string;
|
|
5014
|
+
currentPage?: number;
|
|
5015
|
+
fieldName?: string;
|
|
5016
|
+
fieldValue?: string;
|
|
5017
|
+
namespace?: string;
|
|
5018
|
+
pageSize?: number;
|
|
5019
|
+
static names(): {
|
|
5020
|
+
[key: string]: string;
|
|
5021
|
+
};
|
|
5022
|
+
static types(): {
|
|
5023
|
+
[key: string]: any;
|
|
5024
|
+
};
|
|
5025
|
+
constructor(map?: {
|
|
5026
|
+
[key: string]: any;
|
|
5027
|
+
});
|
|
5028
|
+
}
|
|
5029
|
+
export declare class DescribeContainerTagsResponseBody extends $tea.Model {
|
|
4753
5030
|
requestId?: string;
|
|
5031
|
+
tagValues?: string[];
|
|
4754
5032
|
static names(): {
|
|
4755
5033
|
[key: string]: string;
|
|
4756
5034
|
};
|
|
@@ -4761,12 +5039,12 @@ export declare class DescribeCountNotScannedImageResponseBody extends $tea.Model
|
|
|
4761
5039
|
[key: string]: any;
|
|
4762
5040
|
});
|
|
4763
5041
|
}
|
|
4764
|
-
export declare class
|
|
5042
|
+
export declare class DescribeContainerTagsResponse extends $tea.Model {
|
|
4765
5043
|
headers: {
|
|
4766
5044
|
[key: string]: string;
|
|
4767
5045
|
};
|
|
4768
5046
|
statusCode: number;
|
|
4769
|
-
body:
|
|
5047
|
+
body: DescribeContainerTagsResponseBody;
|
|
4770
5048
|
static names(): {
|
|
4771
5049
|
[key: string]: string;
|
|
4772
5050
|
};
|
|
@@ -4777,7 +5055,36 @@ export declare class DescribeCountNotScannedImageResponse extends $tea.Model {
|
|
|
4777
5055
|
[key: string]: any;
|
|
4778
5056
|
});
|
|
4779
5057
|
}
|
|
4780
|
-
export declare class
|
|
5058
|
+
export declare class DescribeCountNotScannedImageResponseBody extends $tea.Model {
|
|
5059
|
+
notScannedCnt?: number;
|
|
5060
|
+
requestId?: string;
|
|
5061
|
+
static names(): {
|
|
5062
|
+
[key: string]: string;
|
|
5063
|
+
};
|
|
5064
|
+
static types(): {
|
|
5065
|
+
[key: string]: any;
|
|
5066
|
+
};
|
|
5067
|
+
constructor(map?: {
|
|
5068
|
+
[key: string]: any;
|
|
5069
|
+
});
|
|
5070
|
+
}
|
|
5071
|
+
export declare class DescribeCountNotScannedImageResponse extends $tea.Model {
|
|
5072
|
+
headers: {
|
|
5073
|
+
[key: string]: string;
|
|
5074
|
+
};
|
|
5075
|
+
statusCode: number;
|
|
5076
|
+
body: DescribeCountNotScannedImageResponseBody;
|
|
5077
|
+
static names(): {
|
|
5078
|
+
[key: string]: string;
|
|
5079
|
+
};
|
|
5080
|
+
static types(): {
|
|
5081
|
+
[key: string]: any;
|
|
5082
|
+
};
|
|
5083
|
+
constructor(map?: {
|
|
5084
|
+
[key: string]: any;
|
|
5085
|
+
});
|
|
5086
|
+
}
|
|
5087
|
+
export declare class DescribeCountScannedImageResponseBody extends $tea.Model {
|
|
4781
5088
|
requestId?: string;
|
|
4782
5089
|
scannedCount?: number;
|
|
4783
5090
|
static names(): {
|
|
@@ -5725,6 +6032,54 @@ export declare class DescribeFrontVulPatchListResponse extends $tea.Model {
|
|
|
5725
6032
|
[key: string]: any;
|
|
5726
6033
|
});
|
|
5727
6034
|
}
|
|
6035
|
+
export declare class DescribeGroupStructRequest extends $tea.Model {
|
|
6036
|
+
lang?: string;
|
|
6037
|
+
static names(): {
|
|
6038
|
+
[key: string]: string;
|
|
6039
|
+
};
|
|
6040
|
+
static types(): {
|
|
6041
|
+
[key: string]: any;
|
|
6042
|
+
};
|
|
6043
|
+
constructor(map?: {
|
|
6044
|
+
[key: string]: any;
|
|
6045
|
+
});
|
|
6046
|
+
}
|
|
6047
|
+
export declare class DescribeGroupStructResponseBody extends $tea.Model {
|
|
6048
|
+
groupFather?: number;
|
|
6049
|
+
groupFlag?: number;
|
|
6050
|
+
groupId?: number;
|
|
6051
|
+
groupIndex?: number;
|
|
6052
|
+
groupLevel?: number;
|
|
6053
|
+
groupName?: string;
|
|
6054
|
+
groups?: string[];
|
|
6055
|
+
machineNum?: number;
|
|
6056
|
+
requestId?: string;
|
|
6057
|
+
static names(): {
|
|
6058
|
+
[key: string]: string;
|
|
6059
|
+
};
|
|
6060
|
+
static types(): {
|
|
6061
|
+
[key: string]: any;
|
|
6062
|
+
};
|
|
6063
|
+
constructor(map?: {
|
|
6064
|
+
[key: string]: any;
|
|
6065
|
+
});
|
|
6066
|
+
}
|
|
6067
|
+
export declare class DescribeGroupStructResponse extends $tea.Model {
|
|
6068
|
+
headers: {
|
|
6069
|
+
[key: string]: string;
|
|
6070
|
+
};
|
|
6071
|
+
statusCode: number;
|
|
6072
|
+
body: DescribeGroupStructResponseBody;
|
|
6073
|
+
static names(): {
|
|
6074
|
+
[key: string]: string;
|
|
6075
|
+
};
|
|
6076
|
+
static types(): {
|
|
6077
|
+
[key: string]: any;
|
|
6078
|
+
};
|
|
6079
|
+
constructor(map?: {
|
|
6080
|
+
[key: string]: any;
|
|
6081
|
+
});
|
|
6082
|
+
}
|
|
5728
6083
|
export declare class DescribeGroupedContainerInstancesRequest extends $tea.Model {
|
|
5729
6084
|
criteria?: string;
|
|
5730
6085
|
currentPage?: number;
|
|
@@ -5925,7 +6280,9 @@ export declare class DescribeGroupedTagsResponse extends $tea.Model {
|
|
|
5925
6280
|
}
|
|
5926
6281
|
export declare class DescribeGroupedVulRequest extends $tea.Model {
|
|
5927
6282
|
aliasName?: string;
|
|
6283
|
+
assetType?: string;
|
|
5928
6284
|
attachTypes?: string;
|
|
6285
|
+
containerFieldName?: string;
|
|
5929
6286
|
currentPage?: number;
|
|
5930
6287
|
dealed?: string;
|
|
5931
6288
|
groupId?: string;
|
|
@@ -5933,6 +6290,7 @@ export declare class DescribeGroupedVulRequest extends $tea.Model {
|
|
|
5933
6290
|
necessity?: string;
|
|
5934
6291
|
pageSize?: number;
|
|
5935
6292
|
searchTags?: string;
|
|
6293
|
+
targetType?: string;
|
|
5936
6294
|
type?: string;
|
|
5937
6295
|
uuids?: string;
|
|
5938
6296
|
static names(): {
|
|
@@ -13017,6 +13375,49 @@ export declare class GetAlarmMachineCountResponse extends $tea.Model {
|
|
|
13017
13375
|
[key: string]: any;
|
|
13018
13376
|
});
|
|
13019
13377
|
}
|
|
13378
|
+
export declare class GetAppNetworkRequest extends $tea.Model {
|
|
13379
|
+
clusterId?: string;
|
|
13380
|
+
endTime?: number;
|
|
13381
|
+
startTime?: number;
|
|
13382
|
+
static names(): {
|
|
13383
|
+
[key: string]: string;
|
|
13384
|
+
};
|
|
13385
|
+
static types(): {
|
|
13386
|
+
[key: string]: any;
|
|
13387
|
+
};
|
|
13388
|
+
constructor(map?: {
|
|
13389
|
+
[key: string]: any;
|
|
13390
|
+
});
|
|
13391
|
+
}
|
|
13392
|
+
export declare class GetAppNetworkResponseBody extends $tea.Model {
|
|
13393
|
+
appNetwork?: GetAppNetworkResponseBodyAppNetwork;
|
|
13394
|
+
requestId?: string;
|
|
13395
|
+
static names(): {
|
|
13396
|
+
[key: string]: string;
|
|
13397
|
+
};
|
|
13398
|
+
static types(): {
|
|
13399
|
+
[key: string]: any;
|
|
13400
|
+
};
|
|
13401
|
+
constructor(map?: {
|
|
13402
|
+
[key: string]: any;
|
|
13403
|
+
});
|
|
13404
|
+
}
|
|
13405
|
+
export declare class GetAppNetworkResponse extends $tea.Model {
|
|
13406
|
+
headers: {
|
|
13407
|
+
[key: string]: string;
|
|
13408
|
+
};
|
|
13409
|
+
statusCode: number;
|
|
13410
|
+
body: GetAppNetworkResponseBody;
|
|
13411
|
+
static names(): {
|
|
13412
|
+
[key: string]: string;
|
|
13413
|
+
};
|
|
13414
|
+
static types(): {
|
|
13415
|
+
[key: string]: any;
|
|
13416
|
+
};
|
|
13417
|
+
constructor(map?: {
|
|
13418
|
+
[key: string]: any;
|
|
13419
|
+
});
|
|
13420
|
+
}
|
|
13020
13421
|
export declare class GetAssetsPropertyDetailRequest extends $tea.Model {
|
|
13021
13422
|
biz?: string;
|
|
13022
13423
|
currentPage?: number;
|
|
@@ -13143,18 +13544,6 @@ export declare class GetBackupStorageCountResponse extends $tea.Model {
|
|
|
13143
13544
|
[key: string]: any;
|
|
13144
13545
|
});
|
|
13145
13546
|
}
|
|
13146
|
-
export declare class GetCheckConfigRequest extends $tea.Model {
|
|
13147
|
-
lang?: string;
|
|
13148
|
-
static names(): {
|
|
13149
|
-
[key: string]: string;
|
|
13150
|
-
};
|
|
13151
|
-
static types(): {
|
|
13152
|
-
[key: string]: any;
|
|
13153
|
-
};
|
|
13154
|
-
constructor(map?: {
|
|
13155
|
-
[key: string]: any;
|
|
13156
|
-
});
|
|
13157
|
-
}
|
|
13158
13547
|
export declare class GetCheckConfigResponseBody extends $tea.Model {
|
|
13159
13548
|
cycleDays?: number[];
|
|
13160
13549
|
endTime?: number;
|
|
@@ -13400,6 +13789,48 @@ export declare class GetClientUserDefineRuleResponse extends $tea.Model {
|
|
|
13400
13789
|
[key: string]: any;
|
|
13401
13790
|
});
|
|
13402
13791
|
}
|
|
13792
|
+
export declare class GetCloudAssetCriteriaRequest extends $tea.Model {
|
|
13793
|
+
cloudAssetTypes?: GetCloudAssetCriteriaRequestCloudAssetTypes[];
|
|
13794
|
+
value?: string;
|
|
13795
|
+
static names(): {
|
|
13796
|
+
[key: string]: string;
|
|
13797
|
+
};
|
|
13798
|
+
static types(): {
|
|
13799
|
+
[key: string]: any;
|
|
13800
|
+
};
|
|
13801
|
+
constructor(map?: {
|
|
13802
|
+
[key: string]: any;
|
|
13803
|
+
});
|
|
13804
|
+
}
|
|
13805
|
+
export declare class GetCloudAssetCriteriaResponseBody extends $tea.Model {
|
|
13806
|
+
criteriaList?: GetCloudAssetCriteriaResponseBodyCriteriaList[];
|
|
13807
|
+
requestId?: string;
|
|
13808
|
+
static names(): {
|
|
13809
|
+
[key: string]: string;
|
|
13810
|
+
};
|
|
13811
|
+
static types(): {
|
|
13812
|
+
[key: string]: any;
|
|
13813
|
+
};
|
|
13814
|
+
constructor(map?: {
|
|
13815
|
+
[key: string]: any;
|
|
13816
|
+
});
|
|
13817
|
+
}
|
|
13818
|
+
export declare class GetCloudAssetCriteriaResponse extends $tea.Model {
|
|
13819
|
+
headers: {
|
|
13820
|
+
[key: string]: string;
|
|
13821
|
+
};
|
|
13822
|
+
statusCode: number;
|
|
13823
|
+
body: GetCloudAssetCriteriaResponseBody;
|
|
13824
|
+
static names(): {
|
|
13825
|
+
[key: string]: string;
|
|
13826
|
+
};
|
|
13827
|
+
static types(): {
|
|
13828
|
+
[key: string]: any;
|
|
13829
|
+
};
|
|
13830
|
+
constructor(map?: {
|
|
13831
|
+
[key: string]: any;
|
|
13832
|
+
});
|
|
13833
|
+
}
|
|
13403
13834
|
export declare class GetCloudAssetDetailRequest extends $tea.Model {
|
|
13404
13835
|
assetSubType?: number;
|
|
13405
13836
|
assetType?: number;
|
|
@@ -13515,6 +13946,47 @@ export declare class GetClusterCheckItemWarningStatisticsResponse extends $tea.M
|
|
|
13515
13946
|
[key: string]: any;
|
|
13516
13947
|
});
|
|
13517
13948
|
}
|
|
13949
|
+
export declare class GetClusterRuleSummaryRequest extends $tea.Model {
|
|
13950
|
+
clusterId?: string;
|
|
13951
|
+
static names(): {
|
|
13952
|
+
[key: string]: string;
|
|
13953
|
+
};
|
|
13954
|
+
static types(): {
|
|
13955
|
+
[key: string]: any;
|
|
13956
|
+
};
|
|
13957
|
+
constructor(map?: {
|
|
13958
|
+
[key: string]: any;
|
|
13959
|
+
});
|
|
13960
|
+
}
|
|
13961
|
+
export declare class GetClusterRuleSummaryResponseBody extends $tea.Model {
|
|
13962
|
+
clusterRuleSummary?: GetClusterRuleSummaryResponseBodyClusterRuleSummary;
|
|
13963
|
+
requestId?: string;
|
|
13964
|
+
static names(): {
|
|
13965
|
+
[key: string]: string;
|
|
13966
|
+
};
|
|
13967
|
+
static types(): {
|
|
13968
|
+
[key: string]: any;
|
|
13969
|
+
};
|
|
13970
|
+
constructor(map?: {
|
|
13971
|
+
[key: string]: any;
|
|
13972
|
+
});
|
|
13973
|
+
}
|
|
13974
|
+
export declare class GetClusterRuleSummaryResponse extends $tea.Model {
|
|
13975
|
+
headers: {
|
|
13976
|
+
[key: string]: string;
|
|
13977
|
+
};
|
|
13978
|
+
statusCode: number;
|
|
13979
|
+
body: GetClusterRuleSummaryResponseBody;
|
|
13980
|
+
static names(): {
|
|
13981
|
+
[key: string]: string;
|
|
13982
|
+
};
|
|
13983
|
+
static types(): {
|
|
13984
|
+
[key: string]: any;
|
|
13985
|
+
};
|
|
13986
|
+
constructor(map?: {
|
|
13987
|
+
[key: string]: any;
|
|
13988
|
+
});
|
|
13989
|
+
}
|
|
13518
13990
|
export declare class GetClusterSuspEventStatisticsRequest extends $tea.Model {
|
|
13519
13991
|
clusterId?: string;
|
|
13520
13992
|
from?: string;
|
|
@@ -13806,6 +14278,48 @@ export declare class GetImageScanNumInPeriodResponse extends $tea.Model {
|
|
|
13806
14278
|
[key: string]: any;
|
|
13807
14279
|
});
|
|
13808
14280
|
}
|
|
14281
|
+
export declare class GetInterceptionRuleDetailRequest extends $tea.Model {
|
|
14282
|
+
clusterId?: string;
|
|
14283
|
+
ruleId?: string;
|
|
14284
|
+
static names(): {
|
|
14285
|
+
[key: string]: string;
|
|
14286
|
+
};
|
|
14287
|
+
static types(): {
|
|
14288
|
+
[key: string]: any;
|
|
14289
|
+
};
|
|
14290
|
+
constructor(map?: {
|
|
14291
|
+
[key: string]: any;
|
|
14292
|
+
});
|
|
14293
|
+
}
|
|
14294
|
+
export declare class GetInterceptionRuleDetailResponseBody extends $tea.Model {
|
|
14295
|
+
interceptionRuleDetail?: GetInterceptionRuleDetailResponseBodyInterceptionRuleDetail;
|
|
14296
|
+
requestId?: string;
|
|
14297
|
+
static names(): {
|
|
14298
|
+
[key: string]: string;
|
|
14299
|
+
};
|
|
14300
|
+
static types(): {
|
|
14301
|
+
[key: string]: any;
|
|
14302
|
+
};
|
|
14303
|
+
constructor(map?: {
|
|
14304
|
+
[key: string]: any;
|
|
14305
|
+
});
|
|
14306
|
+
}
|
|
14307
|
+
export declare class GetInterceptionRuleDetailResponse extends $tea.Model {
|
|
14308
|
+
headers: {
|
|
14309
|
+
[key: string]: string;
|
|
14310
|
+
};
|
|
14311
|
+
statusCode: number;
|
|
14312
|
+
body: GetInterceptionRuleDetailResponseBody;
|
|
14313
|
+
static names(): {
|
|
14314
|
+
[key: string]: string;
|
|
14315
|
+
};
|
|
14316
|
+
static types(): {
|
|
14317
|
+
[key: string]: any;
|
|
14318
|
+
};
|
|
14319
|
+
constructor(map?: {
|
|
14320
|
+
[key: string]: any;
|
|
14321
|
+
});
|
|
14322
|
+
}
|
|
13809
14323
|
export declare class GetInterceptionSummaryResponseBody extends $tea.Model {
|
|
13810
14324
|
interceptionSummary?: GetInterceptionSummaryResponseBodyInterceptionSummary;
|
|
13811
14325
|
requestId?: string;
|
|
@@ -14488,8 +15002,11 @@ export declare class InstallCloudMonitorResponse extends $tea.Model {
|
|
|
14488
15002
|
[key: string]: any;
|
|
14489
15003
|
});
|
|
14490
15004
|
}
|
|
14491
|
-
export declare class
|
|
14492
|
-
|
|
15005
|
+
export declare class InstallPmAgentRequest extends $tea.Model {
|
|
15006
|
+
lang?: string;
|
|
15007
|
+
sourceIp?: string;
|
|
15008
|
+
type?: string;
|
|
15009
|
+
uuids?: string;
|
|
14493
15010
|
static names(): {
|
|
14494
15011
|
[key: string]: string;
|
|
14495
15012
|
};
|
|
@@ -14500,7 +15017,7 @@ export declare class InstallUniBackupAgentRequest extends $tea.Model {
|
|
|
14500
15017
|
[key: string]: any;
|
|
14501
15018
|
});
|
|
14502
15019
|
}
|
|
14503
|
-
export declare class
|
|
15020
|
+
export declare class InstallPmAgentResponseBody extends $tea.Model {
|
|
14504
15021
|
requestId?: string;
|
|
14505
15022
|
static names(): {
|
|
14506
15023
|
[key: string]: string;
|
|
@@ -14512,12 +15029,12 @@ export declare class InstallUniBackupAgentResponseBody extends $tea.Model {
|
|
|
14512
15029
|
[key: string]: any;
|
|
14513
15030
|
});
|
|
14514
15031
|
}
|
|
14515
|
-
export declare class
|
|
15032
|
+
export declare class InstallPmAgentResponse extends $tea.Model {
|
|
14516
15033
|
headers: {
|
|
14517
15034
|
[key: string]: string;
|
|
14518
15035
|
};
|
|
14519
15036
|
statusCode: number;
|
|
14520
|
-
body:
|
|
15037
|
+
body: InstallPmAgentResponseBody;
|
|
14521
15038
|
static names(): {
|
|
14522
15039
|
[key: string]: string;
|
|
14523
15040
|
};
|
|
@@ -14528,9 +15045,8 @@ export declare class InstallUniBackupAgentResponse extends $tea.Model {
|
|
|
14528
15045
|
[key: string]: any;
|
|
14529
15046
|
});
|
|
14530
15047
|
}
|
|
14531
|
-
export declare class
|
|
14532
|
-
|
|
14533
|
-
uuids?: string;
|
|
15048
|
+
export declare class InstallUniBackupAgentRequest extends $tea.Model {
|
|
15049
|
+
policyId?: number;
|
|
14534
15050
|
static names(): {
|
|
14535
15051
|
[key: string]: string;
|
|
14536
15052
|
};
|
|
@@ -14541,7 +15057,7 @@ export declare class JoinWebLockProcessWhiteListRequest extends $tea.Model {
|
|
|
14541
15057
|
[key: string]: any;
|
|
14542
15058
|
});
|
|
14543
15059
|
}
|
|
14544
|
-
export declare class
|
|
15060
|
+
export declare class InstallUniBackupAgentResponseBody extends $tea.Model {
|
|
14545
15061
|
requestId?: string;
|
|
14546
15062
|
static names(): {
|
|
14547
15063
|
[key: string]: string;
|
|
@@ -14553,12 +15069,12 @@ export declare class JoinWebLockProcessWhiteListResponseBody extends $tea.Model
|
|
|
14553
15069
|
[key: string]: any;
|
|
14554
15070
|
});
|
|
14555
15071
|
}
|
|
14556
|
-
export declare class
|
|
15072
|
+
export declare class InstallUniBackupAgentResponse extends $tea.Model {
|
|
14557
15073
|
headers: {
|
|
14558
15074
|
[key: string]: string;
|
|
14559
15075
|
};
|
|
14560
15076
|
statusCode: number;
|
|
14561
|
-
body:
|
|
15077
|
+
body: InstallUniBackupAgentResponseBody;
|
|
14562
15078
|
static names(): {
|
|
14563
15079
|
[key: string]: string;
|
|
14564
15080
|
};
|
|
@@ -14569,8 +15085,9 @@ export declare class JoinWebLockProcessWhiteListResponse extends $tea.Model {
|
|
|
14569
15085
|
[key: string]: any;
|
|
14570
15086
|
});
|
|
14571
15087
|
}
|
|
14572
|
-
export declare class
|
|
14573
|
-
|
|
15088
|
+
export declare class JoinWebLockProcessWhiteListRequest extends $tea.Model {
|
|
15089
|
+
processPaths?: string[];
|
|
15090
|
+
uuids?: string;
|
|
14574
15091
|
static names(): {
|
|
14575
15092
|
[key: string]: string;
|
|
14576
15093
|
};
|
|
@@ -14581,7 +15098,47 @@ export declare class ListAvailableHoneypotRequest extends $tea.Model {
|
|
|
14581
15098
|
[key: string]: any;
|
|
14582
15099
|
});
|
|
14583
15100
|
}
|
|
14584
|
-
export declare class
|
|
15101
|
+
export declare class JoinWebLockProcessWhiteListResponseBody extends $tea.Model {
|
|
15102
|
+
requestId?: string;
|
|
15103
|
+
static names(): {
|
|
15104
|
+
[key: string]: string;
|
|
15105
|
+
};
|
|
15106
|
+
static types(): {
|
|
15107
|
+
[key: string]: any;
|
|
15108
|
+
};
|
|
15109
|
+
constructor(map?: {
|
|
15110
|
+
[key: string]: any;
|
|
15111
|
+
});
|
|
15112
|
+
}
|
|
15113
|
+
export declare class JoinWebLockProcessWhiteListResponse extends $tea.Model {
|
|
15114
|
+
headers: {
|
|
15115
|
+
[key: string]: string;
|
|
15116
|
+
};
|
|
15117
|
+
statusCode: number;
|
|
15118
|
+
body: JoinWebLockProcessWhiteListResponseBody;
|
|
15119
|
+
static names(): {
|
|
15120
|
+
[key: string]: string;
|
|
15121
|
+
};
|
|
15122
|
+
static types(): {
|
|
15123
|
+
[key: string]: any;
|
|
15124
|
+
};
|
|
15125
|
+
constructor(map?: {
|
|
15126
|
+
[key: string]: any;
|
|
15127
|
+
});
|
|
15128
|
+
}
|
|
15129
|
+
export declare class ListAvailableHoneypotRequest extends $tea.Model {
|
|
15130
|
+
nodeId?: string;
|
|
15131
|
+
static names(): {
|
|
15132
|
+
[key: string]: string;
|
|
15133
|
+
};
|
|
15134
|
+
static types(): {
|
|
15135
|
+
[key: string]: any;
|
|
15136
|
+
};
|
|
15137
|
+
constructor(map?: {
|
|
15138
|
+
[key: string]: any;
|
|
15139
|
+
});
|
|
15140
|
+
}
|
|
15141
|
+
export declare class ListAvailableHoneypotResponseBody extends $tea.Model {
|
|
14585
15142
|
code?: string;
|
|
14586
15143
|
count?: number;
|
|
14587
15144
|
data?: ListAvailableHoneypotResponseBodyData[];
|
|
@@ -14945,6 +15502,54 @@ export declare class ListClientUserDefineRulesResponse extends $tea.Model {
|
|
|
14945
15502
|
[key: string]: any;
|
|
14946
15503
|
});
|
|
14947
15504
|
}
|
|
15505
|
+
export declare class ListCloudAssetInstancesRequest extends $tea.Model {
|
|
15506
|
+
cloudAssetTypes?: ListCloudAssetInstancesRequestCloudAssetTypes[];
|
|
15507
|
+
criteria?: string;
|
|
15508
|
+
currentPage?: number;
|
|
15509
|
+
logicalExp?: string;
|
|
15510
|
+
pageSize?: number;
|
|
15511
|
+
regionId?: string;
|
|
15512
|
+
static names(): {
|
|
15513
|
+
[key: string]: string;
|
|
15514
|
+
};
|
|
15515
|
+
static types(): {
|
|
15516
|
+
[key: string]: any;
|
|
15517
|
+
};
|
|
15518
|
+
constructor(map?: {
|
|
15519
|
+
[key: string]: any;
|
|
15520
|
+
});
|
|
15521
|
+
}
|
|
15522
|
+
export declare class ListCloudAssetInstancesResponseBody extends $tea.Model {
|
|
15523
|
+
instances?: ListCloudAssetInstancesResponseBodyInstances[];
|
|
15524
|
+
pageInfo?: ListCloudAssetInstancesResponseBodyPageInfo;
|
|
15525
|
+
requestId?: string;
|
|
15526
|
+
success?: boolean;
|
|
15527
|
+
static names(): {
|
|
15528
|
+
[key: string]: string;
|
|
15529
|
+
};
|
|
15530
|
+
static types(): {
|
|
15531
|
+
[key: string]: any;
|
|
15532
|
+
};
|
|
15533
|
+
constructor(map?: {
|
|
15534
|
+
[key: string]: any;
|
|
15535
|
+
});
|
|
15536
|
+
}
|
|
15537
|
+
export declare class ListCloudAssetInstancesResponse extends $tea.Model {
|
|
15538
|
+
headers: {
|
|
15539
|
+
[key: string]: string;
|
|
15540
|
+
};
|
|
15541
|
+
statusCode: number;
|
|
15542
|
+
body: ListCloudAssetInstancesResponseBody;
|
|
15543
|
+
static names(): {
|
|
15544
|
+
[key: string]: string;
|
|
15545
|
+
};
|
|
15546
|
+
static types(): {
|
|
15547
|
+
[key: string]: any;
|
|
15548
|
+
};
|
|
15549
|
+
constructor(map?: {
|
|
15550
|
+
[key: string]: any;
|
|
15551
|
+
});
|
|
15552
|
+
}
|
|
14948
15553
|
export declare class ListClusterCnnfStatusDetailRequest extends $tea.Model {
|
|
14949
15554
|
clusterIds?: string[];
|
|
14950
15555
|
static names(): {
|
|
@@ -15283,8 +15888,8 @@ export declare class ListHoneypotProbeResponse extends $tea.Model {
|
|
|
15283
15888
|
[key: string]: any;
|
|
15284
15889
|
});
|
|
15285
15890
|
}
|
|
15286
|
-
export declare class
|
|
15287
|
-
|
|
15891
|
+
export declare class ListImageRegistryRegionResponseBody extends $tea.Model {
|
|
15892
|
+
regions?: ListImageRegistryRegionResponseBodyRegions[];
|
|
15288
15893
|
requestId?: string;
|
|
15289
15894
|
static names(): {
|
|
15290
15895
|
[key: string]: string;
|
|
@@ -15296,12 +15901,12 @@ export declare class ListInterceptionImageResponseBody extends $tea.Model {
|
|
|
15296
15901
|
[key: string]: any;
|
|
15297
15902
|
});
|
|
15298
15903
|
}
|
|
15299
|
-
export declare class
|
|
15904
|
+
export declare class ListImageRegistryRegionResponse extends $tea.Model {
|
|
15300
15905
|
headers: {
|
|
15301
15906
|
[key: string]: string;
|
|
15302
15907
|
};
|
|
15303
15908
|
statusCode: number;
|
|
15304
|
-
body:
|
|
15909
|
+
body: ListImageRegistryRegionResponseBody;
|
|
15305
15910
|
static names(): {
|
|
15306
15911
|
[key: string]: string;
|
|
15307
15912
|
};
|
|
@@ -15312,11 +15917,12 @@ export declare class ListInterceptionImageResponse extends $tea.Model {
|
|
|
15312
15917
|
[key: string]: any;
|
|
15313
15918
|
});
|
|
15314
15919
|
}
|
|
15315
|
-
export declare class
|
|
15920
|
+
export declare class ListImageRiskRequest extends $tea.Model {
|
|
15921
|
+
appName?: string;
|
|
15316
15922
|
clusterId?: string;
|
|
15317
|
-
criteria?: string;
|
|
15318
|
-
criteriaType?: string;
|
|
15319
15923
|
currentPage?: number;
|
|
15924
|
+
imageName?: string;
|
|
15925
|
+
namespace?: string;
|
|
15320
15926
|
pageSize?: number;
|
|
15321
15927
|
static names(): {
|
|
15322
15928
|
[key: string]: string;
|
|
@@ -15328,9 +15934,9 @@ export declare class ListInterceptionRulePageRequest extends $tea.Model {
|
|
|
15328
15934
|
[key: string]: any;
|
|
15329
15935
|
});
|
|
15330
15936
|
}
|
|
15331
|
-
export declare class
|
|
15332
|
-
|
|
15333
|
-
pageInfo?:
|
|
15937
|
+
export declare class ListImageRiskResponseBody extends $tea.Model {
|
|
15938
|
+
imageRiskList?: ListImageRiskResponseBodyImageRiskList[];
|
|
15939
|
+
pageInfo?: ListImageRiskResponseBodyPageInfo;
|
|
15334
15940
|
requestId?: string;
|
|
15335
15941
|
static names(): {
|
|
15336
15942
|
[key: string]: string;
|
|
@@ -15342,25 +15948,12 @@ export declare class ListInterceptionRulePageResponseBody extends $tea.Model {
|
|
|
15342
15948
|
[key: string]: any;
|
|
15343
15949
|
});
|
|
15344
15950
|
}
|
|
15345
|
-
export declare class
|
|
15951
|
+
export declare class ListImageRiskResponse extends $tea.Model {
|
|
15346
15952
|
headers: {
|
|
15347
15953
|
[key: string]: string;
|
|
15348
15954
|
};
|
|
15349
15955
|
statusCode: number;
|
|
15350
|
-
body:
|
|
15351
|
-
static names(): {
|
|
15352
|
-
[key: string]: string;
|
|
15353
|
-
};
|
|
15354
|
-
static types(): {
|
|
15355
|
-
[key: string]: any;
|
|
15356
|
-
};
|
|
15357
|
-
constructor(map?: {
|
|
15358
|
-
[key: string]: any;
|
|
15359
|
-
});
|
|
15360
|
-
}
|
|
15361
|
-
export declare class ListPluginForUuidRequest extends $tea.Model {
|
|
15362
|
-
types?: string[];
|
|
15363
|
-
uuid?: string;
|
|
15956
|
+
body: ListImageRiskResponseBody;
|
|
15364
15957
|
static names(): {
|
|
15365
15958
|
[key: string]: string;
|
|
15366
15959
|
};
|
|
@@ -15371,9 +15964,8 @@ export declare class ListPluginForUuidRequest extends $tea.Model {
|
|
|
15371
15964
|
[key: string]: any;
|
|
15372
15965
|
});
|
|
15373
15966
|
}
|
|
15374
|
-
export declare class
|
|
15375
|
-
|
|
15376
|
-
uuid?: string;
|
|
15967
|
+
export declare class ListInstanceCatalogRequest extends $tea.Model {
|
|
15968
|
+
lang?: string;
|
|
15377
15969
|
static names(): {
|
|
15378
15970
|
[key: string]: string;
|
|
15379
15971
|
};
|
|
@@ -15384,11 +15976,9 @@ export declare class ListPluginForUuidShrinkRequest extends $tea.Model {
|
|
|
15384
15976
|
[key: string]: any;
|
|
15385
15977
|
});
|
|
15386
15978
|
}
|
|
15387
|
-
export declare class
|
|
15388
|
-
aegisUuidTargetPluginConfigList?: ListPluginForUuidResponseBodyAegisUuidTargetPluginConfigList[];
|
|
15389
|
-
code?: number;
|
|
15390
|
-
message?: string;
|
|
15979
|
+
export declare class ListInstanceCatalogResponseBody extends $tea.Model {
|
|
15391
15980
|
requestId?: string;
|
|
15981
|
+
vendors?: ListInstanceCatalogResponseBodyVendors[];
|
|
15392
15982
|
static names(): {
|
|
15393
15983
|
[key: string]: string;
|
|
15394
15984
|
};
|
|
@@ -15399,12 +15989,12 @@ export declare class ListPluginForUuidResponseBody extends $tea.Model {
|
|
|
15399
15989
|
[key: string]: any;
|
|
15400
15990
|
});
|
|
15401
15991
|
}
|
|
15402
|
-
export declare class
|
|
15992
|
+
export declare class ListInstanceCatalogResponse extends $tea.Model {
|
|
15403
15993
|
headers: {
|
|
15404
15994
|
[key: string]: string;
|
|
15405
15995
|
};
|
|
15406
15996
|
statusCode: number;
|
|
15407
|
-
body:
|
|
15997
|
+
body: ListInstanceCatalogResponseBody;
|
|
15408
15998
|
static names(): {
|
|
15409
15999
|
[key: string]: string;
|
|
15410
16000
|
};
|
|
@@ -15415,8 +16005,14 @@ export declare class ListPluginForUuidResponse extends $tea.Model {
|
|
|
15415
16005
|
[key: string]: any;
|
|
15416
16006
|
});
|
|
15417
16007
|
}
|
|
15418
|
-
export declare class
|
|
15419
|
-
|
|
16008
|
+
export declare class ListInterceptionHistoryRequest extends $tea.Model {
|
|
16009
|
+
clusterId?: string;
|
|
16010
|
+
currentPage?: number;
|
|
16011
|
+
endTime?: number;
|
|
16012
|
+
historyName?: string;
|
|
16013
|
+
interceptionTypes?: number[];
|
|
16014
|
+
pageSize?: number;
|
|
16015
|
+
startTime?: number;
|
|
15420
16016
|
static names(): {
|
|
15421
16017
|
[key: string]: string;
|
|
15422
16018
|
};
|
|
@@ -15427,8 +16023,9 @@ export declare class ListPrivateRegistryListRequest extends $tea.Model {
|
|
|
15427
16023
|
[key: string]: any;
|
|
15428
16024
|
});
|
|
15429
16025
|
}
|
|
15430
|
-
export declare class
|
|
15431
|
-
|
|
16026
|
+
export declare class ListInterceptionHistoryResponseBody extends $tea.Model {
|
|
16027
|
+
interceptionHistoryList?: ListInterceptionHistoryResponseBodyInterceptionHistoryList[];
|
|
16028
|
+
pageInfo?: ListInterceptionHistoryResponseBodyPageInfo;
|
|
15432
16029
|
requestId?: string;
|
|
15433
16030
|
static names(): {
|
|
15434
16031
|
[key: string]: string;
|
|
@@ -15440,12 +16037,12 @@ export declare class ListPrivateRegistryListResponseBody extends $tea.Model {
|
|
|
15440
16037
|
[key: string]: any;
|
|
15441
16038
|
});
|
|
15442
16039
|
}
|
|
15443
|
-
export declare class
|
|
16040
|
+
export declare class ListInterceptionHistoryResponse extends $tea.Model {
|
|
15444
16041
|
headers: {
|
|
15445
16042
|
[key: string]: string;
|
|
15446
16043
|
};
|
|
15447
16044
|
statusCode: number;
|
|
15448
|
-
body:
|
|
16045
|
+
body: ListInterceptionHistoryResponseBody;
|
|
15449
16046
|
static names(): {
|
|
15450
16047
|
[key: string]: string;
|
|
15451
16048
|
};
|
|
@@ -15456,8 +16053,8 @@ export declare class ListPrivateRegistryListResponse extends $tea.Model {
|
|
|
15456
16053
|
[key: string]: any;
|
|
15457
16054
|
});
|
|
15458
16055
|
}
|
|
15459
|
-
export declare class
|
|
15460
|
-
|
|
16056
|
+
export declare class ListInterceptionImageResponseBody extends $tea.Model {
|
|
16057
|
+
imageList?: ListInterceptionImageResponseBodyImageList[];
|
|
15461
16058
|
requestId?: string;
|
|
15462
16059
|
static names(): {
|
|
15463
16060
|
[key: string]: string;
|
|
@@ -15469,12 +16066,12 @@ export declare class ListPrivateRegistryTypeResponseBody extends $tea.Model {
|
|
|
15469
16066
|
[key: string]: any;
|
|
15470
16067
|
});
|
|
15471
16068
|
}
|
|
15472
|
-
export declare class
|
|
16069
|
+
export declare class ListInterceptionImageResponse extends $tea.Model {
|
|
15473
16070
|
headers: {
|
|
15474
16071
|
[key: string]: string;
|
|
15475
16072
|
};
|
|
15476
16073
|
statusCode: number;
|
|
15477
|
-
body:
|
|
16074
|
+
body: ListInterceptionImageResponseBody;
|
|
15478
16075
|
static names(): {
|
|
15479
16076
|
[key: string]: string;
|
|
15480
16077
|
};
|
|
@@ -15485,14 +16082,12 @@ export declare class ListPrivateRegistryTypeResponse extends $tea.Model {
|
|
|
15485
16082
|
[key: string]: any;
|
|
15486
16083
|
});
|
|
15487
16084
|
}
|
|
15488
|
-
export declare class
|
|
15489
|
-
|
|
16085
|
+
export declare class ListInterceptionRulePageRequest extends $tea.Model {
|
|
16086
|
+
clusterId?: string;
|
|
16087
|
+
criteria?: string;
|
|
16088
|
+
criteriaType?: string;
|
|
15490
16089
|
currentPage?: number;
|
|
15491
|
-
lang?: string;
|
|
15492
16090
|
pageSize?: number;
|
|
15493
|
-
ruleName?: string;
|
|
15494
|
-
ruleTypes?: number[];
|
|
15495
|
-
systemType?: number;
|
|
15496
16091
|
static names(): {
|
|
15497
16092
|
[key: string]: string;
|
|
15498
16093
|
};
|
|
@@ -15503,9 +16098,9 @@ export declare class ListSystemAggregationRulesRequest extends $tea.Model {
|
|
|
15503
16098
|
[key: string]: any;
|
|
15504
16099
|
});
|
|
15505
16100
|
}
|
|
15506
|
-
export declare class
|
|
15507
|
-
|
|
15508
|
-
pageInfo?:
|
|
16101
|
+
export declare class ListInterceptionRulePageResponseBody extends $tea.Model {
|
|
16102
|
+
interceptionRuleList?: ListInterceptionRulePageResponseBodyInterceptionRuleList[];
|
|
16103
|
+
pageInfo?: ListInterceptionRulePageResponseBodyPageInfo;
|
|
15509
16104
|
requestId?: string;
|
|
15510
16105
|
static names(): {
|
|
15511
16106
|
[key: string]: string;
|
|
@@ -15517,12 +16112,12 @@ export declare class ListSystemAggregationRulesResponseBody extends $tea.Model {
|
|
|
15517
16112
|
[key: string]: any;
|
|
15518
16113
|
});
|
|
15519
16114
|
}
|
|
15520
|
-
export declare class
|
|
16115
|
+
export declare class ListInterceptionRulePageResponse extends $tea.Model {
|
|
15521
16116
|
headers: {
|
|
15522
16117
|
[key: string]: string;
|
|
15523
16118
|
};
|
|
15524
16119
|
statusCode: number;
|
|
15525
|
-
body:
|
|
16120
|
+
body: ListInterceptionRulePageResponseBody;
|
|
15526
16121
|
static names(): {
|
|
15527
16122
|
[key: string]: string;
|
|
15528
16123
|
};
|
|
@@ -15533,9 +16128,15 @@ export declare class ListSystemAggregationRulesResponse extends $tea.Model {
|
|
|
15533
16128
|
[key: string]: any;
|
|
15534
16129
|
});
|
|
15535
16130
|
}
|
|
15536
|
-
export declare class
|
|
15537
|
-
|
|
15538
|
-
|
|
16131
|
+
export declare class ListInterceptionTargetPageRequest extends $tea.Model {
|
|
16132
|
+
appName?: string;
|
|
16133
|
+
currentPage?: number;
|
|
16134
|
+
imageList?: string[];
|
|
16135
|
+
namespace?: string;
|
|
16136
|
+
pageSize?: number;
|
|
16137
|
+
tagList?: string[];
|
|
16138
|
+
targetName?: string;
|
|
16139
|
+
targetType?: string;
|
|
15539
16140
|
static names(): {
|
|
15540
16141
|
[key: string]: string;
|
|
15541
16142
|
};
|
|
@@ -15546,12 +16147,10 @@ export declare class ListSystemClientRuleTypesResponseBody extends $tea.Model {
|
|
|
15546
16147
|
[key: string]: any;
|
|
15547
16148
|
});
|
|
15548
16149
|
}
|
|
15549
|
-
export declare class
|
|
15550
|
-
|
|
15551
|
-
|
|
15552
|
-
|
|
15553
|
-
statusCode: number;
|
|
15554
|
-
body: ListSystemClientRuleTypesResponseBody;
|
|
16150
|
+
export declare class ListInterceptionTargetPageResponseBody extends $tea.Model {
|
|
16151
|
+
pageInfo?: ListInterceptionTargetPageResponseBodyPageInfo;
|
|
16152
|
+
requestId?: string;
|
|
16153
|
+
ruleTargetList?: ListInterceptionTargetPageResponseBodyRuleTargetList[];
|
|
15555
16154
|
static names(): {
|
|
15556
16155
|
[key: string]: string;
|
|
15557
16156
|
};
|
|
@@ -15562,29 +16161,12 @@ export declare class ListSystemClientRuleTypesResponse extends $tea.Model {
|
|
|
15562
16161
|
[key: string]: any;
|
|
15563
16162
|
});
|
|
15564
16163
|
}
|
|
15565
|
-
export declare class
|
|
15566
|
-
|
|
15567
|
-
currentPage?: number;
|
|
15568
|
-
isContainer?: number;
|
|
15569
|
-
lang?: string;
|
|
15570
|
-
pageSize?: number;
|
|
15571
|
-
ruleName?: string;
|
|
15572
|
-
ruleTypes?: number[];
|
|
15573
|
-
systemType?: number;
|
|
15574
|
-
static names(): {
|
|
16164
|
+
export declare class ListInterceptionTargetPageResponse extends $tea.Model {
|
|
16165
|
+
headers: {
|
|
15575
16166
|
[key: string]: string;
|
|
15576
16167
|
};
|
|
15577
|
-
|
|
15578
|
-
|
|
15579
|
-
};
|
|
15580
|
-
constructor(map?: {
|
|
15581
|
-
[key: string]: any;
|
|
15582
|
-
});
|
|
15583
|
-
}
|
|
15584
|
-
export declare class ListSystemClientRulesResponseBody extends $tea.Model {
|
|
15585
|
-
pageInfo?: ListSystemClientRulesResponseBodyPageInfo;
|
|
15586
|
-
requestId?: string;
|
|
15587
|
-
ruleList?: ListSystemClientRulesResponseBodyRuleList[];
|
|
16168
|
+
statusCode: number;
|
|
16169
|
+
body: ListInterceptionTargetPageResponseBody;
|
|
15588
16170
|
static names(): {
|
|
15589
16171
|
[key: string]: string;
|
|
15590
16172
|
};
|
|
@@ -15595,12 +16177,9 @@ export declare class ListSystemClientRulesResponseBody extends $tea.Model {
|
|
|
15595
16177
|
[key: string]: any;
|
|
15596
16178
|
});
|
|
15597
16179
|
}
|
|
15598
|
-
export declare class
|
|
15599
|
-
|
|
15600
|
-
|
|
15601
|
-
};
|
|
15602
|
-
statusCode: number;
|
|
15603
|
-
body: ListSystemClientRulesResponseBody;
|
|
16180
|
+
export declare class ListPluginForUuidRequest extends $tea.Model {
|
|
16181
|
+
types?: string[];
|
|
16182
|
+
uuid?: string;
|
|
15604
16183
|
static names(): {
|
|
15605
16184
|
[key: string]: string;
|
|
15606
16185
|
};
|
|
@@ -15611,8 +16190,9 @@ export declare class ListSystemClientRulesResponse extends $tea.Model {
|
|
|
15611
16190
|
[key: string]: any;
|
|
15612
16191
|
});
|
|
15613
16192
|
}
|
|
15614
|
-
export declare class
|
|
15615
|
-
|
|
16193
|
+
export declare class ListPluginForUuidShrinkRequest extends $tea.Model {
|
|
16194
|
+
typesShrink?: string;
|
|
16195
|
+
uuid?: string;
|
|
15616
16196
|
static names(): {
|
|
15617
16197
|
[key: string]: string;
|
|
15618
16198
|
};
|
|
@@ -15623,8 +16203,10 @@ export declare class ListSystemRuleAggregationTypesRequest extends $tea.Model {
|
|
|
15623
16203
|
[key: string]: any;
|
|
15624
16204
|
});
|
|
15625
16205
|
}
|
|
15626
|
-
export declare class
|
|
15627
|
-
|
|
16206
|
+
export declare class ListPluginForUuidResponseBody extends $tea.Model {
|
|
16207
|
+
aegisUuidTargetPluginConfigList?: ListPluginForUuidResponseBodyAegisUuidTargetPluginConfigList[];
|
|
16208
|
+
code?: number;
|
|
16209
|
+
message?: string;
|
|
15628
16210
|
requestId?: string;
|
|
15629
16211
|
static names(): {
|
|
15630
16212
|
[key: string]: string;
|
|
@@ -15636,12 +16218,12 @@ export declare class ListSystemRuleAggregationTypesResponseBody extends $tea.Mod
|
|
|
15636
16218
|
[key: string]: any;
|
|
15637
16219
|
});
|
|
15638
16220
|
}
|
|
15639
|
-
export declare class
|
|
16221
|
+
export declare class ListPluginForUuidResponse extends $tea.Model {
|
|
15640
16222
|
headers: {
|
|
15641
16223
|
[key: string]: string;
|
|
15642
16224
|
};
|
|
15643
16225
|
statusCode: number;
|
|
15644
|
-
body:
|
|
16226
|
+
body: ListPluginForUuidResponseBody;
|
|
15645
16227
|
static names(): {
|
|
15646
16228
|
[key: string]: string;
|
|
15647
16229
|
};
|
|
@@ -15652,15 +16234,13 @@ export declare class ListSystemRuleAggregationTypesResponse extends $tea.Model {
|
|
|
15652
16234
|
[key: string]: any;
|
|
15653
16235
|
});
|
|
15654
16236
|
}
|
|
15655
|
-
export declare class
|
|
16237
|
+
export declare class ListPodRiskRequest extends $tea.Model {
|
|
16238
|
+
appName?: string;
|
|
16239
|
+
clusterId?: string;
|
|
15656
16240
|
currentPage?: number;
|
|
15657
|
-
|
|
16241
|
+
namespace?: string;
|
|
15658
16242
|
pageSize?: number;
|
|
15659
|
-
|
|
15660
|
-
regionNo?: string;
|
|
15661
|
-
remark?: string;
|
|
15662
|
-
sourceIp?: string;
|
|
15663
|
-
vendor?: number;
|
|
16243
|
+
podName?: string;
|
|
15664
16244
|
static names(): {
|
|
15665
16245
|
[key: string]: string;
|
|
15666
16246
|
};
|
|
@@ -15671,12 +16251,10 @@ export declare class ListUninstallAegisMachinesRequest extends $tea.Model {
|
|
|
15671
16251
|
[key: string]: any;
|
|
15672
16252
|
});
|
|
15673
16253
|
}
|
|
15674
|
-
export declare class
|
|
15675
|
-
|
|
15676
|
-
|
|
15677
|
-
pageSize?: number;
|
|
16254
|
+
export declare class ListPodRiskResponseBody extends $tea.Model {
|
|
16255
|
+
pageInfo?: ListPodRiskResponseBodyPageInfo;
|
|
16256
|
+
podRiskList?: ListPodRiskResponseBodyPodRiskList[];
|
|
15678
16257
|
requestId?: string;
|
|
15679
|
-
totalCount?: number;
|
|
15680
16258
|
static names(): {
|
|
15681
16259
|
[key: string]: string;
|
|
15682
16260
|
};
|
|
@@ -15687,12 +16265,12 @@ export declare class ListUninstallAegisMachinesResponseBody extends $tea.Model {
|
|
|
15687
16265
|
[key: string]: any;
|
|
15688
16266
|
});
|
|
15689
16267
|
}
|
|
15690
|
-
export declare class
|
|
16268
|
+
export declare class ListPodRiskResponse extends $tea.Model {
|
|
15691
16269
|
headers: {
|
|
15692
16270
|
[key: string]: string;
|
|
15693
16271
|
};
|
|
15694
16272
|
statusCode: number;
|
|
15695
|
-
body:
|
|
16273
|
+
body: ListPodRiskResponseBody;
|
|
15696
16274
|
static names(): {
|
|
15697
16275
|
[key: string]: string;
|
|
15698
16276
|
};
|
|
@@ -15703,11 +16281,8 @@ export declare class ListUninstallAegisMachinesResponse extends $tea.Model {
|
|
|
15703
16281
|
[key: string]: any;
|
|
15704
16282
|
});
|
|
15705
16283
|
}
|
|
15706
|
-
export declare class
|
|
15707
|
-
|
|
15708
|
-
pageSize?: number;
|
|
15709
|
-
type?: string;
|
|
15710
|
-
webPath?: string;
|
|
16284
|
+
export declare class ListPrivateRegistryListRequest extends $tea.Model {
|
|
16285
|
+
registryType?: string;
|
|
15711
16286
|
static names(): {
|
|
15712
16287
|
[key: string]: string;
|
|
15713
16288
|
};
|
|
@@ -15718,9 +16293,8 @@ export declare class ListUuidsByWebPathRequest extends $tea.Model {
|
|
|
15718
16293
|
[key: string]: any;
|
|
15719
16294
|
});
|
|
15720
16295
|
}
|
|
15721
|
-
export declare class
|
|
15722
|
-
|
|
15723
|
-
pageInfo?: ListUuidsByWebPathResponseBodyPageInfo;
|
|
16296
|
+
export declare class ListPrivateRegistryListResponseBody extends $tea.Model {
|
|
16297
|
+
imageRegistryInfos?: ListPrivateRegistryListResponseBodyImageRegistryInfos[];
|
|
15724
16298
|
requestId?: string;
|
|
15725
16299
|
static names(): {
|
|
15726
16300
|
[key: string]: string;
|
|
@@ -15732,7 +16306,340 @@ export declare class ListUuidsByWebPathResponseBody extends $tea.Model {
|
|
|
15732
16306
|
[key: string]: any;
|
|
15733
16307
|
});
|
|
15734
16308
|
}
|
|
15735
|
-
export declare class
|
|
16309
|
+
export declare class ListPrivateRegistryListResponse extends $tea.Model {
|
|
16310
|
+
headers: {
|
|
16311
|
+
[key: string]: string;
|
|
16312
|
+
};
|
|
16313
|
+
statusCode: number;
|
|
16314
|
+
body: ListPrivateRegistryListResponseBody;
|
|
16315
|
+
static names(): {
|
|
16316
|
+
[key: string]: string;
|
|
16317
|
+
};
|
|
16318
|
+
static types(): {
|
|
16319
|
+
[key: string]: any;
|
|
16320
|
+
};
|
|
16321
|
+
constructor(map?: {
|
|
16322
|
+
[key: string]: any;
|
|
16323
|
+
});
|
|
16324
|
+
}
|
|
16325
|
+
export declare class ListPrivateRegistryTypeResponseBody extends $tea.Model {
|
|
16326
|
+
registryTypeInfos?: ListPrivateRegistryTypeResponseBodyRegistryTypeInfos[];
|
|
16327
|
+
requestId?: string;
|
|
16328
|
+
static names(): {
|
|
16329
|
+
[key: string]: string;
|
|
16330
|
+
};
|
|
16331
|
+
static types(): {
|
|
16332
|
+
[key: string]: any;
|
|
16333
|
+
};
|
|
16334
|
+
constructor(map?: {
|
|
16335
|
+
[key: string]: any;
|
|
16336
|
+
});
|
|
16337
|
+
}
|
|
16338
|
+
export declare class ListPrivateRegistryTypeResponse extends $tea.Model {
|
|
16339
|
+
headers: {
|
|
16340
|
+
[key: string]: string;
|
|
16341
|
+
};
|
|
16342
|
+
statusCode: number;
|
|
16343
|
+
body: ListPrivateRegistryTypeResponseBody;
|
|
16344
|
+
static names(): {
|
|
16345
|
+
[key: string]: string;
|
|
16346
|
+
};
|
|
16347
|
+
static types(): {
|
|
16348
|
+
[key: string]: any;
|
|
16349
|
+
};
|
|
16350
|
+
constructor(map?: {
|
|
16351
|
+
[key: string]: any;
|
|
16352
|
+
});
|
|
16353
|
+
}
|
|
16354
|
+
export declare class ListRuleTargetAllRequest extends $tea.Model {
|
|
16355
|
+
clusterId?: string;
|
|
16356
|
+
static names(): {
|
|
16357
|
+
[key: string]: string;
|
|
16358
|
+
};
|
|
16359
|
+
static types(): {
|
|
16360
|
+
[key: string]: any;
|
|
16361
|
+
};
|
|
16362
|
+
constructor(map?: {
|
|
16363
|
+
[key: string]: any;
|
|
16364
|
+
});
|
|
16365
|
+
}
|
|
16366
|
+
export declare class ListRuleTargetAllResponseBody extends $tea.Model {
|
|
16367
|
+
requestId?: string;
|
|
16368
|
+
ruleTargetList?: ListRuleTargetAllResponseBodyRuleTargetList[];
|
|
16369
|
+
static names(): {
|
|
16370
|
+
[key: string]: string;
|
|
16371
|
+
};
|
|
16372
|
+
static types(): {
|
|
16373
|
+
[key: string]: any;
|
|
16374
|
+
};
|
|
16375
|
+
constructor(map?: {
|
|
16376
|
+
[key: string]: any;
|
|
16377
|
+
});
|
|
16378
|
+
}
|
|
16379
|
+
export declare class ListRuleTargetAllResponse extends $tea.Model {
|
|
16380
|
+
headers: {
|
|
16381
|
+
[key: string]: string;
|
|
16382
|
+
};
|
|
16383
|
+
statusCode: number;
|
|
16384
|
+
body: ListRuleTargetAllResponseBody;
|
|
16385
|
+
static names(): {
|
|
16386
|
+
[key: string]: string;
|
|
16387
|
+
};
|
|
16388
|
+
static types(): {
|
|
16389
|
+
[key: string]: any;
|
|
16390
|
+
};
|
|
16391
|
+
constructor(map?: {
|
|
16392
|
+
[key: string]: any;
|
|
16393
|
+
});
|
|
16394
|
+
}
|
|
16395
|
+
export declare class ListSystemAggregationRulesRequest extends $tea.Model {
|
|
16396
|
+
aggregationIds?: number[];
|
|
16397
|
+
currentPage?: number;
|
|
16398
|
+
lang?: string;
|
|
16399
|
+
pageSize?: number;
|
|
16400
|
+
ruleName?: string;
|
|
16401
|
+
ruleTypes?: number[];
|
|
16402
|
+
systemType?: number;
|
|
16403
|
+
static names(): {
|
|
16404
|
+
[key: string]: string;
|
|
16405
|
+
};
|
|
16406
|
+
static types(): {
|
|
16407
|
+
[key: string]: any;
|
|
16408
|
+
};
|
|
16409
|
+
constructor(map?: {
|
|
16410
|
+
[key: string]: any;
|
|
16411
|
+
});
|
|
16412
|
+
}
|
|
16413
|
+
export declare class ListSystemAggregationRulesResponseBody extends $tea.Model {
|
|
16414
|
+
aggregationList?: ListSystemAggregationRulesResponseBodyAggregationList[];
|
|
16415
|
+
pageInfo?: ListSystemAggregationRulesResponseBodyPageInfo;
|
|
16416
|
+
requestId?: string;
|
|
16417
|
+
static names(): {
|
|
16418
|
+
[key: string]: string;
|
|
16419
|
+
};
|
|
16420
|
+
static types(): {
|
|
16421
|
+
[key: string]: any;
|
|
16422
|
+
};
|
|
16423
|
+
constructor(map?: {
|
|
16424
|
+
[key: string]: any;
|
|
16425
|
+
});
|
|
16426
|
+
}
|
|
16427
|
+
export declare class ListSystemAggregationRulesResponse extends $tea.Model {
|
|
16428
|
+
headers: {
|
|
16429
|
+
[key: string]: string;
|
|
16430
|
+
};
|
|
16431
|
+
statusCode: number;
|
|
16432
|
+
body: ListSystemAggregationRulesResponseBody;
|
|
16433
|
+
static names(): {
|
|
16434
|
+
[key: string]: string;
|
|
16435
|
+
};
|
|
16436
|
+
static types(): {
|
|
16437
|
+
[key: string]: any;
|
|
16438
|
+
};
|
|
16439
|
+
constructor(map?: {
|
|
16440
|
+
[key: string]: any;
|
|
16441
|
+
});
|
|
16442
|
+
}
|
|
16443
|
+
export declare class ListSystemClientRuleTypesResponseBody extends $tea.Model {
|
|
16444
|
+
requestId?: string;
|
|
16445
|
+
ruleTypes?: string[];
|
|
16446
|
+
static names(): {
|
|
16447
|
+
[key: string]: string;
|
|
16448
|
+
};
|
|
16449
|
+
static types(): {
|
|
16450
|
+
[key: string]: any;
|
|
16451
|
+
};
|
|
16452
|
+
constructor(map?: {
|
|
16453
|
+
[key: string]: any;
|
|
16454
|
+
});
|
|
16455
|
+
}
|
|
16456
|
+
export declare class ListSystemClientRuleTypesResponse extends $tea.Model {
|
|
16457
|
+
headers: {
|
|
16458
|
+
[key: string]: string;
|
|
16459
|
+
};
|
|
16460
|
+
statusCode: number;
|
|
16461
|
+
body: ListSystemClientRuleTypesResponseBody;
|
|
16462
|
+
static names(): {
|
|
16463
|
+
[key: string]: string;
|
|
16464
|
+
};
|
|
16465
|
+
static types(): {
|
|
16466
|
+
[key: string]: any;
|
|
16467
|
+
};
|
|
16468
|
+
constructor(map?: {
|
|
16469
|
+
[key: string]: any;
|
|
16470
|
+
});
|
|
16471
|
+
}
|
|
16472
|
+
export declare class ListSystemClientRulesRequest extends $tea.Model {
|
|
16473
|
+
aggregationIds?: number[];
|
|
16474
|
+
currentPage?: number;
|
|
16475
|
+
isContainer?: number;
|
|
16476
|
+
lang?: string;
|
|
16477
|
+
pageSize?: number;
|
|
16478
|
+
ruleName?: string;
|
|
16479
|
+
ruleTypes?: number[];
|
|
16480
|
+
systemType?: number;
|
|
16481
|
+
static names(): {
|
|
16482
|
+
[key: string]: string;
|
|
16483
|
+
};
|
|
16484
|
+
static types(): {
|
|
16485
|
+
[key: string]: any;
|
|
16486
|
+
};
|
|
16487
|
+
constructor(map?: {
|
|
16488
|
+
[key: string]: any;
|
|
16489
|
+
});
|
|
16490
|
+
}
|
|
16491
|
+
export declare class ListSystemClientRulesResponseBody extends $tea.Model {
|
|
16492
|
+
pageInfo?: ListSystemClientRulesResponseBodyPageInfo;
|
|
16493
|
+
requestId?: string;
|
|
16494
|
+
ruleList?: ListSystemClientRulesResponseBodyRuleList[];
|
|
16495
|
+
static names(): {
|
|
16496
|
+
[key: string]: string;
|
|
16497
|
+
};
|
|
16498
|
+
static types(): {
|
|
16499
|
+
[key: string]: any;
|
|
16500
|
+
};
|
|
16501
|
+
constructor(map?: {
|
|
16502
|
+
[key: string]: any;
|
|
16503
|
+
});
|
|
16504
|
+
}
|
|
16505
|
+
export declare class ListSystemClientRulesResponse extends $tea.Model {
|
|
16506
|
+
headers: {
|
|
16507
|
+
[key: string]: string;
|
|
16508
|
+
};
|
|
16509
|
+
statusCode: number;
|
|
16510
|
+
body: ListSystemClientRulesResponseBody;
|
|
16511
|
+
static names(): {
|
|
16512
|
+
[key: string]: string;
|
|
16513
|
+
};
|
|
16514
|
+
static types(): {
|
|
16515
|
+
[key: string]: any;
|
|
16516
|
+
};
|
|
16517
|
+
constructor(map?: {
|
|
16518
|
+
[key: string]: any;
|
|
16519
|
+
});
|
|
16520
|
+
}
|
|
16521
|
+
export declare class ListSystemRuleAggregationTypesRequest extends $tea.Model {
|
|
16522
|
+
lang?: string;
|
|
16523
|
+
static names(): {
|
|
16524
|
+
[key: string]: string;
|
|
16525
|
+
};
|
|
16526
|
+
static types(): {
|
|
16527
|
+
[key: string]: any;
|
|
16528
|
+
};
|
|
16529
|
+
constructor(map?: {
|
|
16530
|
+
[key: string]: any;
|
|
16531
|
+
});
|
|
16532
|
+
}
|
|
16533
|
+
export declare class ListSystemRuleAggregationTypesResponseBody extends $tea.Model {
|
|
16534
|
+
aggregationTypeList?: ListSystemRuleAggregationTypesResponseBodyAggregationTypeList[];
|
|
16535
|
+
requestId?: string;
|
|
16536
|
+
static names(): {
|
|
16537
|
+
[key: string]: string;
|
|
16538
|
+
};
|
|
16539
|
+
static types(): {
|
|
16540
|
+
[key: string]: any;
|
|
16541
|
+
};
|
|
16542
|
+
constructor(map?: {
|
|
16543
|
+
[key: string]: any;
|
|
16544
|
+
});
|
|
16545
|
+
}
|
|
16546
|
+
export declare class ListSystemRuleAggregationTypesResponse extends $tea.Model {
|
|
16547
|
+
headers: {
|
|
16548
|
+
[key: string]: string;
|
|
16549
|
+
};
|
|
16550
|
+
statusCode: number;
|
|
16551
|
+
body: ListSystemRuleAggregationTypesResponseBody;
|
|
16552
|
+
static names(): {
|
|
16553
|
+
[key: string]: string;
|
|
16554
|
+
};
|
|
16555
|
+
static types(): {
|
|
16556
|
+
[key: string]: any;
|
|
16557
|
+
};
|
|
16558
|
+
constructor(map?: {
|
|
16559
|
+
[key: string]: any;
|
|
16560
|
+
});
|
|
16561
|
+
}
|
|
16562
|
+
export declare class ListUninstallAegisMachinesRequest extends $tea.Model {
|
|
16563
|
+
currentPage?: number;
|
|
16564
|
+
os?: string;
|
|
16565
|
+
pageSize?: number;
|
|
16566
|
+
regionIdStr?: string;
|
|
16567
|
+
regionNo?: string;
|
|
16568
|
+
remark?: string;
|
|
16569
|
+
sourceIp?: string;
|
|
16570
|
+
vendor?: number;
|
|
16571
|
+
static names(): {
|
|
16572
|
+
[key: string]: string;
|
|
16573
|
+
};
|
|
16574
|
+
static types(): {
|
|
16575
|
+
[key: string]: any;
|
|
16576
|
+
};
|
|
16577
|
+
constructor(map?: {
|
|
16578
|
+
[key: string]: any;
|
|
16579
|
+
});
|
|
16580
|
+
}
|
|
16581
|
+
export declare class ListUninstallAegisMachinesResponseBody extends $tea.Model {
|
|
16582
|
+
currentPage?: number;
|
|
16583
|
+
machineList?: ListUninstallAegisMachinesResponseBodyMachineList[];
|
|
16584
|
+
pageSize?: number;
|
|
16585
|
+
requestId?: string;
|
|
16586
|
+
totalCount?: number;
|
|
16587
|
+
static names(): {
|
|
16588
|
+
[key: string]: string;
|
|
16589
|
+
};
|
|
16590
|
+
static types(): {
|
|
16591
|
+
[key: string]: any;
|
|
16592
|
+
};
|
|
16593
|
+
constructor(map?: {
|
|
16594
|
+
[key: string]: any;
|
|
16595
|
+
});
|
|
16596
|
+
}
|
|
16597
|
+
export declare class ListUninstallAegisMachinesResponse extends $tea.Model {
|
|
16598
|
+
headers: {
|
|
16599
|
+
[key: string]: string;
|
|
16600
|
+
};
|
|
16601
|
+
statusCode: number;
|
|
16602
|
+
body: ListUninstallAegisMachinesResponseBody;
|
|
16603
|
+
static names(): {
|
|
16604
|
+
[key: string]: string;
|
|
16605
|
+
};
|
|
16606
|
+
static types(): {
|
|
16607
|
+
[key: string]: any;
|
|
16608
|
+
};
|
|
16609
|
+
constructor(map?: {
|
|
16610
|
+
[key: string]: any;
|
|
16611
|
+
});
|
|
16612
|
+
}
|
|
16613
|
+
export declare class ListUuidsByWebPathRequest extends $tea.Model {
|
|
16614
|
+
currentPage?: number;
|
|
16615
|
+
pageSize?: number;
|
|
16616
|
+
type?: string;
|
|
16617
|
+
webPath?: string;
|
|
16618
|
+
static names(): {
|
|
16619
|
+
[key: string]: string;
|
|
16620
|
+
};
|
|
16621
|
+
static types(): {
|
|
16622
|
+
[key: string]: any;
|
|
16623
|
+
};
|
|
16624
|
+
constructor(map?: {
|
|
16625
|
+
[key: string]: any;
|
|
16626
|
+
});
|
|
16627
|
+
}
|
|
16628
|
+
export declare class ListUuidsByWebPathResponseBody extends $tea.Model {
|
|
16629
|
+
list?: ListUuidsByWebPathResponseBodyList[];
|
|
16630
|
+
pageInfo?: ListUuidsByWebPathResponseBodyPageInfo;
|
|
16631
|
+
requestId?: string;
|
|
16632
|
+
static names(): {
|
|
16633
|
+
[key: string]: string;
|
|
16634
|
+
};
|
|
16635
|
+
static types(): {
|
|
16636
|
+
[key: string]: any;
|
|
16637
|
+
};
|
|
16638
|
+
constructor(map?: {
|
|
16639
|
+
[key: string]: any;
|
|
16640
|
+
});
|
|
16641
|
+
}
|
|
16642
|
+
export declare class ListUuidsByWebPathResponse extends $tea.Model {
|
|
15736
16643
|
headers: {
|
|
15737
16644
|
[key: string]: string;
|
|
15738
16645
|
};
|
|
@@ -16346,6 +17253,47 @@ export declare class ModifyClientUserDefineRuleResponse extends $tea.Model {
|
|
|
16346
17253
|
[key: string]: any;
|
|
16347
17254
|
});
|
|
16348
17255
|
}
|
|
17256
|
+
export declare class ModifyClusterCnnfStatusUserConfirmRequest extends $tea.Model {
|
|
17257
|
+
clusterIds?: string[];
|
|
17258
|
+
userConfirm?: boolean;
|
|
17259
|
+
static names(): {
|
|
17260
|
+
[key: string]: string;
|
|
17261
|
+
};
|
|
17262
|
+
static types(): {
|
|
17263
|
+
[key: string]: any;
|
|
17264
|
+
};
|
|
17265
|
+
constructor(map?: {
|
|
17266
|
+
[key: string]: any;
|
|
17267
|
+
});
|
|
17268
|
+
}
|
|
17269
|
+
export declare class ModifyClusterCnnfStatusUserConfirmResponseBody extends $tea.Model {
|
|
17270
|
+
requestId?: string;
|
|
17271
|
+
static names(): {
|
|
17272
|
+
[key: string]: string;
|
|
17273
|
+
};
|
|
17274
|
+
static types(): {
|
|
17275
|
+
[key: string]: any;
|
|
17276
|
+
};
|
|
17277
|
+
constructor(map?: {
|
|
17278
|
+
[key: string]: any;
|
|
17279
|
+
});
|
|
17280
|
+
}
|
|
17281
|
+
export declare class ModifyClusterCnnfStatusUserConfirmResponse extends $tea.Model {
|
|
17282
|
+
headers: {
|
|
17283
|
+
[key: string]: string;
|
|
17284
|
+
};
|
|
17285
|
+
statusCode: number;
|
|
17286
|
+
body: ModifyClusterCnnfStatusUserConfirmResponseBody;
|
|
17287
|
+
static names(): {
|
|
17288
|
+
[key: string]: string;
|
|
17289
|
+
};
|
|
17290
|
+
static types(): {
|
|
17291
|
+
[key: string]: any;
|
|
17292
|
+
};
|
|
17293
|
+
constructor(map?: {
|
|
17294
|
+
[key: string]: any;
|
|
17295
|
+
});
|
|
17296
|
+
}
|
|
16349
17297
|
export declare class ModifyConcernNecessityRequest extends $tea.Model {
|
|
16350
17298
|
concernNecessity?: string;
|
|
16351
17299
|
static names(): {
|
|
@@ -16386,10 +17334,146 @@ export declare class ModifyConcernNecessityResponse extends $tea.Model {
|
|
|
16386
17334
|
[key: string]: any;
|
|
16387
17335
|
});
|
|
16388
17336
|
}
|
|
16389
|
-
export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
|
|
16390
|
-
reason?: string;
|
|
16391
|
-
targetInfo?: string;
|
|
16392
|
-
whitelist?: string;
|
|
17337
|
+
export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
|
|
17338
|
+
reason?: string;
|
|
17339
|
+
targetInfo?: string;
|
|
17340
|
+
whitelist?: string;
|
|
17341
|
+
static names(): {
|
|
17342
|
+
[key: string]: string;
|
|
17343
|
+
};
|
|
17344
|
+
static types(): {
|
|
17345
|
+
[key: string]: any;
|
|
17346
|
+
};
|
|
17347
|
+
constructor(map?: {
|
|
17348
|
+
[key: string]: any;
|
|
17349
|
+
});
|
|
17350
|
+
}
|
|
17351
|
+
export declare class ModifyCreateVulWhitelistResponseBody extends $tea.Model {
|
|
17352
|
+
requestId?: string;
|
|
17353
|
+
vulWhitelistList?: ModifyCreateVulWhitelistResponseBodyVulWhitelistList[];
|
|
17354
|
+
static names(): {
|
|
17355
|
+
[key: string]: string;
|
|
17356
|
+
};
|
|
17357
|
+
static types(): {
|
|
17358
|
+
[key: string]: any;
|
|
17359
|
+
};
|
|
17360
|
+
constructor(map?: {
|
|
17361
|
+
[key: string]: any;
|
|
17362
|
+
});
|
|
17363
|
+
}
|
|
17364
|
+
export declare class ModifyCreateVulWhitelistResponse extends $tea.Model {
|
|
17365
|
+
headers: {
|
|
17366
|
+
[key: string]: string;
|
|
17367
|
+
};
|
|
17368
|
+
statusCode: number;
|
|
17369
|
+
body: ModifyCreateVulWhitelistResponseBody;
|
|
17370
|
+
static names(): {
|
|
17371
|
+
[key: string]: string;
|
|
17372
|
+
};
|
|
17373
|
+
static types(): {
|
|
17374
|
+
[key: string]: any;
|
|
17375
|
+
};
|
|
17376
|
+
constructor(map?: {
|
|
17377
|
+
[key: string]: any;
|
|
17378
|
+
});
|
|
17379
|
+
}
|
|
17380
|
+
export declare class ModifyCustomBlockRecordRequest extends $tea.Model {
|
|
17381
|
+
blockIp?: string;
|
|
17382
|
+
bound?: string;
|
|
17383
|
+
expireTime?: number;
|
|
17384
|
+
resourceOwnerId?: number;
|
|
17385
|
+
uuids?: string;
|
|
17386
|
+
static names(): {
|
|
17387
|
+
[key: string]: string;
|
|
17388
|
+
};
|
|
17389
|
+
static types(): {
|
|
17390
|
+
[key: string]: any;
|
|
17391
|
+
};
|
|
17392
|
+
constructor(map?: {
|
|
17393
|
+
[key: string]: any;
|
|
17394
|
+
});
|
|
17395
|
+
}
|
|
17396
|
+
export declare class ModifyCustomBlockRecordResponseBody extends $tea.Model {
|
|
17397
|
+
requestId?: string;
|
|
17398
|
+
static names(): {
|
|
17399
|
+
[key: string]: string;
|
|
17400
|
+
};
|
|
17401
|
+
static types(): {
|
|
17402
|
+
[key: string]: any;
|
|
17403
|
+
};
|
|
17404
|
+
constructor(map?: {
|
|
17405
|
+
[key: string]: any;
|
|
17406
|
+
});
|
|
17407
|
+
}
|
|
17408
|
+
export declare class ModifyCustomBlockRecordResponse extends $tea.Model {
|
|
17409
|
+
headers: {
|
|
17410
|
+
[key: string]: string;
|
|
17411
|
+
};
|
|
17412
|
+
statusCode: number;
|
|
17413
|
+
body: ModifyCustomBlockRecordResponseBody;
|
|
17414
|
+
static names(): {
|
|
17415
|
+
[key: string]: string;
|
|
17416
|
+
};
|
|
17417
|
+
static types(): {
|
|
17418
|
+
[key: string]: any;
|
|
17419
|
+
};
|
|
17420
|
+
constructor(map?: {
|
|
17421
|
+
[key: string]: any;
|
|
17422
|
+
});
|
|
17423
|
+
}
|
|
17424
|
+
export declare class ModifyCycleTaskRequest extends $tea.Model {
|
|
17425
|
+
configId?: string;
|
|
17426
|
+
enable?: number;
|
|
17427
|
+
firstDateStr?: number;
|
|
17428
|
+
intervalPeriod?: number;
|
|
17429
|
+
param?: string;
|
|
17430
|
+
periodUnit?: string;
|
|
17431
|
+
targetEndTime?: number;
|
|
17432
|
+
targetStartTime?: number;
|
|
17433
|
+
taskName?: string;
|
|
17434
|
+
taskType?: string;
|
|
17435
|
+
static names(): {
|
|
17436
|
+
[key: string]: string;
|
|
17437
|
+
};
|
|
17438
|
+
static types(): {
|
|
17439
|
+
[key: string]: any;
|
|
17440
|
+
};
|
|
17441
|
+
constructor(map?: {
|
|
17442
|
+
[key: string]: any;
|
|
17443
|
+
});
|
|
17444
|
+
}
|
|
17445
|
+
export declare class ModifyCycleTaskResponseBody extends $tea.Model {
|
|
17446
|
+
requestId?: string;
|
|
17447
|
+
static names(): {
|
|
17448
|
+
[key: string]: string;
|
|
17449
|
+
};
|
|
17450
|
+
static types(): {
|
|
17451
|
+
[key: string]: any;
|
|
17452
|
+
};
|
|
17453
|
+
constructor(map?: {
|
|
17454
|
+
[key: string]: any;
|
|
17455
|
+
});
|
|
17456
|
+
}
|
|
17457
|
+
export declare class ModifyCycleTaskResponse extends $tea.Model {
|
|
17458
|
+
headers: {
|
|
17459
|
+
[key: string]: string;
|
|
17460
|
+
};
|
|
17461
|
+
statusCode: number;
|
|
17462
|
+
body: ModifyCycleTaskResponseBody;
|
|
17463
|
+
static names(): {
|
|
17464
|
+
[key: string]: string;
|
|
17465
|
+
};
|
|
17466
|
+
static types(): {
|
|
17467
|
+
[key: string]: any;
|
|
17468
|
+
};
|
|
17469
|
+
constructor(map?: {
|
|
17470
|
+
[key: string]: any;
|
|
17471
|
+
});
|
|
17472
|
+
}
|
|
17473
|
+
export declare class ModifyEmgVulSubmitRequest extends $tea.Model {
|
|
17474
|
+
lang?: string;
|
|
17475
|
+
name?: string;
|
|
17476
|
+
userAgreement?: string;
|
|
16393
17477
|
static names(): {
|
|
16394
17478
|
[key: string]: string;
|
|
16395
17479
|
};
|
|
@@ -16400,9 +17484,8 @@ export declare class ModifyCreateVulWhitelistRequest extends $tea.Model {
|
|
|
16400
17484
|
[key: string]: any;
|
|
16401
17485
|
});
|
|
16402
17486
|
}
|
|
16403
|
-
export declare class
|
|
17487
|
+
export declare class ModifyEmgVulSubmitResponseBody extends $tea.Model {
|
|
16404
17488
|
requestId?: string;
|
|
16405
|
-
vulWhitelistList?: ModifyCreateVulWhitelistResponseBodyVulWhitelistList[];
|
|
16406
17489
|
static names(): {
|
|
16407
17490
|
[key: string]: string;
|
|
16408
17491
|
};
|
|
@@ -16413,12 +17496,12 @@ export declare class ModifyCreateVulWhitelistResponseBody extends $tea.Model {
|
|
|
16413
17496
|
[key: string]: any;
|
|
16414
17497
|
});
|
|
16415
17498
|
}
|
|
16416
|
-
export declare class
|
|
17499
|
+
export declare class ModifyEmgVulSubmitResponse extends $tea.Model {
|
|
16417
17500
|
headers: {
|
|
16418
17501
|
[key: string]: string;
|
|
16419
17502
|
};
|
|
16420
17503
|
statusCode: number;
|
|
16421
|
-
body:
|
|
17504
|
+
body: ModifyEmgVulSubmitResponseBody;
|
|
16422
17505
|
static names(): {
|
|
16423
17506
|
[key: string]: string;
|
|
16424
17507
|
};
|
|
@@ -16429,12 +17512,8 @@ export declare class ModifyCreateVulWhitelistResponse extends $tea.Model {
|
|
|
16429
17512
|
[key: string]: any;
|
|
16430
17513
|
});
|
|
16431
17514
|
}
|
|
16432
|
-
export declare class
|
|
16433
|
-
|
|
16434
|
-
bound?: string;
|
|
16435
|
-
expireTime?: number;
|
|
16436
|
-
resourceOwnerId?: number;
|
|
16437
|
-
uuids?: string;
|
|
17515
|
+
export declare class ModifyGroupPropertyRequest extends $tea.Model {
|
|
17516
|
+
data?: string;
|
|
16438
17517
|
static names(): {
|
|
16439
17518
|
[key: string]: string;
|
|
16440
17519
|
};
|
|
@@ -16445,7 +17524,7 @@ export declare class ModifyCustomBlockRecordRequest extends $tea.Model {
|
|
|
16445
17524
|
[key: string]: any;
|
|
16446
17525
|
});
|
|
16447
17526
|
}
|
|
16448
|
-
export declare class
|
|
17527
|
+
export declare class ModifyGroupPropertyResponseBody extends $tea.Model {
|
|
16449
17528
|
requestId?: string;
|
|
16450
17529
|
static names(): {
|
|
16451
17530
|
[key: string]: string;
|
|
@@ -16457,12 +17536,12 @@ export declare class ModifyCustomBlockRecordResponseBody extends $tea.Model {
|
|
|
16457
17536
|
[key: string]: any;
|
|
16458
17537
|
});
|
|
16459
17538
|
}
|
|
16460
|
-
export declare class
|
|
17539
|
+
export declare class ModifyGroupPropertyResponse extends $tea.Model {
|
|
16461
17540
|
headers: {
|
|
16462
17541
|
[key: string]: string;
|
|
16463
17542
|
};
|
|
16464
17543
|
statusCode: number;
|
|
16465
|
-
body:
|
|
17544
|
+
body: ModifyGroupPropertyResponseBody;
|
|
16466
17545
|
static names(): {
|
|
16467
17546
|
[key: string]: string;
|
|
16468
17547
|
};
|
|
@@ -16473,17 +17552,11 @@ export declare class ModifyCustomBlockRecordResponse extends $tea.Model {
|
|
|
16473
17552
|
[key: string]: any;
|
|
16474
17553
|
});
|
|
16475
17554
|
}
|
|
16476
|
-
export declare class
|
|
16477
|
-
|
|
16478
|
-
|
|
16479
|
-
|
|
16480
|
-
|
|
16481
|
-
param?: string;
|
|
16482
|
-
periodUnit?: string;
|
|
16483
|
-
targetEndTime?: number;
|
|
16484
|
-
targetStartTime?: number;
|
|
16485
|
-
taskName?: string;
|
|
16486
|
-
taskType?: string;
|
|
17555
|
+
export declare class ModifyInstanceAntiBruteForceRuleRequest extends $tea.Model {
|
|
17556
|
+
newRuleId?: number;
|
|
17557
|
+
resourceOwnerId?: number;
|
|
17558
|
+
sourceIp?: string;
|
|
17559
|
+
uuid?: string;
|
|
16487
17560
|
static names(): {
|
|
16488
17561
|
[key: string]: string;
|
|
16489
17562
|
};
|
|
@@ -16494,7 +17567,7 @@ export declare class ModifyCycleTaskRequest extends $tea.Model {
|
|
|
16494
17567
|
[key: string]: any;
|
|
16495
17568
|
});
|
|
16496
17569
|
}
|
|
16497
|
-
export declare class
|
|
17570
|
+
export declare class ModifyInstanceAntiBruteForceRuleResponseBody extends $tea.Model {
|
|
16498
17571
|
requestId?: string;
|
|
16499
17572
|
static names(): {
|
|
16500
17573
|
[key: string]: string;
|
|
@@ -16506,12 +17579,12 @@ export declare class ModifyCycleTaskResponseBody extends $tea.Model {
|
|
|
16506
17579
|
[key: string]: any;
|
|
16507
17580
|
});
|
|
16508
17581
|
}
|
|
16509
|
-
export declare class
|
|
17582
|
+
export declare class ModifyInstanceAntiBruteForceRuleResponse extends $tea.Model {
|
|
16510
17583
|
headers: {
|
|
16511
17584
|
[key: string]: string;
|
|
16512
17585
|
};
|
|
16513
17586
|
statusCode: number;
|
|
16514
|
-
body:
|
|
17587
|
+
body: ModifyInstanceAntiBruteForceRuleResponseBody;
|
|
16515
17588
|
static names(): {
|
|
16516
17589
|
[key: string]: string;
|
|
16517
17590
|
};
|
|
@@ -16522,10 +17595,19 @@ export declare class ModifyCycleTaskResponse extends $tea.Model {
|
|
|
16522
17595
|
[key: string]: any;
|
|
16523
17596
|
});
|
|
16524
17597
|
}
|
|
16525
|
-
export declare class
|
|
16526
|
-
|
|
16527
|
-
|
|
16528
|
-
|
|
17598
|
+
export declare class ModifyInterceptionRuleRequest extends $tea.Model {
|
|
17599
|
+
clusterId?: string;
|
|
17600
|
+
dstTarget?: {
|
|
17601
|
+
[key: string]: any;
|
|
17602
|
+
};
|
|
17603
|
+
interceptType?: number;
|
|
17604
|
+
orderIndex?: number;
|
|
17605
|
+
ruleId?: number;
|
|
17606
|
+
ruleName?: string;
|
|
17607
|
+
ruleSwitch?: number;
|
|
17608
|
+
srcTarget?: {
|
|
17609
|
+
[key: string]: any;
|
|
17610
|
+
};
|
|
16529
17611
|
static names(): {
|
|
16530
17612
|
[key: string]: string;
|
|
16531
17613
|
};
|
|
@@ -16536,7 +17618,26 @@ export declare class ModifyEmgVulSubmitRequest extends $tea.Model {
|
|
|
16536
17618
|
[key: string]: any;
|
|
16537
17619
|
});
|
|
16538
17620
|
}
|
|
16539
|
-
export declare class
|
|
17621
|
+
export declare class ModifyInterceptionRuleShrinkRequest extends $tea.Model {
|
|
17622
|
+
clusterId?: string;
|
|
17623
|
+
dstTargetShrink?: string;
|
|
17624
|
+
interceptType?: number;
|
|
17625
|
+
orderIndex?: number;
|
|
17626
|
+
ruleId?: number;
|
|
17627
|
+
ruleName?: string;
|
|
17628
|
+
ruleSwitch?: number;
|
|
17629
|
+
srcTargetShrink?: string;
|
|
17630
|
+
static names(): {
|
|
17631
|
+
[key: string]: string;
|
|
17632
|
+
};
|
|
17633
|
+
static types(): {
|
|
17634
|
+
[key: string]: any;
|
|
17635
|
+
};
|
|
17636
|
+
constructor(map?: {
|
|
17637
|
+
[key: string]: any;
|
|
17638
|
+
});
|
|
17639
|
+
}
|
|
17640
|
+
export declare class ModifyInterceptionRuleResponseBody extends $tea.Model {
|
|
16540
17641
|
requestId?: string;
|
|
16541
17642
|
static names(): {
|
|
16542
17643
|
[key: string]: string;
|
|
@@ -16548,12 +17649,12 @@ export declare class ModifyEmgVulSubmitResponseBody extends $tea.Model {
|
|
|
16548
17649
|
[key: string]: any;
|
|
16549
17650
|
});
|
|
16550
17651
|
}
|
|
16551
|
-
export declare class
|
|
17652
|
+
export declare class ModifyInterceptionRuleResponse extends $tea.Model {
|
|
16552
17653
|
headers: {
|
|
16553
17654
|
[key: string]: string;
|
|
16554
17655
|
};
|
|
16555
17656
|
statusCode: number;
|
|
16556
|
-
body:
|
|
17657
|
+
body: ModifyInterceptionRuleResponseBody;
|
|
16557
17658
|
static names(): {
|
|
16558
17659
|
[key: string]: string;
|
|
16559
17660
|
};
|
|
@@ -16564,8 +17665,10 @@ export declare class ModifyEmgVulSubmitResponse extends $tea.Model {
|
|
|
16564
17665
|
[key: string]: any;
|
|
16565
17666
|
});
|
|
16566
17667
|
}
|
|
16567
|
-
export declare class
|
|
16568
|
-
|
|
17668
|
+
export declare class ModifyInterceptionRuleSwitchRequest extends $tea.Model {
|
|
17669
|
+
clusterId?: string;
|
|
17670
|
+
ruleIds?: string;
|
|
17671
|
+
ruleSwitch?: number;
|
|
16569
17672
|
static names(): {
|
|
16570
17673
|
[key: string]: string;
|
|
16571
17674
|
};
|
|
@@ -16576,7 +17679,7 @@ export declare class ModifyGroupPropertyRequest extends $tea.Model {
|
|
|
16576
17679
|
[key: string]: any;
|
|
16577
17680
|
});
|
|
16578
17681
|
}
|
|
16579
|
-
export declare class
|
|
17682
|
+
export declare class ModifyInterceptionRuleSwitchResponseBody extends $tea.Model {
|
|
16580
17683
|
requestId?: string;
|
|
16581
17684
|
static names(): {
|
|
16582
17685
|
[key: string]: string;
|
|
@@ -16588,12 +17691,12 @@ export declare class ModifyGroupPropertyResponseBody extends $tea.Model {
|
|
|
16588
17691
|
[key: string]: any;
|
|
16589
17692
|
});
|
|
16590
17693
|
}
|
|
16591
|
-
export declare class
|
|
17694
|
+
export declare class ModifyInterceptionRuleSwitchResponse extends $tea.Model {
|
|
16592
17695
|
headers: {
|
|
16593
17696
|
[key: string]: string;
|
|
16594
17697
|
};
|
|
16595
17698
|
statusCode: number;
|
|
16596
|
-
body:
|
|
17699
|
+
body: ModifyInterceptionRuleSwitchResponseBody;
|
|
16597
17700
|
static names(): {
|
|
16598
17701
|
[key: string]: string;
|
|
16599
17702
|
};
|
|
@@ -16604,11 +17707,14 @@ export declare class ModifyGroupPropertyResponse extends $tea.Model {
|
|
|
16604
17707
|
[key: string]: any;
|
|
16605
17708
|
});
|
|
16606
17709
|
}
|
|
16607
|
-
export declare class
|
|
16608
|
-
|
|
16609
|
-
|
|
16610
|
-
|
|
16611
|
-
|
|
17710
|
+
export declare class ModifyInterceptionTargetRequest extends $tea.Model {
|
|
17711
|
+
appName?: string;
|
|
17712
|
+
imageList?: string[];
|
|
17713
|
+
namespace?: string;
|
|
17714
|
+
tagList?: string[];
|
|
17715
|
+
targetId?: number;
|
|
17716
|
+
targetName?: string;
|
|
17717
|
+
targetType?: string;
|
|
16612
17718
|
static names(): {
|
|
16613
17719
|
[key: string]: string;
|
|
16614
17720
|
};
|
|
@@ -16619,8 +17725,9 @@ export declare class ModifyInstanceAntiBruteForceRuleRequest extends $tea.Model
|
|
|
16619
17725
|
[key: string]: any;
|
|
16620
17726
|
});
|
|
16621
17727
|
}
|
|
16622
|
-
export declare class
|
|
17728
|
+
export declare class ModifyInterceptionTargetResponseBody extends $tea.Model {
|
|
16623
17729
|
requestId?: string;
|
|
17730
|
+
result?: boolean;
|
|
16624
17731
|
static names(): {
|
|
16625
17732
|
[key: string]: string;
|
|
16626
17733
|
};
|
|
@@ -16631,12 +17738,12 @@ export declare class ModifyInstanceAntiBruteForceRuleResponseBody extends $tea.M
|
|
|
16631
17738
|
[key: string]: any;
|
|
16632
17739
|
});
|
|
16633
17740
|
}
|
|
16634
|
-
export declare class
|
|
17741
|
+
export declare class ModifyInterceptionTargetResponse extends $tea.Model {
|
|
16635
17742
|
headers: {
|
|
16636
17743
|
[key: string]: string;
|
|
16637
17744
|
};
|
|
16638
17745
|
statusCode: number;
|
|
16639
|
-
body:
|
|
17746
|
+
body: ModifyInterceptionTargetResponseBody;
|
|
16640
17747
|
static names(): {
|
|
16641
17748
|
[key: string]: string;
|
|
16642
17749
|
};
|
|
@@ -19397,6 +20504,49 @@ export declare class SaveSuspEventUserSettingResponse extends $tea.Model {
|
|
|
19397
20504
|
[key: string]: any;
|
|
19398
20505
|
});
|
|
19399
20506
|
}
|
|
20507
|
+
export declare class SetClusterInterceptionConfigRequest extends $tea.Model {
|
|
20508
|
+
clusterIds?: string;
|
|
20509
|
+
switchOn?: number;
|
|
20510
|
+
switchType?: number;
|
|
20511
|
+
static names(): {
|
|
20512
|
+
[key: string]: string;
|
|
20513
|
+
};
|
|
20514
|
+
static types(): {
|
|
20515
|
+
[key: string]: any;
|
|
20516
|
+
};
|
|
20517
|
+
constructor(map?: {
|
|
20518
|
+
[key: string]: any;
|
|
20519
|
+
});
|
|
20520
|
+
}
|
|
20521
|
+
export declare class SetClusterInterceptionConfigResponseBody extends $tea.Model {
|
|
20522
|
+
requestId?: string;
|
|
20523
|
+
result?: boolean;
|
|
20524
|
+
static names(): {
|
|
20525
|
+
[key: string]: string;
|
|
20526
|
+
};
|
|
20527
|
+
static types(): {
|
|
20528
|
+
[key: string]: any;
|
|
20529
|
+
};
|
|
20530
|
+
constructor(map?: {
|
|
20531
|
+
[key: string]: any;
|
|
20532
|
+
});
|
|
20533
|
+
}
|
|
20534
|
+
export declare class SetClusterInterceptionConfigResponse extends $tea.Model {
|
|
20535
|
+
headers: {
|
|
20536
|
+
[key: string]: string;
|
|
20537
|
+
};
|
|
20538
|
+
statusCode: number;
|
|
20539
|
+
body: SetClusterInterceptionConfigResponseBody;
|
|
20540
|
+
static names(): {
|
|
20541
|
+
[key: string]: string;
|
|
20542
|
+
};
|
|
20543
|
+
static types(): {
|
|
20544
|
+
[key: string]: any;
|
|
20545
|
+
};
|
|
20546
|
+
constructor(map?: {
|
|
20547
|
+
[key: string]: any;
|
|
20548
|
+
});
|
|
20549
|
+
}
|
|
19400
20550
|
export declare class SetRegistryScanDayNumRequest extends $tea.Model {
|
|
19401
20551
|
scanDayNum?: number;
|
|
19402
20552
|
static names(): {
|
|
@@ -20204,6 +21354,31 @@ export declare class AddClientUserDefineRuleResponseBodyUserDefineRuleAddResult
|
|
|
20204
21354
|
[key: string]: any;
|
|
20205
21355
|
});
|
|
20206
21356
|
}
|
|
21357
|
+
export declare class AddPrivateRegistryResponseBodyData extends $tea.Model {
|
|
21358
|
+
aliUid?: number;
|
|
21359
|
+
domainName?: string;
|
|
21360
|
+
id?: number;
|
|
21361
|
+
netType?: number;
|
|
21362
|
+
password?: string;
|
|
21363
|
+
protocolType?: number;
|
|
21364
|
+
regionId?: string;
|
|
21365
|
+
registryHostIp?: string;
|
|
21366
|
+
registryType?: string;
|
|
21367
|
+
registryVersion?: string;
|
|
21368
|
+
token?: string;
|
|
21369
|
+
transPerHour?: number;
|
|
21370
|
+
userName?: string;
|
|
21371
|
+
vpcId?: string;
|
|
21372
|
+
static names(): {
|
|
21373
|
+
[key: string]: string;
|
|
21374
|
+
};
|
|
21375
|
+
static types(): {
|
|
21376
|
+
[key: string]: any;
|
|
21377
|
+
};
|
|
21378
|
+
constructor(map?: {
|
|
21379
|
+
[key: string]: any;
|
|
21380
|
+
});
|
|
21381
|
+
}
|
|
20207
21382
|
export declare class AdvanceSecurityEventOperationsResponseBodySecurityEventOperationsResponseMarkField extends $tea.Model {
|
|
20208
21383
|
filedAliasName?: string;
|
|
20209
21384
|
filedName?: string;
|
|
@@ -20945,6 +22120,20 @@ export declare class DescribeAssetSummaryResponseBodyAssetsSummary extends $tea.
|
|
|
20945
22120
|
[key: string]: any;
|
|
20946
22121
|
});
|
|
20947
22122
|
}
|
|
22123
|
+
export declare class DescribeAssetsSecurityEventSummaryResponseBodyAssets extends $tea.Model {
|
|
22124
|
+
assetType?: string;
|
|
22125
|
+
riskCount?: number;
|
|
22126
|
+
totalCount?: number;
|
|
22127
|
+
static names(): {
|
|
22128
|
+
[key: string]: string;
|
|
22129
|
+
};
|
|
22130
|
+
static types(): {
|
|
22131
|
+
[key: string]: any;
|
|
22132
|
+
};
|
|
22133
|
+
constructor(map?: {
|
|
22134
|
+
[key: string]: any;
|
|
22135
|
+
});
|
|
22136
|
+
}
|
|
20948
22137
|
export declare class DescribeBackUpExportInfoResponseBodyData extends $tea.Model {
|
|
20949
22138
|
currentCount?: number;
|
|
20950
22139
|
fileName?: string;
|
|
@@ -23088,6 +24277,7 @@ export declare class DescribeInstanceStatisticsResponseBodyData extends $tea.Mod
|
|
|
23088
24277
|
agentlessVulSca?: number;
|
|
23089
24278
|
appNum?: number;
|
|
23090
24279
|
cmsNum?: number;
|
|
24280
|
+
cspmNum?: number;
|
|
23091
24281
|
cveNum?: number;
|
|
23092
24282
|
emgNum?: number;
|
|
23093
24283
|
health?: number;
|
|
@@ -25875,6 +27065,67 @@ export declare class GetAlarmMachineCountResponseBodyData extends $tea.Model {
|
|
|
25875
27065
|
[key: string]: any;
|
|
25876
27066
|
});
|
|
25877
27067
|
}
|
|
27068
|
+
export declare class GetAppNetworkResponseBodyAppNetworkEdge extends $tea.Model {
|
|
27069
|
+
dstNodeId?: string;
|
|
27070
|
+
dstNodeType?: string;
|
|
27071
|
+
id?: string;
|
|
27072
|
+
port?: string;
|
|
27073
|
+
srcNodeId?: string;
|
|
27074
|
+
srcNodeType?: string;
|
|
27075
|
+
static names(): {
|
|
27076
|
+
[key: string]: string;
|
|
27077
|
+
};
|
|
27078
|
+
static types(): {
|
|
27079
|
+
[key: string]: any;
|
|
27080
|
+
};
|
|
27081
|
+
constructor(map?: {
|
|
27082
|
+
[key: string]: any;
|
|
27083
|
+
});
|
|
27084
|
+
}
|
|
27085
|
+
export declare class GetAppNetworkResponseBodyAppNetworkNamespace extends $tea.Model {
|
|
27086
|
+
id?: string;
|
|
27087
|
+
name?: string;
|
|
27088
|
+
static names(): {
|
|
27089
|
+
[key: string]: string;
|
|
27090
|
+
};
|
|
27091
|
+
static types(): {
|
|
27092
|
+
[key: string]: any;
|
|
27093
|
+
};
|
|
27094
|
+
constructor(map?: {
|
|
27095
|
+
[key: string]: any;
|
|
27096
|
+
});
|
|
27097
|
+
}
|
|
27098
|
+
export declare class GetAppNetworkResponseBodyAppNetworkNode extends $tea.Model {
|
|
27099
|
+
containerIds?: string[];
|
|
27100
|
+
id?: string;
|
|
27101
|
+
name?: string;
|
|
27102
|
+
namespaceId?: string;
|
|
27103
|
+
riskLevel?: string;
|
|
27104
|
+
type?: string;
|
|
27105
|
+
static names(): {
|
|
27106
|
+
[key: string]: string;
|
|
27107
|
+
};
|
|
27108
|
+
static types(): {
|
|
27109
|
+
[key: string]: any;
|
|
27110
|
+
};
|
|
27111
|
+
constructor(map?: {
|
|
27112
|
+
[key: string]: any;
|
|
27113
|
+
});
|
|
27114
|
+
}
|
|
27115
|
+
export declare class GetAppNetworkResponseBodyAppNetwork extends $tea.Model {
|
|
27116
|
+
edge?: GetAppNetworkResponseBodyAppNetworkEdge[];
|
|
27117
|
+
namespace?: GetAppNetworkResponseBodyAppNetworkNamespace[];
|
|
27118
|
+
node?: GetAppNetworkResponseBodyAppNetworkNode[];
|
|
27119
|
+
static names(): {
|
|
27120
|
+
[key: string]: string;
|
|
27121
|
+
};
|
|
27122
|
+
static types(): {
|
|
27123
|
+
[key: string]: any;
|
|
27124
|
+
};
|
|
27125
|
+
constructor(map?: {
|
|
27126
|
+
[key: string]: any;
|
|
27127
|
+
});
|
|
27128
|
+
}
|
|
25878
27129
|
export declare class GetAssetsPropertyDetailRequestSearchCriteriaList extends $tea.Model {
|
|
25879
27130
|
name?: string;
|
|
25880
27131
|
value?: string;
|
|
@@ -26140,6 +27391,34 @@ export declare class GetClientUserDefineRuleResponseBodyUserDefineRuleDetail ext
|
|
|
26140
27391
|
[key: string]: any;
|
|
26141
27392
|
});
|
|
26142
27393
|
}
|
|
27394
|
+
export declare class GetCloudAssetCriteriaRequestCloudAssetTypes extends $tea.Model {
|
|
27395
|
+
assetSubType?: number;
|
|
27396
|
+
assetType?: number;
|
|
27397
|
+
static names(): {
|
|
27398
|
+
[key: string]: string;
|
|
27399
|
+
};
|
|
27400
|
+
static types(): {
|
|
27401
|
+
[key: string]: any;
|
|
27402
|
+
};
|
|
27403
|
+
constructor(map?: {
|
|
27404
|
+
[key: string]: any;
|
|
27405
|
+
});
|
|
27406
|
+
}
|
|
27407
|
+
export declare class GetCloudAssetCriteriaResponseBodyCriteriaList extends $tea.Model {
|
|
27408
|
+
multiValues?: string;
|
|
27409
|
+
name?: string;
|
|
27410
|
+
type?: string;
|
|
27411
|
+
values?: string;
|
|
27412
|
+
static names(): {
|
|
27413
|
+
[key: string]: string;
|
|
27414
|
+
};
|
|
27415
|
+
static types(): {
|
|
27416
|
+
[key: string]: any;
|
|
27417
|
+
};
|
|
27418
|
+
constructor(map?: {
|
|
27419
|
+
[key: string]: any;
|
|
27420
|
+
});
|
|
27421
|
+
}
|
|
26143
27422
|
export declare class GetCloudAssetDetailRequestCloudAssetInstances extends $tea.Model {
|
|
26144
27423
|
instanceId?: string;
|
|
26145
27424
|
regionId?: string;
|
|
@@ -26221,6 +27500,24 @@ export declare class GetClusterCheckItemWarningStatisticsResponseBodyData extend
|
|
|
26221
27500
|
[key: string]: any;
|
|
26222
27501
|
});
|
|
26223
27502
|
}
|
|
27503
|
+
export declare class GetClusterRuleSummaryResponseBodyClusterRuleSummary extends $tea.Model {
|
|
27504
|
+
closeRuleCount?: number;
|
|
27505
|
+
interceptionCount7Day?: number;
|
|
27506
|
+
interceptionSwitch?: number;
|
|
27507
|
+
interceptionType?: number;
|
|
27508
|
+
openRuleCount?: number;
|
|
27509
|
+
ruleCount?: number;
|
|
27510
|
+
suggestRuleCount?: number;
|
|
27511
|
+
static names(): {
|
|
27512
|
+
[key: string]: string;
|
|
27513
|
+
};
|
|
27514
|
+
static types(): {
|
|
27515
|
+
[key: string]: any;
|
|
27516
|
+
};
|
|
27517
|
+
constructor(map?: {
|
|
27518
|
+
[key: string]: any;
|
|
27519
|
+
});
|
|
27520
|
+
}
|
|
26224
27521
|
export declare class GetClusterSuspEventStatisticsResponseBodySuspStatistics extends $tea.Model {
|
|
26225
27522
|
remind?: number;
|
|
26226
27523
|
serious?: number;
|
|
@@ -26439,6 +27736,64 @@ export declare class GetImageScanNumInPeriodResponseBodyImageScanData extends $t
|
|
|
26439
27736
|
[key: string]: any;
|
|
26440
27737
|
});
|
|
26441
27738
|
}
|
|
27739
|
+
export declare class GetInterceptionRuleDetailResponseBodyInterceptionRuleDetailDstTarget extends $tea.Model {
|
|
27740
|
+
appName?: string;
|
|
27741
|
+
imageList?: string[];
|
|
27742
|
+
namespace?: string;
|
|
27743
|
+
ports?: string[];
|
|
27744
|
+
ruleType?: string;
|
|
27745
|
+
tagList?: string[];
|
|
27746
|
+
targetId?: number;
|
|
27747
|
+
targetName?: string;
|
|
27748
|
+
targetType?: string;
|
|
27749
|
+
static names(): {
|
|
27750
|
+
[key: string]: string;
|
|
27751
|
+
};
|
|
27752
|
+
static types(): {
|
|
27753
|
+
[key: string]: any;
|
|
27754
|
+
};
|
|
27755
|
+
constructor(map?: {
|
|
27756
|
+
[key: string]: any;
|
|
27757
|
+
});
|
|
27758
|
+
}
|
|
27759
|
+
export declare class GetInterceptionRuleDetailResponseBodyInterceptionRuleDetailSrcTarget extends $tea.Model {
|
|
27760
|
+
appName?: string;
|
|
27761
|
+
imageList?: string[];
|
|
27762
|
+
namespace?: string;
|
|
27763
|
+
ruleType?: string;
|
|
27764
|
+
tagList?: string[];
|
|
27765
|
+
targetId?: number;
|
|
27766
|
+
targetName?: string;
|
|
27767
|
+
targetType?: string;
|
|
27768
|
+
static names(): {
|
|
27769
|
+
[key: string]: string;
|
|
27770
|
+
};
|
|
27771
|
+
static types(): {
|
|
27772
|
+
[key: string]: any;
|
|
27773
|
+
};
|
|
27774
|
+
constructor(map?: {
|
|
27775
|
+
[key: string]: any;
|
|
27776
|
+
});
|
|
27777
|
+
}
|
|
27778
|
+
export declare class GetInterceptionRuleDetailResponseBodyInterceptionRuleDetail extends $tea.Model {
|
|
27779
|
+
dstTarget?: GetInterceptionRuleDetailResponseBodyInterceptionRuleDetailDstTarget;
|
|
27780
|
+
interceptType?: number;
|
|
27781
|
+
orderIndex?: number;
|
|
27782
|
+
ruleId?: number;
|
|
27783
|
+
ruleName?: string;
|
|
27784
|
+
ruleSwitch?: number;
|
|
27785
|
+
ruleType?: string;
|
|
27786
|
+
srcTarget?: GetInterceptionRuleDetailResponseBodyInterceptionRuleDetailSrcTarget;
|
|
27787
|
+
static names(): {
|
|
27788
|
+
[key: string]: string;
|
|
27789
|
+
};
|
|
27790
|
+
static types(): {
|
|
27791
|
+
[key: string]: any;
|
|
27792
|
+
};
|
|
27793
|
+
constructor(map?: {
|
|
27794
|
+
[key: string]: any;
|
|
27795
|
+
});
|
|
27796
|
+
}
|
|
26442
27797
|
export declare class GetInterceptionSummaryResponseBodyInterceptionSummary extends $tea.Model {
|
|
26443
27798
|
closeClusterCount?: number;
|
|
26444
27799
|
closeRuleCount?: number;
|
|
@@ -26906,6 +28261,58 @@ export declare class ListClientUserDefineRulesResponseBodyUserDefineRuleList ext
|
|
|
26906
28261
|
[key: string]: any;
|
|
26907
28262
|
});
|
|
26908
28263
|
}
|
|
28264
|
+
export declare class ListCloudAssetInstancesRequestCloudAssetTypes extends $tea.Model {
|
|
28265
|
+
assetSubType?: number;
|
|
28266
|
+
assetType?: number;
|
|
28267
|
+
static names(): {
|
|
28268
|
+
[key: string]: string;
|
|
28269
|
+
};
|
|
28270
|
+
static types(): {
|
|
28271
|
+
[key: string]: any;
|
|
28272
|
+
};
|
|
28273
|
+
constructor(map?: {
|
|
28274
|
+
[key: string]: any;
|
|
28275
|
+
});
|
|
28276
|
+
}
|
|
28277
|
+
export declare class ListCloudAssetInstancesResponseBodyInstances extends $tea.Model {
|
|
28278
|
+
alarmStatus?: string;
|
|
28279
|
+
assetSubType?: string;
|
|
28280
|
+
assetSubTypeName?: string;
|
|
28281
|
+
assetType?: number;
|
|
28282
|
+
assetTypeName?: string;
|
|
28283
|
+
createdTime?: number;
|
|
28284
|
+
instanceId?: string;
|
|
28285
|
+
instanceName?: string;
|
|
28286
|
+
internetIp?: string;
|
|
28287
|
+
regionId?: string;
|
|
28288
|
+
riskStatus?: string;
|
|
28289
|
+
securityInfo?: string;
|
|
28290
|
+
vendor?: number;
|
|
28291
|
+
static names(): {
|
|
28292
|
+
[key: string]: string;
|
|
28293
|
+
};
|
|
28294
|
+
static types(): {
|
|
28295
|
+
[key: string]: any;
|
|
28296
|
+
};
|
|
28297
|
+
constructor(map?: {
|
|
28298
|
+
[key: string]: any;
|
|
28299
|
+
});
|
|
28300
|
+
}
|
|
28301
|
+
export declare class ListCloudAssetInstancesResponseBodyPageInfo extends $tea.Model {
|
|
28302
|
+
count?: number;
|
|
28303
|
+
currentPage?: number;
|
|
28304
|
+
pageSize?: number;
|
|
28305
|
+
totalCount?: number;
|
|
28306
|
+
static names(): {
|
|
28307
|
+
[key: string]: string;
|
|
28308
|
+
};
|
|
28309
|
+
static types(): {
|
|
28310
|
+
[key: string]: any;
|
|
28311
|
+
};
|
|
28312
|
+
constructor(map?: {
|
|
28313
|
+
[key: string]: any;
|
|
28314
|
+
});
|
|
28315
|
+
}
|
|
26909
28316
|
export declare class ListClusterCnnfStatusDetailResponseBodyData extends $tea.Model {
|
|
26910
28317
|
clusterId?: string;
|
|
26911
28318
|
installed?: boolean;
|
|
@@ -27107,11 +28514,157 @@ export declare class ListHoneypotPresetResponseBodyList extends $tea.Model {
|
|
|
27107
28514
|
[key: string]: any;
|
|
27108
28515
|
});
|
|
27109
28516
|
}
|
|
27110
|
-
export declare class ListHoneypotPresetResponseBodyPageInfo extends $tea.Model {
|
|
27111
|
-
count?: number;
|
|
27112
|
-
currentPage?: number;
|
|
27113
|
-
pageSize?: number;
|
|
27114
|
-
totalCount?: number;
|
|
28517
|
+
export declare class ListHoneypotPresetResponseBodyPageInfo extends $tea.Model {
|
|
28518
|
+
count?: number;
|
|
28519
|
+
currentPage?: number;
|
|
28520
|
+
pageSize?: number;
|
|
28521
|
+
totalCount?: number;
|
|
28522
|
+
static names(): {
|
|
28523
|
+
[key: string]: string;
|
|
28524
|
+
};
|
|
28525
|
+
static types(): {
|
|
28526
|
+
[key: string]: any;
|
|
28527
|
+
};
|
|
28528
|
+
constructor(map?: {
|
|
28529
|
+
[key: string]: any;
|
|
28530
|
+
});
|
|
28531
|
+
}
|
|
28532
|
+
export declare class ListHoneypotProbeResponseBodyListControlNode extends $tea.Model {
|
|
28533
|
+
ecsInstanceId?: string;
|
|
28534
|
+
nodeId?: string;
|
|
28535
|
+
nodeName?: string;
|
|
28536
|
+
static names(): {
|
|
28537
|
+
[key: string]: string;
|
|
28538
|
+
};
|
|
28539
|
+
static types(): {
|
|
28540
|
+
[key: string]: any;
|
|
28541
|
+
};
|
|
28542
|
+
constructor(map?: {
|
|
28543
|
+
[key: string]: any;
|
|
28544
|
+
});
|
|
28545
|
+
}
|
|
28546
|
+
export declare class ListHoneypotProbeResponseBodyList extends $tea.Model {
|
|
28547
|
+
controlNode?: ListHoneypotProbeResponseBodyListControlNode;
|
|
28548
|
+
deployTime?: number;
|
|
28549
|
+
displayName?: string;
|
|
28550
|
+
hostIp?: string;
|
|
28551
|
+
osType?: string;
|
|
28552
|
+
probeId?: string;
|
|
28553
|
+
probeType?: string;
|
|
28554
|
+
probeVersion?: string;
|
|
28555
|
+
status?: string;
|
|
28556
|
+
uuid?: string;
|
|
28557
|
+
vpcId?: string;
|
|
28558
|
+
static names(): {
|
|
28559
|
+
[key: string]: string;
|
|
28560
|
+
};
|
|
28561
|
+
static types(): {
|
|
28562
|
+
[key: string]: any;
|
|
28563
|
+
};
|
|
28564
|
+
constructor(map?: {
|
|
28565
|
+
[key: string]: any;
|
|
28566
|
+
});
|
|
28567
|
+
}
|
|
28568
|
+
export declare class ListHoneypotProbeResponseBodyPageInfo extends $tea.Model {
|
|
28569
|
+
count?: number;
|
|
28570
|
+
currentPage?: number;
|
|
28571
|
+
pageSize?: number;
|
|
28572
|
+
totalCount?: number;
|
|
28573
|
+
static names(): {
|
|
28574
|
+
[key: string]: string;
|
|
28575
|
+
};
|
|
28576
|
+
static types(): {
|
|
28577
|
+
[key: string]: any;
|
|
28578
|
+
};
|
|
28579
|
+
constructor(map?: {
|
|
28580
|
+
[key: string]: any;
|
|
28581
|
+
});
|
|
28582
|
+
}
|
|
28583
|
+
export declare class ListImageRegistryRegionResponseBodyRegions extends $tea.Model {
|
|
28584
|
+
regionId?: string;
|
|
28585
|
+
regionName?: string;
|
|
28586
|
+
static names(): {
|
|
28587
|
+
[key: string]: string;
|
|
28588
|
+
};
|
|
28589
|
+
static types(): {
|
|
28590
|
+
[key: string]: any;
|
|
28591
|
+
};
|
|
28592
|
+
constructor(map?: {
|
|
28593
|
+
[key: string]: any;
|
|
28594
|
+
});
|
|
28595
|
+
}
|
|
28596
|
+
export declare class ListImageRiskResponseBodyImageRiskListEndPointList extends $tea.Model {
|
|
28597
|
+
domains?: string[];
|
|
28598
|
+
type?: string;
|
|
28599
|
+
static names(): {
|
|
28600
|
+
[key: string]: string;
|
|
28601
|
+
};
|
|
28602
|
+
static types(): {
|
|
28603
|
+
[key: string]: any;
|
|
28604
|
+
};
|
|
28605
|
+
constructor(map?: {
|
|
28606
|
+
[key: string]: any;
|
|
28607
|
+
});
|
|
28608
|
+
}
|
|
28609
|
+
export declare class ListImageRiskResponseBodyImageRiskList extends $tea.Model {
|
|
28610
|
+
digest?: string;
|
|
28611
|
+
endPointList?: ListImageRiskResponseBodyImageRiskListEndPointList[];
|
|
28612
|
+
endpoints?: string;
|
|
28613
|
+
image?: string;
|
|
28614
|
+
imageAccessType?: string;
|
|
28615
|
+
imageId?: string;
|
|
28616
|
+
internetURLs?: string;
|
|
28617
|
+
regionId?: string;
|
|
28618
|
+
registryType?: string;
|
|
28619
|
+
repoId?: string;
|
|
28620
|
+
repoName?: string;
|
|
28621
|
+
repoNamespace?: string;
|
|
28622
|
+
repoType?: string;
|
|
28623
|
+
statistics?: string;
|
|
28624
|
+
tag?: string;
|
|
28625
|
+
tagImmutable?: number;
|
|
28626
|
+
uuid?: string;
|
|
28627
|
+
vpcURLs?: string;
|
|
28628
|
+
static names(): {
|
|
28629
|
+
[key: string]: string;
|
|
28630
|
+
};
|
|
28631
|
+
static types(): {
|
|
28632
|
+
[key: string]: any;
|
|
28633
|
+
};
|
|
28634
|
+
constructor(map?: {
|
|
28635
|
+
[key: string]: any;
|
|
28636
|
+
});
|
|
28637
|
+
}
|
|
28638
|
+
export declare class ListImageRiskResponseBodyPageInfo extends $tea.Model {
|
|
28639
|
+
count?: number;
|
|
28640
|
+
currentPage?: number;
|
|
28641
|
+
pageSize?: number;
|
|
28642
|
+
totalCount?: number;
|
|
28643
|
+
static names(): {
|
|
28644
|
+
[key: string]: string;
|
|
28645
|
+
};
|
|
28646
|
+
static types(): {
|
|
28647
|
+
[key: string]: any;
|
|
28648
|
+
};
|
|
28649
|
+
constructor(map?: {
|
|
28650
|
+
[key: string]: any;
|
|
28651
|
+
});
|
|
28652
|
+
}
|
|
28653
|
+
export declare class ListInstanceCatalogResponseBodyVendorsInstanceTypesInstanceSubTypes extends $tea.Model {
|
|
28654
|
+
name?: string;
|
|
28655
|
+
static names(): {
|
|
28656
|
+
[key: string]: string;
|
|
28657
|
+
};
|
|
28658
|
+
static types(): {
|
|
28659
|
+
[key: string]: any;
|
|
28660
|
+
};
|
|
28661
|
+
constructor(map?: {
|
|
28662
|
+
[key: string]: any;
|
|
28663
|
+
});
|
|
28664
|
+
}
|
|
28665
|
+
export declare class ListInstanceCatalogResponseBodyVendorsInstanceTypes extends $tea.Model {
|
|
28666
|
+
instanceSubTypes?: ListInstanceCatalogResponseBodyVendorsInstanceTypesInstanceSubTypes[];
|
|
28667
|
+
name?: string;
|
|
27115
28668
|
static names(): {
|
|
27116
28669
|
[key: string]: string;
|
|
27117
28670
|
};
|
|
@@ -27122,10 +28675,9 @@ export declare class ListHoneypotPresetResponseBodyPageInfo extends $tea.Model {
|
|
|
27122
28675
|
[key: string]: any;
|
|
27123
28676
|
});
|
|
27124
28677
|
}
|
|
27125
|
-
export declare class
|
|
27126
|
-
|
|
27127
|
-
|
|
27128
|
-
nodeName?: string;
|
|
28678
|
+
export declare class ListInstanceCatalogResponseBodyVendors extends $tea.Model {
|
|
28679
|
+
instanceTypes?: ListInstanceCatalogResponseBodyVendorsInstanceTypes[];
|
|
28680
|
+
name?: string;
|
|
27129
28681
|
static names(): {
|
|
27130
28682
|
[key: string]: string;
|
|
27131
28683
|
};
|
|
@@ -27136,18 +28688,35 @@ export declare class ListHoneypotProbeResponseBodyListControlNode extends $tea.M
|
|
|
27136
28688
|
[key: string]: any;
|
|
27137
28689
|
});
|
|
27138
28690
|
}
|
|
27139
|
-
export declare class
|
|
27140
|
-
|
|
27141
|
-
|
|
27142
|
-
|
|
27143
|
-
|
|
27144
|
-
|
|
27145
|
-
|
|
27146
|
-
|
|
27147
|
-
|
|
27148
|
-
|
|
27149
|
-
|
|
27150
|
-
|
|
28691
|
+
export declare class ListInterceptionHistoryResponseBodyInterceptionHistoryList extends $tea.Model {
|
|
28692
|
+
clusterId?: string;
|
|
28693
|
+
clusterName?: string;
|
|
28694
|
+
dstAppName?: string;
|
|
28695
|
+
dstNamespace?: string;
|
|
28696
|
+
dstPort?: number;
|
|
28697
|
+
dstRuleTargetName?: string;
|
|
28698
|
+
firstTime?: number;
|
|
28699
|
+
id?: number;
|
|
28700
|
+
interceptionName?: number;
|
|
28701
|
+
interceptionType?: number;
|
|
28702
|
+
lastTime?: number;
|
|
28703
|
+
realDstAppName?: string;
|
|
28704
|
+
realDstImageName?: string;
|
|
28705
|
+
realDstNamespace?: string;
|
|
28706
|
+
realDstPodName?: string;
|
|
28707
|
+
realInterceptionType?: number;
|
|
28708
|
+
realSrcAppName?: string;
|
|
28709
|
+
realSrcImageName?: string;
|
|
28710
|
+
realSrcNamespace?: string;
|
|
28711
|
+
realSrcPodName?: string;
|
|
28712
|
+
riskLevel?: number;
|
|
28713
|
+
ruleId?: number;
|
|
28714
|
+
ruleName?: string;
|
|
28715
|
+
srcAppName?: string;
|
|
28716
|
+
srcNamespace?: string;
|
|
28717
|
+
srcRuleTargetName?: string;
|
|
28718
|
+
status?: number;
|
|
28719
|
+
tryCount?: number;
|
|
27151
28720
|
static names(): {
|
|
27152
28721
|
[key: string]: string;
|
|
27153
28722
|
};
|
|
@@ -27158,7 +28727,7 @@ export declare class ListHoneypotProbeResponseBodyList extends $tea.Model {
|
|
|
27158
28727
|
[key: string]: any;
|
|
27159
28728
|
});
|
|
27160
28729
|
}
|
|
27161
|
-
export declare class
|
|
28730
|
+
export declare class ListInterceptionHistoryResponseBodyPageInfo extends $tea.Model {
|
|
27162
28731
|
count?: number;
|
|
27163
28732
|
currentPage?: number;
|
|
27164
28733
|
pageSize?: number;
|
|
@@ -27259,6 +28828,41 @@ export declare class ListInterceptionRulePageResponseBodyPageInfo extends $tea.M
|
|
|
27259
28828
|
[key: string]: any;
|
|
27260
28829
|
});
|
|
27261
28830
|
}
|
|
28831
|
+
export declare class ListInterceptionTargetPageResponseBodyPageInfo extends $tea.Model {
|
|
28832
|
+
currentPage?: number;
|
|
28833
|
+
pageSize?: number;
|
|
28834
|
+
totalCount?: number;
|
|
28835
|
+
static names(): {
|
|
28836
|
+
[key: string]: string;
|
|
28837
|
+
};
|
|
28838
|
+
static types(): {
|
|
28839
|
+
[key: string]: any;
|
|
28840
|
+
};
|
|
28841
|
+
constructor(map?: {
|
|
28842
|
+
[key: string]: any;
|
|
28843
|
+
});
|
|
28844
|
+
}
|
|
28845
|
+
export declare class ListInterceptionTargetPageResponseBodyRuleTargetList extends $tea.Model {
|
|
28846
|
+
appName?: string;
|
|
28847
|
+
clusterId?: string;
|
|
28848
|
+
clusterName?: string;
|
|
28849
|
+
imageList?: string[];
|
|
28850
|
+
namespace?: string;
|
|
28851
|
+
ruleType?: string;
|
|
28852
|
+
tagList?: string[];
|
|
28853
|
+
targetId?: number;
|
|
28854
|
+
targetName?: string;
|
|
28855
|
+
targetType?: string;
|
|
28856
|
+
static names(): {
|
|
28857
|
+
[key: string]: string;
|
|
28858
|
+
};
|
|
28859
|
+
static types(): {
|
|
28860
|
+
[key: string]: any;
|
|
28861
|
+
};
|
|
28862
|
+
constructor(map?: {
|
|
28863
|
+
[key: string]: any;
|
|
28864
|
+
});
|
|
28865
|
+
}
|
|
27262
28866
|
export declare class ListPluginForUuidResponseBodyAegisUuidTargetPluginConfigListAegisSuspiciousConfigList extends $tea.Model {
|
|
27263
28867
|
config?: boolean;
|
|
27264
28868
|
msg?: string;
|
|
@@ -27291,6 +28895,43 @@ export declare class ListPluginForUuidResponseBodyAegisUuidTargetPluginConfigLis
|
|
|
27291
28895
|
[key: string]: any;
|
|
27292
28896
|
});
|
|
27293
28897
|
}
|
|
28898
|
+
export declare class ListPodRiskResponseBodyPageInfo extends $tea.Model {
|
|
28899
|
+
count?: number;
|
|
28900
|
+
currentPage?: number;
|
|
28901
|
+
pageSize?: number;
|
|
28902
|
+
totalCount?: number;
|
|
28903
|
+
static names(): {
|
|
28904
|
+
[key: string]: string;
|
|
28905
|
+
};
|
|
28906
|
+
static types(): {
|
|
28907
|
+
[key: string]: any;
|
|
28908
|
+
};
|
|
28909
|
+
constructor(map?: {
|
|
28910
|
+
[key: string]: any;
|
|
28911
|
+
});
|
|
28912
|
+
}
|
|
28913
|
+
export declare class ListPodRiskResponseBodyPodRiskList extends $tea.Model {
|
|
28914
|
+
alarmCount?: number;
|
|
28915
|
+
clusterId?: string;
|
|
28916
|
+
clusterName?: string;
|
|
28917
|
+
createTime?: number;
|
|
28918
|
+
hcCount?: number;
|
|
28919
|
+
instanceId?: string;
|
|
28920
|
+
namespace?: string;
|
|
28921
|
+
nodeName?: string;
|
|
28922
|
+
pod?: string;
|
|
28923
|
+
podIp?: string;
|
|
28924
|
+
vulCount?: number;
|
|
28925
|
+
static names(): {
|
|
28926
|
+
[key: string]: string;
|
|
28927
|
+
};
|
|
28928
|
+
static types(): {
|
|
28929
|
+
[key: string]: any;
|
|
28930
|
+
};
|
|
28931
|
+
constructor(map?: {
|
|
28932
|
+
[key: string]: any;
|
|
28933
|
+
});
|
|
28934
|
+
}
|
|
27294
28935
|
export declare class ListPrivateRegistryListResponseBodyImageRegistryInfos extends $tea.Model {
|
|
27295
28936
|
aliUid?: number;
|
|
27296
28937
|
domainName?: string;
|
|
@@ -27333,6 +28974,20 @@ export declare class ListPrivateRegistryTypeResponseBodyRegistryTypeInfos extend
|
|
|
27333
28974
|
[key: string]: any;
|
|
27334
28975
|
});
|
|
27335
28976
|
}
|
|
28977
|
+
export declare class ListRuleTargetAllResponseBodyRuleTargetList extends $tea.Model {
|
|
28978
|
+
targetId?: number;
|
|
28979
|
+
targetName?: string;
|
|
28980
|
+
targetType?: string;
|
|
28981
|
+
static names(): {
|
|
28982
|
+
[key: string]: string;
|
|
28983
|
+
};
|
|
28984
|
+
static types(): {
|
|
28985
|
+
[key: string]: any;
|
|
28986
|
+
};
|
|
28987
|
+
constructor(map?: {
|
|
28988
|
+
[key: string]: any;
|
|
28989
|
+
});
|
|
28990
|
+
}
|
|
27336
28991
|
export declare class ListSystemAggregationRulesResponseBodyAggregationList extends $tea.Model {
|
|
27337
28992
|
id?: number;
|
|
27338
28993
|
name?: string;
|
|
@@ -27790,6 +29445,8 @@ export default class Client extends OpenApi {
|
|
|
27790
29445
|
addClientUserDefineRule(request: AddClientUserDefineRuleRequest): Promise<AddClientUserDefineRuleResponse>;
|
|
27791
29446
|
addInstallCodeWithOptions(request: AddInstallCodeRequest, runtime: $Util.RuntimeOptions): Promise<AddInstallCodeResponse>;
|
|
27792
29447
|
addInstallCode(request: AddInstallCodeRequest): Promise<AddInstallCodeResponse>;
|
|
29448
|
+
addPrivateRegistryWithOptions(request: AddPrivateRegistryRequest, runtime: $Util.RuntimeOptions): Promise<AddPrivateRegistryResponse>;
|
|
29449
|
+
addPrivateRegistry(request: AddPrivateRegistryRequest): Promise<AddPrivateRegistryResponse>;
|
|
27793
29450
|
addTagWithUuidWithOptions(request: AddTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<AddTagWithUuidResponse>;
|
|
27794
29451
|
addTagWithUuid(request: AddTagWithUuidRequest): Promise<AddTagWithUuidResponse>;
|
|
27795
29452
|
addUninstallClientsByUuidsWithOptions(request: AddUninstallClientsByUuidsRequest, runtime: $Util.RuntimeOptions): Promise<AddUninstallClientsByUuidsResponse>;
|
|
@@ -27868,22 +29525,13 @@ export default class Client extends OpenApi {
|
|
|
27868
29525
|
createHoneypotPreset(request: CreateHoneypotPresetRequest): Promise<CreateHoneypotPresetResponse>;
|
|
27869
29526
|
createHoneypotProbeWithOptions(request: CreateHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<CreateHoneypotProbeResponse>;
|
|
27870
29527
|
createHoneypotProbe(request: CreateHoneypotProbeRequest): Promise<CreateHoneypotProbeResponse>;
|
|
29528
|
+
createInterceptionRuleWithOptions(tmpReq: CreateInterceptionRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateInterceptionRuleResponse>;
|
|
29529
|
+
createInterceptionRule(request: CreateInterceptionRuleRequest): Promise<CreateInterceptionRuleResponse>;
|
|
29530
|
+
createInterceptionTargetWithOptions(request: CreateInterceptionTargetRequest, runtime: $Util.RuntimeOptions): Promise<CreateInterceptionTargetResponse>;
|
|
29531
|
+
createInterceptionTarget(request: CreateInterceptionTargetRequest): Promise<CreateInterceptionTargetResponse>;
|
|
27871
29532
|
createJenkinsImageRegistryWithOptions(request: CreateJenkinsImageRegistryRequest, runtime: $Util.RuntimeOptions): Promise<CreateJenkinsImageRegistryResponse>;
|
|
27872
29533
|
createJenkinsImageRegistry(request: CreateJenkinsImageRegistryRequest): Promise<CreateJenkinsImageRegistryResponse>;
|
|
27873
|
-
/**
|
|
27874
|
-
* A server can belong only to one server group. If you call the CreateOrUpdateAssetGroup operation and the server specified in request parameters belongs to Server Group A, the server is removed from Server Group A and then added to the newly created or specified server group after the call is complete.
|
|
27875
|
-
*
|
|
27876
|
-
* @param request CreateOrUpdateAssetGroupRequest
|
|
27877
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
27878
|
-
* @return CreateOrUpdateAssetGroupResponse
|
|
27879
|
-
*/
|
|
27880
29534
|
createOrUpdateAssetGroupWithOptions(request: CreateOrUpdateAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrUpdateAssetGroupResponse>;
|
|
27881
|
-
/**
|
|
27882
|
-
* A server can belong only to one server group. If you call the CreateOrUpdateAssetGroup operation and the server specified in request parameters belongs to Server Group A, the server is removed from Server Group A and then added to the newly created or specified server group after the call is complete.
|
|
27883
|
-
*
|
|
27884
|
-
* @param request CreateOrUpdateAssetGroupRequest
|
|
27885
|
-
* @return CreateOrUpdateAssetGroupResponse
|
|
27886
|
-
*/
|
|
27887
29535
|
createOrUpdateAssetGroup(request: CreateOrUpdateAssetGroupRequest): Promise<CreateOrUpdateAssetGroupResponse>;
|
|
27888
29536
|
createRestoreJobWithOptions(request: CreateRestoreJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateRestoreJobResponse>;
|
|
27889
29537
|
createRestoreJob(request: CreateRestoreJobRequest): Promise<CreateRestoreJobResponse>;
|
|
@@ -27924,20 +29572,7 @@ export default class Client extends OpenApi {
|
|
|
27924
29572
|
deleteCustomBlockRecord(request: DeleteCustomBlockRecordRequest): Promise<DeleteCustomBlockRecordResponse>;
|
|
27925
29573
|
deleteCycleTaskWithOptions(request: DeleteCycleTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCycleTaskResponse>;
|
|
27926
29574
|
deleteCycleTask(request: DeleteCycleTaskRequest): Promise<DeleteCycleTaskResponse>;
|
|
27927
|
-
/**
|
|
27928
|
-
* The **Default** server group that is provided by Security Center cannot be deleted. After you delete a group, the assets in this group are moved to the **Default** group.
|
|
27929
|
-
*
|
|
27930
|
-
* @param request DeleteGroupRequest
|
|
27931
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
27932
|
-
* @return DeleteGroupResponse
|
|
27933
|
-
*/
|
|
27934
29575
|
deleteGroupWithOptions(request: DeleteGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGroupResponse>;
|
|
27935
|
-
/**
|
|
27936
|
-
* The **Default** server group that is provided by Security Center cannot be deleted. After you delete a group, the assets in this group are moved to the **Default** group.
|
|
27937
|
-
*
|
|
27938
|
-
* @param request DeleteGroupRequest
|
|
27939
|
-
* @return DeleteGroupResponse
|
|
27940
|
-
*/
|
|
27941
29576
|
deleteGroup(request: DeleteGroupRequest): Promise<DeleteGroupResponse>;
|
|
27942
29577
|
deleteHoneypotWithOptions(request: DeleteHoneypotRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHoneypotResponse>;
|
|
27943
29578
|
deleteHoneypot(request: DeleteHoneypotRequest): Promise<DeleteHoneypotResponse>;
|
|
@@ -27955,26 +29590,15 @@ export default class Client extends OpenApi {
|
|
|
27955
29590
|
deleteInterceptionTarget(request: DeleteInterceptionTargetRequest): Promise<DeleteInterceptionTargetResponse>;
|
|
27956
29591
|
deleteLoginBaseConfigWithOptions(request: DeleteLoginBaseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DeleteLoginBaseConfigResponse>;
|
|
27957
29592
|
deleteLoginBaseConfig(request: DeleteLoginBaseConfigRequest): Promise<DeleteLoginBaseConfigResponse>;
|
|
29593
|
+
deletePrivateRegistryWithOptions(request: DeletePrivateRegistryRequest, runtime: $Util.RuntimeOptions): Promise<DeletePrivateRegistryResponse>;
|
|
29594
|
+
deletePrivateRegistry(request: DeletePrivateRegistryRequest): Promise<DeletePrivateRegistryResponse>;
|
|
27958
29595
|
deleteSecurityEventMarkMissListWithOptions(request: DeleteSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSecurityEventMarkMissListResponse>;
|
|
27959
29596
|
deleteSecurityEventMarkMissList(request: DeleteSecurityEventMarkMissListRequest): Promise<DeleteSecurityEventMarkMissListResponse>;
|
|
27960
29597
|
deleteStrategyWithOptions(request: DeleteStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteStrategyResponse>;
|
|
27961
29598
|
deleteStrategy(request: DeleteStrategyRequest): Promise<DeleteStrategyResponse>;
|
|
27962
29599
|
deleteSuspEventNodeWithOptions(request: DeleteSuspEventNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSuspEventNodeResponse>;
|
|
27963
29600
|
deleteSuspEventNode(request: DeleteSuspEventNodeRequest): Promise<DeleteSuspEventNodeResponse>;
|
|
27964
|
-
/**
|
|
27965
|
-
* Security Center provides asset importance tags and custom tags. You can call this operation to remove only the custom tag that is added to an asset.
|
|
27966
|
-
*
|
|
27967
|
-
* @param request DeleteTagWithUuidRequest
|
|
27968
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
27969
|
-
* @return DeleteTagWithUuidResponse
|
|
27970
|
-
*/
|
|
27971
29601
|
deleteTagWithUuidWithOptions(request: DeleteTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagWithUuidResponse>;
|
|
27972
|
-
/**
|
|
27973
|
-
* Security Center provides asset importance tags and custom tags. You can call this operation to remove only the custom tag that is added to an asset.
|
|
27974
|
-
*
|
|
27975
|
-
* @param request DeleteTagWithUuidRequest
|
|
27976
|
-
* @return DeleteTagWithUuidResponse
|
|
27977
|
-
*/
|
|
27978
29602
|
deleteTagWithUuid(request: DeleteTagWithUuidRequest): Promise<DeleteTagWithUuidResponse>;
|
|
27979
29603
|
deleteUniBackupPolicyWithOptions(request: DeleteUniBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUniBackupPolicyResponse>;
|
|
27980
29604
|
deleteUniBackupPolicy(request: DeleteUniBackupPolicyRequest): Promise<DeleteUniBackupPolicyResponse>;
|
|
@@ -27994,28 +29618,7 @@ export default class Client extends OpenApi {
|
|
|
27994
29618
|
describeAgentInstallStatus(request: DescribeAgentInstallStatusRequest): Promise<DescribeAgentInstallStatusResponse>;
|
|
27995
29619
|
describeAlarmEventDetailWithOptions(request: DescribeAlarmEventDetailRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventDetailResponse>;
|
|
27996
29620
|
describeAlarmEventDetail(request: DescribeAlarmEventDetailRequest): Promise<DescribeAlarmEventDetailResponse>;
|
|
27997
|
-
/**
|
|
27998
|
-
* The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
|
|
27999
|
-
* You can call the DescribeAlarmEventList or DescribeSuspEvents operation to query alert events.
|
|
28000
|
-
* * If your Security Center runs the Enterprise or Ultimate edition and you turned on **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the DescribeAlarmEventList operation to query alert events.
|
|
28001
|
-
* * If your Security Center runs the Enterprise or Ultimate edition but you turned off **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
|
|
28002
|
-
* * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
|
|
28003
|
-
*
|
|
28004
|
-
* @param request DescribeAlarmEventListRequest
|
|
28005
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28006
|
-
* @return DescribeAlarmEventListResponse
|
|
28007
|
-
*/
|
|
28008
29621
|
describeAlarmEventListWithOptions(request: DescribeAlarmEventListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventListResponse>;
|
|
28009
|
-
/**
|
|
28010
|
-
* The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
|
|
28011
|
-
* You can call the DescribeAlarmEventList or DescribeSuspEvents operation to query alert events.
|
|
28012
|
-
* * If your Security Center runs the Enterprise or Ultimate edition and you turned on **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the DescribeAlarmEventList operation to query alert events.
|
|
28013
|
-
* * If your Security Center runs the Enterprise or Ultimate edition but you turned off **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
|
|
28014
|
-
* * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
|
|
28015
|
-
*
|
|
28016
|
-
* @param request DescribeAlarmEventListRequest
|
|
28017
|
-
* @return DescribeAlarmEventListResponse
|
|
28018
|
-
*/
|
|
28019
29622
|
describeAlarmEventList(request: DescribeAlarmEventListRequest): Promise<DescribeAlarmEventListResponse>;
|
|
28020
29623
|
describeAlarmEventStackInfoWithOptions(request: DescribeAlarmEventStackInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
28021
29624
|
describeAlarmEventStackInfo(request: DescribeAlarmEventStackInfoRequest): Promise<DescribeAlarmEventStackInfoResponse>;
|
|
@@ -28035,26 +29638,15 @@ export default class Client extends OpenApi {
|
|
|
28035
29638
|
describeAssetDetailByUuids(request: DescribeAssetDetailByUuidsRequest): Promise<DescribeAssetDetailByUuidsResponse>;
|
|
28036
29639
|
describeAssetSummaryWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAssetSummaryResponse>;
|
|
28037
29640
|
describeAssetSummary(): Promise<DescribeAssetSummaryResponse>;
|
|
29641
|
+
describeAssetsSecurityEventSummaryWithOptions(request: DescribeAssetsSecurityEventSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
29642
|
+
describeAssetsSecurityEventSummary(request: DescribeAssetsSecurityEventSummaryRequest): Promise<DescribeAssetsSecurityEventSummaryResponse>;
|
|
28038
29643
|
describeAttackAnalysisDataWithOptions(request: DescribeAttackAnalysisDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAttackAnalysisDataResponse>;
|
|
28039
29644
|
describeAttackAnalysisData(request: DescribeAttackAnalysisDataRequest): Promise<DescribeAttackAnalysisDataResponse>;
|
|
28040
29645
|
describeAutoDelConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeAutoDelConfigResponse>;
|
|
28041
29646
|
describeAutoDelConfig(): Promise<DescribeAutoDelConfigResponse>;
|
|
28042
29647
|
describeBackUpExportInfoWithOptions(request: DescribeBackUpExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackUpExportInfoResponse>;
|
|
28043
29648
|
describeBackUpExportInfo(request: DescribeBackUpExportInfoRequest): Promise<DescribeBackUpExportInfoResponse>;
|
|
28044
|
-
/**
|
|
28045
|
-
* You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
|
|
28046
|
-
*
|
|
28047
|
-
* @param request DescribeBackupClientsRequest
|
|
28048
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28049
|
-
* @return DescribeBackupClientsResponse
|
|
28050
|
-
*/
|
|
28051
29649
|
describeBackupClientsWithOptions(request: DescribeBackupClientsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupClientsResponse>;
|
|
28052
|
-
/**
|
|
28053
|
-
* You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
|
|
28054
|
-
*
|
|
28055
|
-
* @param request DescribeBackupClientsRequest
|
|
28056
|
-
* @return DescribeBackupClientsResponse
|
|
28057
|
-
*/
|
|
28058
29650
|
describeBackupClients(request: DescribeBackupClientsRequest): Promise<DescribeBackupClientsResponse>;
|
|
28059
29651
|
describeBackupFilesWithOptions(request: DescribeBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupFilesResponse>;
|
|
28060
29652
|
describeBackupFiles(request: DescribeBackupFilesRequest): Promise<DescribeBackupFilesResponse>;
|
|
@@ -28064,19 +29656,7 @@ export default class Client extends OpenApi {
|
|
|
28064
29656
|
describeBackupPolicies(request: DescribeBackupPoliciesRequest): Promise<DescribeBackupPoliciesResponse>;
|
|
28065
29657
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|
|
28066
29658
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
28067
|
-
/**
|
|
28068
|
-
* 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.
|
|
28069
|
-
*
|
|
28070
|
-
* @param request DescribeBackupRestoreCountRequest
|
|
28071
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28072
|
-
* @return DescribeBackupRestoreCountResponse
|
|
28073
|
-
*/
|
|
28074
29659
|
describeBackupRestoreCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeBackupRestoreCountResponse>;
|
|
28075
|
-
/**
|
|
28076
|
-
* 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.
|
|
28077
|
-
*
|
|
28078
|
-
* @return DescribeBackupRestoreCountResponse
|
|
28079
|
-
*/
|
|
28080
29660
|
describeBackupRestoreCount(): Promise<DescribeBackupRestoreCountResponse>;
|
|
28081
29661
|
describeBruteForceRecordsWithOptions(request: DescribeBruteForceRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBruteForceRecordsResponse>;
|
|
28082
29662
|
describeBruteForceRecords(request: DescribeBruteForceRecordsRequest): Promise<DescribeBruteForceRecordsResponse>;
|
|
@@ -28098,20 +29678,7 @@ export default class Client extends OpenApi {
|
|
|
28098
29678
|
describeClientConfSetup(request: DescribeClientConfSetupRequest): Promise<DescribeClientConfSetupResponse>;
|
|
28099
29679
|
describeClientConfStrategyWithOptions(request: DescribeClientConfStrategyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClientConfStrategyResponse>;
|
|
28100
29680
|
describeClientConfStrategy(request: DescribeClientConfStrategyRequest): Promise<DescribeClientConfStrategyResponse>;
|
|
28101
|
-
/**
|
|
28102
|
-
* You can search for assets by using search conditions, such as the instance ID, instance name, virtual private cloud (VPC) ID, region, and public IP address. You can also configure a logical relationship between multiple search conditions to search for the assets that meet the search conditions.
|
|
28103
|
-
*
|
|
28104
|
-
* @param request DescribeCloudCenterInstancesRequest
|
|
28105
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28106
|
-
* @return DescribeCloudCenterInstancesResponse
|
|
28107
|
-
*/
|
|
28108
29681
|
describeCloudCenterInstancesWithOptions(request: DescribeCloudCenterInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCloudCenterInstancesResponse>;
|
|
28109
|
-
/**
|
|
28110
|
-
* You can search for assets by using search conditions, such as the instance ID, instance name, virtual private cloud (VPC) ID, region, and public IP address. You can also configure a logical relationship between multiple search conditions to search for the assets that meet the search conditions.
|
|
28111
|
-
*
|
|
28112
|
-
* @param request DescribeCloudCenterInstancesRequest
|
|
28113
|
-
* @return DescribeCloudCenterInstancesResponse
|
|
28114
|
-
*/
|
|
28115
29682
|
describeCloudCenterInstances(request: DescribeCloudCenterInstancesRequest): Promise<DescribeCloudCenterInstancesResponse>;
|
|
28116
29683
|
describeCloudProductFieldStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeCloudProductFieldStatisticsResponse>;
|
|
28117
29684
|
describeCloudProductFieldStatistics(): Promise<DescribeCloudProductFieldStatisticsResponse>;
|
|
@@ -28137,21 +29704,10 @@ export default class Client extends OpenApi {
|
|
|
28137
29704
|
describeContainerCriteria(request: DescribeContainerCriteriaRequest): Promise<DescribeContainerCriteriaResponse>;
|
|
28138
29705
|
describeContainerInstancesWithOptions(request: DescribeContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerInstancesResponse>;
|
|
28139
29706
|
describeContainerInstances(request: DescribeContainerInstancesRequest): Promise<DescribeContainerInstancesResponse>;
|
|
28140
|
-
/**
|
|
28141
|
-
* Only users who created a Container Registry Enterprise Edition instance can call this operation.
|
|
28142
|
-
*
|
|
28143
|
-
* @param request DescribeContainerStatisticsRequest
|
|
28144
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28145
|
-
* @return DescribeContainerStatisticsResponse
|
|
28146
|
-
*/
|
|
28147
29707
|
describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
|
|
28148
|
-
/**
|
|
28149
|
-
* Only users who created a Container Registry Enterprise Edition instance can call this operation.
|
|
28150
|
-
*
|
|
28151
|
-
* @param request DescribeContainerStatisticsRequest
|
|
28152
|
-
* @return DescribeContainerStatisticsResponse
|
|
28153
|
-
*/
|
|
28154
29708
|
describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
|
|
29709
|
+
describeContainerTagsWithOptions(request: DescribeContainerTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerTagsResponse>;
|
|
29710
|
+
describeContainerTags(request: DescribeContainerTagsRequest): Promise<DescribeContainerTagsResponse>;
|
|
28155
29711
|
describeCountNotScannedImageWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeCountNotScannedImageResponse>;
|
|
28156
29712
|
describeCountNotScannedImage(): Promise<DescribeCountNotScannedImageResponse>;
|
|
28157
29713
|
describeCountScannedImageWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeCountScannedImageResponse>;
|
|
@@ -28198,6 +29754,8 @@ export default class Client extends OpenApi {
|
|
|
28198
29754
|
describeFieldStatistics(request: DescribeFieldStatisticsRequest): Promise<DescribeFieldStatisticsResponse>;
|
|
28199
29755
|
describeFrontVulPatchListWithOptions(request: DescribeFrontVulPatchListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFrontVulPatchListResponse>;
|
|
28200
29756
|
describeFrontVulPatchList(request: DescribeFrontVulPatchListRequest): Promise<DescribeFrontVulPatchListResponse>;
|
|
29757
|
+
describeGroupStructWithOptions(request: DescribeGroupStructRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupStructResponse>;
|
|
29758
|
+
describeGroupStruct(request: DescribeGroupStructRequest): Promise<DescribeGroupStructResponse>;
|
|
28201
29759
|
describeGroupedContainerInstancesWithOptions(request: DescribeGroupedContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
28202
29760
|
describeGroupedContainerInstances(request: DescribeGroupedContainerInstancesRequest): Promise<DescribeGroupedContainerInstancesResponse>;
|
|
28203
29761
|
describeGroupedInstancesWithOptions(request: DescribeGroupedInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupedInstancesResponse>;
|
|
@@ -28256,36 +29814,9 @@ export default class Client extends OpenApi {
|
|
|
28256
29814
|
describeImageSensitiveFileByKey(request: DescribeImageSensitiveFileByKeyRequest): Promise<DescribeImageSensitiveFileByKeyResponse>;
|
|
28257
29815
|
describeImageSensitiveFileListWithOptions(tmpReq: DescribeImageSensitiveFileListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageSensitiveFileListResponse>;
|
|
28258
29816
|
describeImageSensitiveFileList(request: DescribeImageSensitiveFileListRequest): Promise<DescribeImageSensitiveFileListResponse>;
|
|
28259
|
-
/**
|
|
28260
|
-
* Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
|
|
28261
|
-
* > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
|
|
28262
|
-
*
|
|
28263
|
-
* @param request DescribeImageStatisticsRequest
|
|
28264
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28265
|
-
* @return DescribeImageStatisticsResponse
|
|
28266
|
-
*/
|
|
28267
29817
|
describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
|
|
28268
|
-
/**
|
|
28269
|
-
* Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
|
|
28270
|
-
* > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
|
|
28271
|
-
*
|
|
28272
|
-
* @return DescribeImageStatisticsResponse
|
|
28273
|
-
*/
|
|
28274
29818
|
describeImageStatistics(): Promise<DescribeImageStatisticsResponse>;
|
|
28275
|
-
/**
|
|
28276
|
-
* To query the information about the recently detected image vulnerabilities, call the [PublicCreateImageScanTask](~~PublicCreateImageScanTask~~) operation. Wait 1 to 5 minutes until the call is successful and call the DescribeImageVulList operation.
|
|
28277
|
-
*
|
|
28278
|
-
* @param request DescribeImageVulListRequest
|
|
28279
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28280
|
-
* @return DescribeImageVulListResponse
|
|
28281
|
-
*/
|
|
28282
29819
|
describeImageVulListWithOptions(request: DescribeImageVulListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageVulListResponse>;
|
|
28283
|
-
/**
|
|
28284
|
-
* To query the information about the recently detected image vulnerabilities, call the [PublicCreateImageScanTask](~~PublicCreateImageScanTask~~) operation. Wait 1 to 5 minutes until the call is successful and call the DescribeImageVulList operation.
|
|
28285
|
-
*
|
|
28286
|
-
* @param request DescribeImageVulListRequest
|
|
28287
|
-
* @return DescribeImageVulListResponse
|
|
28288
|
-
*/
|
|
28289
29820
|
describeImageVulList(request: DescribeImageVulListRequest): Promise<DescribeImageVulListResponse>;
|
|
28290
29821
|
describeInstallCaptchaWithOptions(request: DescribeInstallCaptchaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstallCaptchaResponse>;
|
|
28291
29822
|
describeInstallCaptcha(request: DescribeInstallCaptchaRequest): Promise<DescribeInstallCaptchaResponse>;
|
|
@@ -28361,22 +29892,7 @@ export default class Client extends OpenApi {
|
|
|
28361
29892
|
describePropertyUserItem(request: DescribePropertyUserItemRequest): Promise<DescribePropertyUserItemResponse>;
|
|
28362
29893
|
describeQuaraFileDownloadInfoWithOptions(request: DescribeQuaraFileDownloadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeQuaraFileDownloadInfoResponse>;
|
|
28363
29894
|
describeQuaraFileDownloadInfo(request: DescribeQuaraFileDownloadInfoRequest): Promise<DescribeQuaraFileDownloadInfoResponse>;
|
|
28364
|
-
/**
|
|
28365
|
-
* If the data on your servers is encrypted by ransomware, you can create a restoration task to restore the data on your servers by using backup data in Security Center.
|
|
28366
|
-
* > After you enable an anti-ransomware policy, the data on your servers is backed up based on the policy. For more information about anti-ransomware policies, see [Manage protection policies](~~164781~~).
|
|
28367
|
-
*
|
|
28368
|
-
* @param request DescribeRestoreJobsRequest
|
|
28369
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28370
|
-
* @return DescribeRestoreJobsResponse
|
|
28371
|
-
*/
|
|
28372
29895
|
describeRestoreJobsWithOptions(request: DescribeRestoreJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestoreJobsResponse>;
|
|
28373
|
-
/**
|
|
28374
|
-
* If the data on your servers is encrypted by ransomware, you can create a restoration task to restore the data on your servers by using backup data in Security Center.
|
|
28375
|
-
* > After you enable an anti-ransomware policy, the data on your servers is backed up based on the policy. For more information about anti-ransomware policies, see [Manage protection policies](~~164781~~).
|
|
28376
|
-
*
|
|
28377
|
-
* @param request DescribeRestoreJobsRequest
|
|
28378
|
-
* @return DescribeRestoreJobsResponse
|
|
28379
|
-
*/
|
|
28380
29896
|
describeRestoreJobs(request: DescribeRestoreJobsRequest): Promise<DescribeRestoreJobsResponse>;
|
|
28381
29897
|
describeRestorePlansWithOptions(request: DescribeRestorePlansRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestorePlansResponse>;
|
|
28382
29898
|
describeRestorePlans(request: DescribeRestorePlansRequest): Promise<DescribeRestorePlansResponse>;
|
|
@@ -28526,28 +30042,7 @@ export default class Client extends OpenApi {
|
|
|
28526
30042
|
describeSuspiciousUUIDConfig(request: DescribeSuspiciousUUIDConfigRequest): Promise<DescribeSuspiciousUUIDConfigResponse>;
|
|
28527
30043
|
describeTargetWithOptions(request: DescribeTargetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTargetResponse>;
|
|
28528
30044
|
describeTarget(request: DescribeTargetRequest): Promise<DescribeTargetResponse>;
|
|
28529
|
-
/**
|
|
28530
|
-
* # Usage notes
|
|
28531
|
-
* You can call the DescribeTaskErrorLog operation to query the error logs that record tasks failed to fix image vulnerabilities. If a task fails to fix an image vulnerability, Security Center generates an error log. You can identify the cause of the failure based on the error log.
|
|
28532
|
-
*
|
|
28533
|
-
* # Limits
|
|
28534
|
-
* You can call this operation up to 10 times per second for each account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
28535
|
-
*
|
|
28536
|
-
* @param request DescribeTaskErrorLogRequest
|
|
28537
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28538
|
-
* @return DescribeTaskErrorLogResponse
|
|
28539
|
-
*/
|
|
28540
30045
|
describeTaskErrorLogWithOptions(request: DescribeTaskErrorLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTaskErrorLogResponse>;
|
|
28541
|
-
/**
|
|
28542
|
-
* # Usage notes
|
|
28543
|
-
* You can call the DescribeTaskErrorLog operation to query the error logs that record tasks failed to fix image vulnerabilities. If a task fails to fix an image vulnerability, Security Center generates an error log. You can identify the cause of the failure based on the error log.
|
|
28544
|
-
*
|
|
28545
|
-
* # Limits
|
|
28546
|
-
* You can call this operation up to 10 times per second for each account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
28547
|
-
*
|
|
28548
|
-
* @param request DescribeTaskErrorLogRequest
|
|
28549
|
-
* @return DescribeTaskErrorLogResponse
|
|
28550
|
-
*/
|
|
28551
30046
|
describeTaskErrorLog(request: DescribeTaskErrorLogRequest): Promise<DescribeTaskErrorLogResponse>;
|
|
28552
30047
|
describeTotalStatisticsWithOptions(request: DescribeTotalStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTotalStatisticsResponse>;
|
|
28553
30048
|
describeTotalStatistics(request: DescribeTotalStatisticsRequest): Promise<DescribeTotalStatisticsResponse>;
|
|
@@ -28579,20 +30074,7 @@ export default class Client extends OpenApi {
|
|
|
28579
30074
|
describeVersionConfig(request: DescribeVersionConfigRequest): Promise<DescribeVersionConfigResponse>;
|
|
28580
30075
|
describeVpcHoneyPotCriteriaWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
28581
30076
|
describeVpcHoneyPotCriteria(): Promise<DescribeVpcHoneyPotCriteriaResponse>;
|
|
28582
|
-
/**
|
|
28583
|
-
* If you specify only the Action request parameter in your request, Security Center returns the list of all virtual private clouds (VPCs) regardless of whether a honeypot is deployed on a VPC.
|
|
28584
|
-
*
|
|
28585
|
-
* @param request DescribeVpcHoneyPotListRequest
|
|
28586
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28587
|
-
* @return DescribeVpcHoneyPotListResponse
|
|
28588
|
-
*/
|
|
28589
30077
|
describeVpcHoneyPotListWithOptions(request: DescribeVpcHoneyPotListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVpcHoneyPotListResponse>;
|
|
28590
|
-
/**
|
|
28591
|
-
* If you specify only the Action request parameter in your request, Security Center returns the list of all virtual private clouds (VPCs) regardless of whether a honeypot is deployed on a VPC.
|
|
28592
|
-
*
|
|
28593
|
-
* @param request DescribeVpcHoneyPotListRequest
|
|
28594
|
-
* @return DescribeVpcHoneyPotListResponse
|
|
28595
|
-
*/
|
|
28596
30078
|
describeVpcHoneyPotList(request: DescribeVpcHoneyPotListRequest): Promise<DescribeVpcHoneyPotListResponse>;
|
|
28597
30079
|
describeVpcListWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeVpcListResponse>;
|
|
28598
30080
|
describeVpcList(): Promise<DescribeVpcListResponse>;
|
|
@@ -28656,51 +30138,11 @@ export default class Client extends OpenApi {
|
|
|
28656
30138
|
enableCustomBlockRecord(request: EnableCustomBlockRecordRequest): Promise<EnableCustomBlockRecordResponse>;
|
|
28657
30139
|
execStrategyWithOptions(request: ExecStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ExecStrategyResponse>;
|
|
28658
30140
|
execStrategy(request: ExecStrategyRequest): Promise<ExecStrategyResponse>;
|
|
28659
|
-
/**
|
|
28660
|
-
* You can call the operation to export the following check result lists:
|
|
28661
|
-
* * The list of servers on the Host page.
|
|
28662
|
-
* * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
|
|
28663
|
-
* * The list of attack analysis data on the Attack Awareness page.
|
|
28664
|
-
* * The list of check results for AccessKey pair leaks on the AccessKey Leak page.
|
|
28665
|
-
*
|
|
28666
|
-
* @param request ExportRecordRequest
|
|
28667
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28668
|
-
* @return ExportRecordResponse
|
|
28669
|
-
*/
|
|
28670
30141
|
exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
|
|
28671
|
-
/**
|
|
28672
|
-
* You can call the operation to export the following check result lists:
|
|
28673
|
-
* * The list of servers on the Host page.
|
|
28674
|
-
* * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
|
|
28675
|
-
* * The list of attack analysis data on the Attack Awareness page.
|
|
28676
|
-
* * The list of check results for AccessKey pair leaks on the AccessKey Leak page.
|
|
28677
|
-
*
|
|
28678
|
-
* @param request ExportRecordRequest
|
|
28679
|
-
* @return ExportRecordResponse
|
|
28680
|
-
*/
|
|
28681
30142
|
exportRecord(request: ExportRecordRequest): Promise<ExportRecordResponse>;
|
|
28682
30143
|
exportSuspEventsWithOptions(request: ExportSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<ExportSuspEventsResponse>;
|
|
28683
30144
|
exportSuspEvents(request: ExportSuspEventsRequest): Promise<ExportSuspEventsResponse>;
|
|
28684
|
-
/**
|
|
28685
|
-
* You can call the ExportVul operation to export the following types of vulnerabilities: Linux software vulnerabilities, Windows system vulnerabilities, Web-CMS vulnerabilities, application vulnerabilities, and urgent vulnerabilities.
|
|
28686
|
-
* You can use this operation together with the DescribeVulExportInfo operation. After you call the ExportVul operation to create a vulnerability export task, you can call the DescribeVulExportInfo operation to query the progress of the task by specifying the ID of the task.
|
|
28687
|
-
* ### Limits
|
|
28688
|
-
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
28689
|
-
*
|
|
28690
|
-
* @param request ExportVulRequest
|
|
28691
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28692
|
-
* @return ExportVulResponse
|
|
28693
|
-
*/
|
|
28694
30145
|
exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
|
|
28695
|
-
/**
|
|
28696
|
-
* You can call the ExportVul operation to export the following types of vulnerabilities: Linux software vulnerabilities, Windows system vulnerabilities, Web-CMS vulnerabilities, application vulnerabilities, and urgent vulnerabilities.
|
|
28697
|
-
* You can use this operation together with the DescribeVulExportInfo operation. After you call the ExportVul operation to create a vulnerability export task, you can call the DescribeVulExportInfo operation to query the progress of the task by specifying the ID of the task.
|
|
28698
|
-
* ### Limits
|
|
28699
|
-
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
28700
|
-
*
|
|
28701
|
-
* @param request ExportVulRequest
|
|
28702
|
-
* @return ExportVulResponse
|
|
28703
|
-
*/
|
|
28704
30146
|
exportVul(request: ExportVulRequest): Promise<ExportVulResponse>;
|
|
28705
30147
|
exportWarningWithOptions(request: ExportWarningRequest, runtime: $Util.RuntimeOptions): Promise<ExportWarningResponse>;
|
|
28706
30148
|
exportWarning(request: ExportWarningRequest): Promise<ExportWarningResponse>;
|
|
@@ -28712,14 +30154,16 @@ export default class Client extends OpenApi {
|
|
|
28712
30154
|
generateOnceTask(request: GenerateOnceTaskRequest): Promise<GenerateOnceTaskResponse>;
|
|
28713
30155
|
getAlarmMachineCountWithOptions(request: GetAlarmMachineCountRequest, runtime: $Util.RuntimeOptions): Promise<GetAlarmMachineCountResponse>;
|
|
28714
30156
|
getAlarmMachineCount(request: GetAlarmMachineCountRequest): Promise<GetAlarmMachineCountResponse>;
|
|
30157
|
+
getAppNetworkWithOptions(request: GetAppNetworkRequest, runtime: $Util.RuntimeOptions): Promise<GetAppNetworkResponse>;
|
|
30158
|
+
getAppNetwork(request: GetAppNetworkRequest): Promise<GetAppNetworkResponse>;
|
|
28715
30159
|
getAssetsPropertyDetailWithOptions(request: GetAssetsPropertyDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetAssetsPropertyDetailResponse>;
|
|
28716
30160
|
getAssetsPropertyDetail(request: GetAssetsPropertyDetailRequest): Promise<GetAssetsPropertyDetailResponse>;
|
|
28717
30161
|
getAssetsPropertyItemWithOptions(request: GetAssetsPropertyItemRequest, runtime: $Util.RuntimeOptions): Promise<GetAssetsPropertyItemResponse>;
|
|
28718
30162
|
getAssetsPropertyItem(request: GetAssetsPropertyItemRequest): Promise<GetAssetsPropertyItemResponse>;
|
|
28719
30163
|
getBackupStorageCountWithOptions(runtime: $Util.RuntimeOptions): Promise<GetBackupStorageCountResponse>;
|
|
28720
30164
|
getBackupStorageCount(): Promise<GetBackupStorageCountResponse>;
|
|
28721
|
-
getCheckConfigWithOptions(
|
|
28722
|
-
getCheckConfig(
|
|
30165
|
+
getCheckConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<GetCheckConfigResponse>;
|
|
30166
|
+
getCheckConfig(): Promise<GetCheckConfigResponse>;
|
|
28723
30167
|
getCheckDetailWithOptions(request: GetCheckDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetCheckDetailResponse>;
|
|
28724
30168
|
getCheckDetail(request: GetCheckDetailRequest): Promise<GetCheckDetailResponse>;
|
|
28725
30169
|
getCheckProcessWithOptions(request: GetCheckProcessRequest, runtime: $Util.RuntimeOptions): Promise<GetCheckProcessResponse>;
|
|
@@ -28730,12 +30174,16 @@ export default class Client extends OpenApi {
|
|
|
28730
30174
|
getCheckSummary(request: GetCheckSummaryRequest): Promise<GetCheckSummaryResponse>;
|
|
28731
30175
|
getClientUserDefineRuleWithOptions(request: GetClientUserDefineRuleRequest, runtime: $Util.RuntimeOptions): Promise<GetClientUserDefineRuleResponse>;
|
|
28732
30176
|
getClientUserDefineRule(request: GetClientUserDefineRuleRequest): Promise<GetClientUserDefineRuleResponse>;
|
|
30177
|
+
getCloudAssetCriteriaWithOptions(request: GetCloudAssetCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<GetCloudAssetCriteriaResponse>;
|
|
30178
|
+
getCloudAssetCriteria(request: GetCloudAssetCriteriaRequest): Promise<GetCloudAssetCriteriaResponse>;
|
|
28733
30179
|
getCloudAssetDetailWithOptions(request: GetCloudAssetDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetCloudAssetDetailResponse>;
|
|
28734
30180
|
getCloudAssetDetail(request: GetCloudAssetDetailRequest): Promise<GetCloudAssetDetailResponse>;
|
|
28735
30181
|
getCloudAssetSummaryWithOptions(runtime: $Util.RuntimeOptions): Promise<GetCloudAssetSummaryResponse>;
|
|
28736
30182
|
getCloudAssetSummary(): Promise<GetCloudAssetSummaryResponse>;
|
|
28737
30183
|
getClusterCheckItemWarningStatisticsWithOptions(request: GetClusterCheckItemWarningStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetClusterCheckItemWarningStatisticsResponse>;
|
|
28738
30184
|
getClusterCheckItemWarningStatistics(request: GetClusterCheckItemWarningStatisticsRequest): Promise<GetClusterCheckItemWarningStatisticsResponse>;
|
|
30185
|
+
getClusterRuleSummaryWithOptions(request: GetClusterRuleSummaryRequest, runtime: $Util.RuntimeOptions): Promise<GetClusterRuleSummaryResponse>;
|
|
30186
|
+
getClusterRuleSummary(request: GetClusterRuleSummaryRequest): Promise<GetClusterRuleSummaryResponse>;
|
|
28739
30187
|
getClusterSuspEventStatisticsWithOptions(request: GetClusterSuspEventStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<GetClusterSuspEventStatisticsResponse>;
|
|
28740
30188
|
getClusterSuspEventStatistics(request: GetClusterSuspEventStatisticsRequest): Promise<GetClusterSuspEventStatisticsResponse>;
|
|
28741
30189
|
getFileDetectApiInvokeInfoWithOptions(runtime: $Util.RuntimeOptions): Promise<GetFileDetectApiInvokeInfoResponse>;
|
|
@@ -28750,6 +30198,8 @@ export default class Client extends OpenApi {
|
|
|
28750
30198
|
getHoneypotProbe(request: GetHoneypotProbeRequest): Promise<GetHoneypotProbeResponse>;
|
|
28751
30199
|
getImageScanNumInPeriodWithOptions(request: GetImageScanNumInPeriodRequest, runtime: $Util.RuntimeOptions): Promise<GetImageScanNumInPeriodResponse>;
|
|
28752
30200
|
getImageScanNumInPeriod(request: GetImageScanNumInPeriodRequest): Promise<GetImageScanNumInPeriodResponse>;
|
|
30201
|
+
getInterceptionRuleDetailWithOptions(request: GetInterceptionRuleDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetInterceptionRuleDetailResponse>;
|
|
30202
|
+
getInterceptionRuleDetail(request: GetInterceptionRuleDetailRequest): Promise<GetInterceptionRuleDetailResponse>;
|
|
28753
30203
|
getInterceptionSummaryWithOptions(runtime: $Util.RuntimeOptions): Promise<GetInterceptionSummaryResponse>;
|
|
28754
30204
|
getInterceptionSummary(): Promise<GetInterceptionSummaryResponse>;
|
|
28755
30205
|
getInterceptionTargetDetailWithOptions(request: GetInterceptionTargetDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetInterceptionTargetDetailResponse>;
|
|
@@ -28780,21 +30230,10 @@ export default class Client extends OpenApi {
|
|
|
28780
30230
|
ignoreHcCheckWarnings(request: IgnoreHcCheckWarningsRequest): Promise<IgnoreHcCheckWarningsResponse>;
|
|
28781
30231
|
installBackupClientWithOptions(request: InstallBackupClientRequest, runtime: $Util.RuntimeOptions): Promise<InstallBackupClientResponse>;
|
|
28782
30232
|
installBackupClient(request: InstallBackupClientRequest): Promise<InstallBackupClientResponse>;
|
|
28783
|
-
/**
|
|
28784
|
-
* > Before you call this operation, make sure that the Security Center agent on your servers is online and the servers can access Alibaba Cloud services.
|
|
28785
|
-
*
|
|
28786
|
-
* @param request InstallCloudMonitorRequest
|
|
28787
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28788
|
-
* @return InstallCloudMonitorResponse
|
|
28789
|
-
*/
|
|
28790
30233
|
installCloudMonitorWithOptions(request: InstallCloudMonitorRequest, runtime: $Util.RuntimeOptions): Promise<InstallCloudMonitorResponse>;
|
|
28791
|
-
/**
|
|
28792
|
-
* > Before you call this operation, make sure that the Security Center agent on your servers is online and the servers can access Alibaba Cloud services.
|
|
28793
|
-
*
|
|
28794
|
-
* @param request InstallCloudMonitorRequest
|
|
28795
|
-
* @return InstallCloudMonitorResponse
|
|
28796
|
-
*/
|
|
28797
30234
|
installCloudMonitor(request: InstallCloudMonitorRequest): Promise<InstallCloudMonitorResponse>;
|
|
30235
|
+
installPmAgentWithOptions(request: InstallPmAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallPmAgentResponse>;
|
|
30236
|
+
installPmAgent(request: InstallPmAgentRequest): Promise<InstallPmAgentResponse>;
|
|
28798
30237
|
installUniBackupAgentWithOptions(request: InstallUniBackupAgentRequest, runtime: $Util.RuntimeOptions): Promise<InstallUniBackupAgentResponse>;
|
|
28799
30238
|
installUniBackupAgent(request: InstallUniBackupAgentRequest): Promise<InstallUniBackupAgentResponse>;
|
|
28800
30239
|
joinWebLockProcessWhiteListWithOptions(request: JoinWebLockProcessWhiteListRequest, runtime: $Util.RuntimeOptions): Promise<JoinWebLockProcessWhiteListResponse>;
|
|
@@ -28815,6 +30254,8 @@ export default class Client extends OpenApi {
|
|
|
28815
30254
|
listClientUserDefineRuleTypes(): Promise<ListClientUserDefineRuleTypesResponse>;
|
|
28816
30255
|
listClientUserDefineRulesWithOptions(request: ListClientUserDefineRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListClientUserDefineRulesResponse>;
|
|
28817
30256
|
listClientUserDefineRules(request: ListClientUserDefineRulesRequest): Promise<ListClientUserDefineRulesResponse>;
|
|
30257
|
+
listCloudAssetInstancesWithOptions(request: ListCloudAssetInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListCloudAssetInstancesResponse>;
|
|
30258
|
+
listCloudAssetInstances(request: ListCloudAssetInstancesRequest): Promise<ListCloudAssetInstancesResponse>;
|
|
28818
30259
|
listClusterCnnfStatusDetailWithOptions(request: ListClusterCnnfStatusDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
28819
30260
|
listClusterCnnfStatusDetail(request: ListClusterCnnfStatusDetailRequest): Promise<ListClusterCnnfStatusDetailResponse>;
|
|
28820
30261
|
listClusterInterceptionConfigWithOptions(request: ListClusterInterceptionConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListClusterInterceptionConfigResponse>;
|
|
@@ -28829,16 +30270,30 @@ export default class Client extends OpenApi {
|
|
|
28829
30270
|
listHoneypotPreset(request: ListHoneypotPresetRequest): Promise<ListHoneypotPresetResponse>;
|
|
28830
30271
|
listHoneypotProbeWithOptions(request: ListHoneypotProbeRequest, runtime: $Util.RuntimeOptions): Promise<ListHoneypotProbeResponse>;
|
|
28831
30272
|
listHoneypotProbe(request: ListHoneypotProbeRequest): Promise<ListHoneypotProbeResponse>;
|
|
30273
|
+
listImageRegistryRegionWithOptions(runtime: $Util.RuntimeOptions): Promise<ListImageRegistryRegionResponse>;
|
|
30274
|
+
listImageRegistryRegion(): Promise<ListImageRegistryRegionResponse>;
|
|
30275
|
+
listImageRiskWithOptions(request: ListImageRiskRequest, runtime: $Util.RuntimeOptions): Promise<ListImageRiskResponse>;
|
|
30276
|
+
listImageRisk(request: ListImageRiskRequest): Promise<ListImageRiskResponse>;
|
|
30277
|
+
listInstanceCatalogWithOptions(request: ListInstanceCatalogRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceCatalogResponse>;
|
|
30278
|
+
listInstanceCatalog(request: ListInstanceCatalogRequest): Promise<ListInstanceCatalogResponse>;
|
|
30279
|
+
listInterceptionHistoryWithOptions(request: ListInterceptionHistoryRequest, runtime: $Util.RuntimeOptions): Promise<ListInterceptionHistoryResponse>;
|
|
30280
|
+
listInterceptionHistory(request: ListInterceptionHistoryRequest): Promise<ListInterceptionHistoryResponse>;
|
|
28832
30281
|
listInterceptionImageWithOptions(runtime: $Util.RuntimeOptions): Promise<ListInterceptionImageResponse>;
|
|
28833
30282
|
listInterceptionImage(): Promise<ListInterceptionImageResponse>;
|
|
28834
30283
|
listInterceptionRulePageWithOptions(request: ListInterceptionRulePageRequest, runtime: $Util.RuntimeOptions): Promise<ListInterceptionRulePageResponse>;
|
|
28835
30284
|
listInterceptionRulePage(request: ListInterceptionRulePageRequest): Promise<ListInterceptionRulePageResponse>;
|
|
30285
|
+
listInterceptionTargetPageWithOptions(request: ListInterceptionTargetPageRequest, runtime: $Util.RuntimeOptions): Promise<ListInterceptionTargetPageResponse>;
|
|
30286
|
+
listInterceptionTargetPage(request: ListInterceptionTargetPageRequest): Promise<ListInterceptionTargetPageResponse>;
|
|
28836
30287
|
listPluginForUuidWithOptions(tmpReq: ListPluginForUuidRequest, runtime: $Util.RuntimeOptions): Promise<ListPluginForUuidResponse>;
|
|
28837
30288
|
listPluginForUuid(request: ListPluginForUuidRequest): Promise<ListPluginForUuidResponse>;
|
|
30289
|
+
listPodRiskWithOptions(request: ListPodRiskRequest, runtime: $Util.RuntimeOptions): Promise<ListPodRiskResponse>;
|
|
30290
|
+
listPodRisk(request: ListPodRiskRequest): Promise<ListPodRiskResponse>;
|
|
28838
30291
|
listPrivateRegistryListWithOptions(request: ListPrivateRegistryListRequest, runtime: $Util.RuntimeOptions): Promise<ListPrivateRegistryListResponse>;
|
|
28839
30292
|
listPrivateRegistryList(request: ListPrivateRegistryListRequest): Promise<ListPrivateRegistryListResponse>;
|
|
28840
30293
|
listPrivateRegistryTypeWithOptions(runtime: $Util.RuntimeOptions): Promise<ListPrivateRegistryTypeResponse>;
|
|
28841
30294
|
listPrivateRegistryType(): Promise<ListPrivateRegistryTypeResponse>;
|
|
30295
|
+
listRuleTargetAllWithOptions(request: ListRuleTargetAllRequest, runtime: $Util.RuntimeOptions): Promise<ListRuleTargetAllResponse>;
|
|
30296
|
+
listRuleTargetAll(request: ListRuleTargetAllRequest): Promise<ListRuleTargetAllResponse>;
|
|
28842
30297
|
listSystemAggregationRulesWithOptions(request: ListSystemAggregationRulesRequest, runtime: $Util.RuntimeOptions): Promise<ListSystemAggregationRulesResponse>;
|
|
28843
30298
|
listSystemAggregationRules(request: ListSystemAggregationRulesRequest): Promise<ListSystemAggregationRulesResponse>;
|
|
28844
30299
|
listSystemClientRuleTypesWithOptions(runtime: $Util.RuntimeOptions): Promise<ListSystemClientRuleTypesResponse>;
|
|
@@ -28877,6 +30332,8 @@ export default class Client extends OpenApi {
|
|
|
28877
30332
|
modifyClientConfStrategy(request: ModifyClientConfStrategyRequest): Promise<ModifyClientConfStrategyResponse>;
|
|
28878
30333
|
modifyClientUserDefineRuleWithOptions(request: ModifyClientUserDefineRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClientUserDefineRuleResponse>;
|
|
28879
30334
|
modifyClientUserDefineRule(request: ModifyClientUserDefineRuleRequest): Promise<ModifyClientUserDefineRuleResponse>;
|
|
30335
|
+
modifyClusterCnnfStatusUserConfirmWithOptions(request: ModifyClusterCnnfStatusUserConfirmRequest, runtime: $Util.RuntimeOptions): Promise<ModifyClusterCnnfStatusUserConfirmResponse>;
|
|
30336
|
+
modifyClusterCnnfStatusUserConfirm(request: ModifyClusterCnnfStatusUserConfirmRequest): Promise<ModifyClusterCnnfStatusUserConfirmResponse>;
|
|
28880
30337
|
modifyConcernNecessityWithOptions(request: ModifyConcernNecessityRequest, runtime: $Util.RuntimeOptions): Promise<ModifyConcernNecessityResponse>;
|
|
28881
30338
|
modifyConcernNecessity(request: ModifyConcernNecessityRequest): Promise<ModifyConcernNecessityResponse>;
|
|
28882
30339
|
modifyCreateVulWhitelistWithOptions(request: ModifyCreateVulWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyCreateVulWhitelistResponse>;
|
|
@@ -28891,6 +30348,12 @@ export default class Client extends OpenApi {
|
|
|
28891
30348
|
modifyGroupProperty(request: ModifyGroupPropertyRequest): Promise<ModifyGroupPropertyResponse>;
|
|
28892
30349
|
modifyInstanceAntiBruteForceRuleWithOptions(request: ModifyInstanceAntiBruteForceRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceAntiBruteForceRuleResponse>;
|
|
28893
30350
|
modifyInstanceAntiBruteForceRule(request: ModifyInstanceAntiBruteForceRuleRequest): Promise<ModifyInstanceAntiBruteForceRuleResponse>;
|
|
30351
|
+
modifyInterceptionRuleWithOptions(tmpReq: ModifyInterceptionRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInterceptionRuleResponse>;
|
|
30352
|
+
modifyInterceptionRule(request: ModifyInterceptionRuleRequest): Promise<ModifyInterceptionRuleResponse>;
|
|
30353
|
+
modifyInterceptionRuleSwitchWithOptions(request: ModifyInterceptionRuleSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInterceptionRuleSwitchResponse>;
|
|
30354
|
+
modifyInterceptionRuleSwitch(request: ModifyInterceptionRuleSwitchRequest): Promise<ModifyInterceptionRuleSwitchResponse>;
|
|
30355
|
+
modifyInterceptionTargetWithOptions(request: ModifyInterceptionTargetRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInterceptionTargetResponse>;
|
|
30356
|
+
modifyInterceptionTarget(request: ModifyInterceptionTargetRequest): Promise<ModifyInterceptionTargetResponse>;
|
|
28894
30357
|
modifyLogMetaStatusWithOptions(request: ModifyLogMetaStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLogMetaStatusResponse>;
|
|
28895
30358
|
modifyLogMetaStatus(request: ModifyLogMetaStatusRequest): Promise<ModifyLogMetaStatusResponse>;
|
|
28896
30359
|
modifyLoginBaseConfigWithOptions(request: ModifyLoginBaseConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyLoginBaseConfigResponse>;
|
|
@@ -28976,20 +30439,7 @@ export default class Client extends OpenApi {
|
|
|
28976
30439
|
modifyVulWhitelistTarget(request: ModifyVulWhitelistTargetRequest): Promise<ModifyVulWhitelistTargetResponse>;
|
|
28977
30440
|
modifyWebLockCreateConfigWithOptions(request: ModifyWebLockCreateConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockCreateConfigResponse>;
|
|
28978
30441
|
modifyWebLockCreateConfig(request: ModifyWebLockCreateConfigRequest): Promise<ModifyWebLockCreateConfigResponse>;
|
|
28979
|
-
/**
|
|
28980
|
-
* After you delete a directory that has web tamper proofing enabled on a server, files in the directory are no longer protected by web tamper proofing. The information about the websites that are hosted on the server may be maliciously modified by attackers. Proceed with caution.
|
|
28981
|
-
*
|
|
28982
|
-
* @param request ModifyWebLockDeleteConfigRequest
|
|
28983
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
28984
|
-
* @return ModifyWebLockDeleteConfigResponse
|
|
28985
|
-
*/
|
|
28986
30442
|
modifyWebLockDeleteConfigWithOptions(request: ModifyWebLockDeleteConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockDeleteConfigResponse>;
|
|
28987
|
-
/**
|
|
28988
|
-
* After you delete a directory that has web tamper proofing enabled on a server, files in the directory are no longer protected by web tamper proofing. The information about the websites that are hosted on the server may be maliciously modified by attackers. Proceed with caution.
|
|
28989
|
-
*
|
|
28990
|
-
* @param request ModifyWebLockDeleteConfigRequest
|
|
28991
|
-
* @return ModifyWebLockDeleteConfigResponse
|
|
28992
|
-
*/
|
|
28993
30443
|
modifyWebLockDeleteConfig(request: ModifyWebLockDeleteConfigRequest): Promise<ModifyWebLockDeleteConfigResponse>;
|
|
28994
30444
|
modifyWebLockProcessStatusWithOptions(request: ModifyWebLockProcessStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebLockProcessStatusResponse>;
|
|
28995
30445
|
modifyWebLockProcessStatus(request: ModifyWebLockProcessStatusRequest): Promise<ModifyWebLockProcessStatusResponse>;
|
|
@@ -29033,60 +30483,15 @@ export default class Client extends OpenApi {
|
|
|
29033
30483
|
pageImageRegistry(request: PageImageRegistryRequest): Promise<PageImageRegistryResponse>;
|
|
29034
30484
|
pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
|
|
29035
30485
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
29036
|
-
/**
|
|
29037
|
-
* Before you call the PublicCreateImageScanTask operation, we recommend that you call the [PublicPreCheckImageScanTask](~~PublicPreCheckImageScanTask~~) operation to query the number of images to scan and the quota for container image scan to be consumed by the image scan task. Make sure that the remaining quota for container image scan is sufficient. This prevents the task from being stopped due to an insufficient quota.
|
|
29038
|
-
*
|
|
29039
|
-
* @param request PublicCreateImageScanTaskRequest
|
|
29040
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
29041
|
-
* @return PublicCreateImageScanTaskResponse
|
|
29042
|
-
*/
|
|
29043
30486
|
publicCreateImageScanTaskWithOptions(request: PublicCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicCreateImageScanTaskResponse>;
|
|
29044
|
-
/**
|
|
29045
|
-
* Before you call the PublicCreateImageScanTask operation, we recommend that you call the [PublicPreCheckImageScanTask](~~PublicPreCheckImageScanTask~~) operation to query the number of images to scan and the quota for container image scan to be consumed by the image scan task. Make sure that the remaining quota for container image scan is sufficient. This prevents the task from being stopped due to an insufficient quota.
|
|
29046
|
-
*
|
|
29047
|
-
* @param request PublicCreateImageScanTaskRequest
|
|
29048
|
-
* @return PublicCreateImageScanTaskResponse
|
|
29049
|
-
*/
|
|
29050
30487
|
publicCreateImageScanTask(request: PublicCreateImageScanTaskRequest): Promise<PublicCreateImageScanTaskResponse>;
|
|
29051
|
-
/**
|
|
29052
|
-
* You can call the PublicPreCheckImageScanTask operation to estimate the quota for container image scan to be consumed by the task. This ensures that you know the quota to be consumed before you perform the task. If the remaining quota for container image scan is less than the quota to be consumed by the task, you must purchase a sufficient quota. This prevents the task from being stopped due to an insufficient quota.
|
|
29053
|
-
* If you do not specify the optional parameters when you call this operation, the total number of protected images and the quota for container image scan to be consumed by scanning all the protected images are queried. If you specify the optional parameters, the number of images that meet the specified conditions and the quota for container image scan to be consumed by scanning the images are queried.
|
|
29054
|
-
*
|
|
29055
|
-
* @param request PublicPreCheckImageScanTaskRequest
|
|
29056
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
29057
|
-
* @return PublicPreCheckImageScanTaskResponse
|
|
29058
|
-
*/
|
|
29059
30488
|
publicPreCheckImageScanTaskWithOptions(request: PublicPreCheckImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
29060
|
-
/**
|
|
29061
|
-
* You can call the PublicPreCheckImageScanTask operation to estimate the quota for container image scan to be consumed by the task. This ensures that you know the quota to be consumed before you perform the task. If the remaining quota for container image scan is less than the quota to be consumed by the task, you must purchase a sufficient quota. This prevents the task from being stopped due to an insufficient quota.
|
|
29062
|
-
* If you do not specify the optional parameters when you call this operation, the total number of protected images and the quota for container image scan to be consumed by scanning all the protected images are queried. If you specify the optional parameters, the number of images that meet the specified conditions and the quota for container image scan to be consumed by scanning the images are queried.
|
|
29063
|
-
*
|
|
29064
|
-
* @param request PublicPreCheckImageScanTaskRequest
|
|
29065
|
-
* @return PublicPreCheckImageScanTaskResponse
|
|
29066
|
-
*/
|
|
29067
30489
|
publicPreCheckImageScanTask(request: PublicPreCheckImageScanTaskRequest): Promise<PublicPreCheckImageScanTaskResponse>;
|
|
29068
30490
|
publicSyncAndCreateImageScanTaskWithOptions(request: PublicSyncAndCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
29069
30491
|
publicSyncAndCreateImageScanTask(request: PublicSyncAndCreateImageScanTaskRequest): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
29070
30492
|
queryDiscoverDatabaseWithOptions(request: QueryDiscoverDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<QueryDiscoverDatabaseResponse>;
|
|
29071
30493
|
queryDiscoverDatabase(request: QueryDiscoverDatabaseRequest): Promise<QueryDiscoverDatabaseResponse>;
|
|
29072
|
-
/**
|
|
29073
|
-
* You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as [GetSuspiciousStatistics](~~GetSuspiciousStatistics~~) and [DeleteGroup](~~DeleteGroup~~), you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
|
|
29074
|
-
* ### Limits
|
|
29075
|
-
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
29076
|
-
*
|
|
29077
|
-
* @param request QueryGroupIdByGroupNameRequest
|
|
29078
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
29079
|
-
* @return QueryGroupIdByGroupNameResponse
|
|
29080
|
-
*/
|
|
29081
30494
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
29082
|
-
/**
|
|
29083
|
-
* You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as [GetSuspiciousStatistics](~~GetSuspiciousStatistics~~) and [DeleteGroup](~~DeleteGroup~~), you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
|
|
29084
|
-
* ### Limits
|
|
29085
|
-
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
29086
|
-
*
|
|
29087
|
-
* @param request QueryGroupIdByGroupNameRequest
|
|
29088
|
-
* @return QueryGroupIdByGroupNameResponse
|
|
29089
|
-
*/
|
|
29090
30495
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
29091
30496
|
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
29092
30497
|
queryGroupedSecurityEventMarkMissList(request: QueryGroupedSecurityEventMarkMissListRequest): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
@@ -29112,6 +30517,8 @@ export default class Client extends OpenApi {
|
|
|
29112
30517
|
saveImageBaselineStrategy(request: SaveImageBaselineStrategyRequest): Promise<SaveImageBaselineStrategyResponse>;
|
|
29113
30518
|
saveSuspEventUserSettingWithOptions(request: SaveSuspEventUserSettingRequest, runtime: $Util.RuntimeOptions): Promise<SaveSuspEventUserSettingResponse>;
|
|
29114
30519
|
saveSuspEventUserSetting(request: SaveSuspEventUserSettingRequest): Promise<SaveSuspEventUserSettingResponse>;
|
|
30520
|
+
setClusterInterceptionConfigWithOptions(request: SetClusterInterceptionConfigRequest, runtime: $Util.RuntimeOptions): Promise<SetClusterInterceptionConfigResponse>;
|
|
30521
|
+
setClusterInterceptionConfig(request: SetClusterInterceptionConfigRequest): Promise<SetClusterInterceptionConfigResponse>;
|
|
29115
30522
|
setRegistryScanDayNumWithOptions(request: SetRegistryScanDayNumRequest, runtime: $Util.RuntimeOptions): Promise<SetRegistryScanDayNumResponse>;
|
|
29116
30523
|
setRegistryScanDayNum(request: SetRegistryScanDayNumRequest): Promise<SetRegistryScanDayNumResponse>;
|
|
29117
30524
|
/**
|