@alicloud/sas20181203 2.1.4 → 2.1.6
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 +99 -48
- package/dist/client.js +105 -48
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +109 -48
package/dist/client.d.ts
CHANGED
|
@@ -208,6 +208,7 @@ export declare class AddInstallCodeRequest extends $tea.Model {
|
|
|
208
208
|
groupId?: number;
|
|
209
209
|
onlyImage?: boolean;
|
|
210
210
|
os?: string;
|
|
211
|
+
proxyCluster?: string;
|
|
211
212
|
vendorName?: string;
|
|
212
213
|
static names(): {
|
|
213
214
|
[key: string]: string;
|
|
@@ -23837,6 +23838,7 @@ export declare class DescribeGroupedVulResponseBodyGroupedVulItems extends $tea.
|
|
|
23837
23838
|
name?: string;
|
|
23838
23839
|
nntfCount?: number;
|
|
23839
23840
|
raspDefend?: number;
|
|
23841
|
+
related?: string;
|
|
23840
23842
|
tags?: string;
|
|
23841
23843
|
totalFixCount?: number;
|
|
23842
23844
|
type?: string;
|
|
@@ -24581,6 +24583,7 @@ export declare class DescribeInstallCodesResponseBodyInstallCodes extends $tea.M
|
|
|
24581
24583
|
groupName?: string;
|
|
24582
24584
|
onlyImage?: boolean;
|
|
24583
24585
|
os?: string;
|
|
24586
|
+
proxyCluster?: string;
|
|
24584
24587
|
vendorName?: string;
|
|
24585
24588
|
static names(): {
|
|
24586
24589
|
[key: string]: string;
|
|
@@ -29958,7 +29961,8 @@ export default class Client extends OpenApi {
|
|
|
29958
29961
|
createCycleTaskWithOptions(request: CreateCycleTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateCycleTaskResponse>;
|
|
29959
29962
|
createCycleTask(request: CreateCycleTaskRequest): Promise<CreateCycleTaskResponse>;
|
|
29960
29963
|
/**
|
|
29961
|
-
*
|
|
29964
|
+
* You can call this operation to push a file to the cloud for detection. Before you call this operation, make sure that the file is uploaded. You can call the CreateFileDetectUploadUrl operation to upload the file.
|
|
29965
|
+
* The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
|
|
29962
29966
|
*
|
|
29963
29967
|
* @param request CreateFileDetectRequest
|
|
29964
29968
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -29966,7 +29970,8 @@ export default class Client extends OpenApi {
|
|
|
29966
29970
|
*/
|
|
29967
29971
|
createFileDetectWithOptions(request: CreateFileDetectRequest, runtime: $Util.RuntimeOptions): Promise<CreateFileDetectResponse>;
|
|
29968
29972
|
/**
|
|
29969
|
-
*
|
|
29973
|
+
* You can call this operation to push a file to the cloud for detection. Before you call this operation, make sure that the file is uploaded. You can call the CreateFileDetectUploadUrl operation to upload the file.
|
|
29974
|
+
* The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
|
|
29970
29975
|
*
|
|
29971
29976
|
* @param request CreateFileDetectRequest
|
|
29972
29977
|
* @return CreateFileDetectResponse
|
|
@@ -30006,7 +30011,7 @@ export default class Client extends OpenApi {
|
|
|
30006
30011
|
createJenkinsImageRegistryWithOptions(request: CreateJenkinsImageRegistryRequest, runtime: $Util.RuntimeOptions): Promise<CreateJenkinsImageRegistryResponse>;
|
|
30007
30012
|
createJenkinsImageRegistry(request: CreateJenkinsImageRegistryRequest): Promise<CreateJenkinsImageRegistryResponse>;
|
|
30008
30013
|
/**
|
|
30009
|
-
*
|
|
30014
|
+
* 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.
|
|
30010
30015
|
*
|
|
30011
30016
|
* @param request CreateOrUpdateAssetGroupRequest
|
|
30012
30017
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30014,7 +30019,7 @@ export default class Client extends OpenApi {
|
|
|
30014
30019
|
*/
|
|
30015
30020
|
createOrUpdateAssetGroupWithOptions(request: CreateOrUpdateAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateOrUpdateAssetGroupResponse>;
|
|
30016
30021
|
/**
|
|
30017
|
-
*
|
|
30022
|
+
* 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.
|
|
30018
30023
|
*
|
|
30019
30024
|
* @param request CreateOrUpdateAssetGroupRequest
|
|
30020
30025
|
* @return CreateOrUpdateAssetGroupResponse
|
|
@@ -30024,7 +30029,20 @@ export default class Client extends OpenApi {
|
|
|
30024
30029
|
createOrUpdateDingTalk(request: CreateOrUpdateDingTalkRequest): Promise<CreateOrUpdateDingTalkResponse>;
|
|
30025
30030
|
createRestoreJobWithOptions(request: CreateRestoreJobRequest, runtime: $Util.RuntimeOptions): Promise<CreateRestoreJobResponse>;
|
|
30026
30031
|
createRestoreJob(request: CreateRestoreJobRequest): Promise<CreateRestoreJobResponse>;
|
|
30032
|
+
/**
|
|
30033
|
+
* For more information about service-linked roles, see [Service-linked roles](~~160674~~).
|
|
30034
|
+
*
|
|
30035
|
+
* @param request CreateServiceLinkedRoleRequest
|
|
30036
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
30037
|
+
* @return CreateServiceLinkedRoleResponse
|
|
30038
|
+
*/
|
|
30027
30039
|
createServiceLinkedRoleWithOptions(request: CreateServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
|
|
30040
|
+
/**
|
|
30041
|
+
* For more information about service-linked roles, see [Service-linked roles](~~160674~~).
|
|
30042
|
+
*
|
|
30043
|
+
* @param request CreateServiceLinkedRoleRequest
|
|
30044
|
+
* @return CreateServiceLinkedRoleResponse
|
|
30045
|
+
*/
|
|
30028
30046
|
createServiceLinkedRole(request: CreateServiceLinkedRoleRequest): Promise<CreateServiceLinkedRoleResponse>;
|
|
30029
30047
|
createSimilarSecurityEventsQueryTaskWithOptions(request: CreateSimilarSecurityEventsQueryTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
30030
30048
|
createSimilarSecurityEventsQueryTask(request: CreateSimilarSecurityEventsQueryTaskRequest): Promise<CreateSimilarSecurityEventsQueryTaskResponse>;
|
|
@@ -30049,7 +30067,7 @@ export default class Client extends OpenApi {
|
|
|
30049
30067
|
deleteCycleTaskWithOptions(request: DeleteCycleTaskRequest, runtime: $Util.RuntimeOptions): Promise<DeleteCycleTaskResponse>;
|
|
30050
30068
|
deleteCycleTask(request: DeleteCycleTaskRequest): Promise<DeleteCycleTaskResponse>;
|
|
30051
30069
|
/**
|
|
30052
|
-
*
|
|
30070
|
+
* 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.
|
|
30053
30071
|
*
|
|
30054
30072
|
* @param request DeleteGroupRequest
|
|
30055
30073
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30057,7 +30075,7 @@ export default class Client extends OpenApi {
|
|
|
30057
30075
|
*/
|
|
30058
30076
|
deleteGroupWithOptions(request: DeleteGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteGroupResponse>;
|
|
30059
30077
|
/**
|
|
30060
|
-
*
|
|
30078
|
+
* 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.
|
|
30061
30079
|
*
|
|
30062
30080
|
* @param request DeleteGroupRequest
|
|
30063
30081
|
* @return DeleteGroupResponse
|
|
@@ -30088,7 +30106,7 @@ export default class Client extends OpenApi {
|
|
|
30088
30106
|
deleteSuspEventNodeWithOptions(request: DeleteSuspEventNodeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSuspEventNodeResponse>;
|
|
30089
30107
|
deleteSuspEventNode(request: DeleteSuspEventNodeRequest): Promise<DeleteSuspEventNodeResponse>;
|
|
30090
30108
|
/**
|
|
30091
|
-
*
|
|
30109
|
+
* 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.
|
|
30092
30110
|
*
|
|
30093
30111
|
* @param request DeleteTagWithUuidRequest
|
|
30094
30112
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30096,7 +30114,7 @@ export default class Client extends OpenApi {
|
|
|
30096
30114
|
*/
|
|
30097
30115
|
deleteTagWithUuidWithOptions(request: DeleteTagWithUuidRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagWithUuidResponse>;
|
|
30098
30116
|
/**
|
|
30099
|
-
*
|
|
30117
|
+
* 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.
|
|
30100
30118
|
*
|
|
30101
30119
|
* @param request DeleteTagWithUuidRequest
|
|
30102
30120
|
* @return DeleteTagWithUuidResponse
|
|
@@ -30147,7 +30165,7 @@ export default class Client extends OpenApi {
|
|
|
30147
30165
|
describeBackUpExportInfoWithOptions(request: DescribeBackUpExportInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackUpExportInfoResponse>;
|
|
30148
30166
|
describeBackUpExportInfo(request: DescribeBackUpExportInfoRequest): Promise<DescribeBackUpExportInfoResponse>;
|
|
30149
30167
|
/**
|
|
30150
|
-
*
|
|
30168
|
+
* You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
|
|
30151
30169
|
*
|
|
30152
30170
|
* @param request DescribeBackupClientsRequest
|
|
30153
30171
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30155,7 +30173,7 @@ export default class Client extends OpenApi {
|
|
|
30155
30173
|
*/
|
|
30156
30174
|
describeBackupClientsWithOptions(request: DescribeBackupClientsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupClientsResponse>;
|
|
30157
30175
|
/**
|
|
30158
|
-
*
|
|
30176
|
+
* You can call the DescribeBackupClients operation to query the servers on which the anti-ransomware agent is installed in a specified region.
|
|
30159
30177
|
*
|
|
30160
30178
|
* @param request DescribeBackupClientsRequest
|
|
30161
30179
|
* @return DescribeBackupClientsResponse
|
|
@@ -30170,7 +30188,7 @@ export default class Client extends OpenApi {
|
|
|
30170
30188
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|
|
30171
30189
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
30172
30190
|
/**
|
|
30173
|
-
*
|
|
30191
|
+
* 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.
|
|
30174
30192
|
*
|
|
30175
30193
|
* @param request DescribeBackupRestoreCountRequest
|
|
30176
30194
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30178,7 +30196,7 @@ export default class Client extends OpenApi {
|
|
|
30178
30196
|
*/
|
|
30179
30197
|
describeBackupRestoreCountWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeBackupRestoreCountResponse>;
|
|
30180
30198
|
/**
|
|
30181
|
-
*
|
|
30199
|
+
* 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.
|
|
30182
30200
|
*
|
|
30183
30201
|
* @return DescribeBackupRestoreCountResponse
|
|
30184
30202
|
*/
|
|
@@ -30243,7 +30261,7 @@ export default class Client extends OpenApi {
|
|
|
30243
30261
|
describeContainerInstancesWithOptions(request: DescribeContainerInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerInstancesResponse>;
|
|
30244
30262
|
describeContainerInstances(request: DescribeContainerInstancesRequest): Promise<DescribeContainerInstancesResponse>;
|
|
30245
30263
|
/**
|
|
30246
|
-
*
|
|
30264
|
+
* Only users who created a Container Registry Enterprise Edition instance can call this operation.
|
|
30247
30265
|
*
|
|
30248
30266
|
* @param request DescribeContainerStatisticsRequest
|
|
30249
30267
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30251,7 +30269,7 @@ export default class Client extends OpenApi {
|
|
|
30251
30269
|
*/
|
|
30252
30270
|
describeContainerStatisticsWithOptions(request: DescribeContainerStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeContainerStatisticsResponse>;
|
|
30253
30271
|
/**
|
|
30254
|
-
*
|
|
30272
|
+
* Only users who created a Container Registry Enterprise Edition instance can call this operation.
|
|
30255
30273
|
*
|
|
30256
30274
|
* @param request DescribeContainerStatisticsRequest
|
|
30257
30275
|
* @return DescribeContainerStatisticsResponse
|
|
@@ -30366,7 +30384,8 @@ export default class Client extends OpenApi {
|
|
|
30366
30384
|
describeImageSensitiveFileListWithOptions(tmpReq: DescribeImageSensitiveFileListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageSensitiveFileListResponse>;
|
|
30367
30385
|
describeImageSensitiveFileList(request: DescribeImageSensitiveFileListRequest): Promise<DescribeImageSensitiveFileListResponse>;
|
|
30368
30386
|
/**
|
|
30369
|
-
*
|
|
30387
|
+
* Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
|
|
30388
|
+
* > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
|
|
30370
30389
|
*
|
|
30371
30390
|
* @param request DescribeImageStatisticsRequest
|
|
30372
30391
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30374,7 +30393,8 @@ export default class Client extends OpenApi {
|
|
|
30374
30393
|
*/
|
|
30375
30394
|
describeImageStatisticsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeImageStatisticsResponse>;
|
|
30376
30395
|
/**
|
|
30377
|
-
*
|
|
30396
|
+
* Security Center can scan for security risks and collect statistics only for **Container Registry Enterprise Edition instances**.
|
|
30397
|
+
* > Security Center cannot scan for security risks or collect statistics for **default** Container Registry instances.
|
|
30378
30398
|
*
|
|
30379
30399
|
* @return DescribeImageStatisticsResponse
|
|
30380
30400
|
*/
|
|
@@ -30399,7 +30419,9 @@ export default class Client extends OpenApi {
|
|
|
30399
30419
|
describeInstallCodeWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeInstallCodeResponse>;
|
|
30400
30420
|
describeInstallCode(): Promise<DescribeInstallCodeResponse>;
|
|
30401
30421
|
/**
|
|
30402
|
-
* The
|
|
30422
|
+
* You can call the DescribeInstallCodes operation to query the commands that are used to manually install the Security Center agent. The returned results contain the installation verification code and the server information. If you want to manually install the Security Center agent on your server, you can call this operation to query installation commands.
|
|
30423
|
+
* # Limits
|
|
30424
|
+
* You can call this API 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.
|
|
30403
30425
|
*
|
|
30404
30426
|
* @param request DescribeInstallCodesRequest
|
|
30405
30427
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30407,7 +30429,9 @@ export default class Client extends OpenApi {
|
|
|
30407
30429
|
*/
|
|
30408
30430
|
describeInstallCodesWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeInstallCodesResponse>;
|
|
30409
30431
|
/**
|
|
30410
|
-
* The
|
|
30432
|
+
* You can call the DescribeInstallCodes operation to query the commands that are used to manually install the Security Center agent. The returned results contain the installation verification code and the server information. If you want to manually install the Security Center agent on your server, you can call this operation to query installation commands.
|
|
30433
|
+
* # Limits
|
|
30434
|
+
* You can call this API 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.
|
|
30411
30435
|
*
|
|
30412
30436
|
* @return DescribeInstallCodesResponse
|
|
30413
30437
|
*/
|
|
@@ -30481,7 +30505,8 @@ export default class Client extends OpenApi {
|
|
|
30481
30505
|
describeQuaraFileDownloadInfoWithOptions(request: DescribeQuaraFileDownloadInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeQuaraFileDownloadInfoResponse>;
|
|
30482
30506
|
describeQuaraFileDownloadInfo(request: DescribeQuaraFileDownloadInfoRequest): Promise<DescribeQuaraFileDownloadInfoResponse>;
|
|
30483
30507
|
/**
|
|
30484
|
-
*
|
|
30508
|
+
* 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.
|
|
30509
|
+
* > 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~~).
|
|
30485
30510
|
*
|
|
30486
30511
|
* @param request DescribeRestoreJobsRequest
|
|
30487
30512
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30489,7 +30514,8 @@ export default class Client extends OpenApi {
|
|
|
30489
30514
|
*/
|
|
30490
30515
|
describeRestoreJobsWithOptions(request: DescribeRestoreJobsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRestoreJobsResponse>;
|
|
30491
30516
|
/**
|
|
30492
|
-
*
|
|
30517
|
+
* 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.
|
|
30518
|
+
* > 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~~).
|
|
30493
30519
|
*
|
|
30494
30520
|
* @param request DescribeRestoreJobsRequest
|
|
30495
30521
|
* @return DescribeRestoreJobsResponse
|
|
@@ -30533,7 +30559,7 @@ export default class Client extends OpenApi {
|
|
|
30533
30559
|
describeRiskCheckResult(request: DescribeRiskCheckResultRequest): Promise<DescribeRiskCheckResultResponse>;
|
|
30534
30560
|
/**
|
|
30535
30561
|
* @deprecated
|
|
30536
|
-
*
|
|
30562
|
+
* This operation is phased out. You can use the GetCheckSummary operation.
|
|
30537
30563
|
*
|
|
30538
30564
|
* @param request DescribeRiskCheckSummaryRequest
|
|
30539
30565
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30542,7 +30568,7 @@ export default class Client extends OpenApi {
|
|
|
30542
30568
|
describeRiskCheckSummaryWithOptions(request: DescribeRiskCheckSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskCheckSummaryResponse>;
|
|
30543
30569
|
/**
|
|
30544
30570
|
* @deprecated
|
|
30545
|
-
*
|
|
30571
|
+
* This operation is phased out. You can use the GetCheckSummary operation.
|
|
30546
30572
|
*
|
|
30547
30573
|
* @param request DescribeRiskCheckSummaryRequest
|
|
30548
30574
|
* @return DescribeRiskCheckSummaryResponse
|
|
@@ -30567,8 +30593,7 @@ export default class Client extends OpenApi {
|
|
|
30567
30593
|
describeRiskItemType(request: DescribeRiskItemTypeRequest): Promise<DescribeRiskItemTypeResponse>;
|
|
30568
30594
|
/**
|
|
30569
30595
|
* @deprecated
|
|
30570
|
-
*
|
|
30571
|
-
* > If you do not specify this parameter, an empty list is returned.
|
|
30596
|
+
* This operation is phased out. You can use the ListCheckResult operation. When you call the ListCheckResult operation, set the Statuses parameter to NOT_PASS.
|
|
30572
30597
|
*
|
|
30573
30598
|
* @param request DescribeRiskListCheckResultRequest
|
|
30574
30599
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30577,8 +30602,7 @@ export default class Client extends OpenApi {
|
|
|
30577
30602
|
describeRiskListCheckResultWithOptions(request: DescribeRiskListCheckResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRiskListCheckResultResponse>;
|
|
30578
30603
|
/**
|
|
30579
30604
|
* @deprecated
|
|
30580
|
-
*
|
|
30581
|
-
* > If you do not specify this parameter, an empty list is returned.
|
|
30605
|
+
* This operation is phased out. You can use the ListCheckResult operation. When you call the ListCheckResult operation, set the Statuses parameter to NOT_PASS.
|
|
30582
30606
|
*
|
|
30583
30607
|
* @param request DescribeRiskListCheckResultRequest
|
|
30584
30608
|
* @return DescribeRiskListCheckResultResponse
|
|
@@ -30780,7 +30804,11 @@ export default class Client extends OpenApi {
|
|
|
30780
30804
|
execStrategyWithOptions(request: ExecStrategyRequest, runtime: $Util.RuntimeOptions): Promise<ExecStrategyResponse>;
|
|
30781
30805
|
execStrategy(request: ExecStrategyRequest): Promise<ExecStrategyResponse>;
|
|
30782
30806
|
/**
|
|
30783
|
-
*
|
|
30807
|
+
* You can call the operation to export the following check result lists:
|
|
30808
|
+
* * The list of servers on the Host page.
|
|
30809
|
+
* * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
|
|
30810
|
+
* * The list of attack analysis data on the Attack Awareness page.
|
|
30811
|
+
* * The list of check results for AccessKey pair leaks on the AK leak detection page.
|
|
30784
30812
|
*
|
|
30785
30813
|
* @param request ExportRecordRequest
|
|
30786
30814
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30788,7 +30816,11 @@ export default class Client extends OpenApi {
|
|
|
30788
30816
|
*/
|
|
30789
30817
|
exportRecordWithOptions(request: ExportRecordRequest, runtime: $Util.RuntimeOptions): Promise<ExportRecordResponse>;
|
|
30790
30818
|
/**
|
|
30791
|
-
*
|
|
30819
|
+
* You can call the operation to export the following check result lists:
|
|
30820
|
+
* * The list of servers on the Host page.
|
|
30821
|
+
* * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
|
|
30822
|
+
* * The list of attack analysis data on the Attack Awareness page.
|
|
30823
|
+
* * The list of check results for AccessKey pair leaks on the AK leak detection page.
|
|
30792
30824
|
*
|
|
30793
30825
|
* @param request ExportRecordRequest
|
|
30794
30826
|
* @return ExportRecordResponse
|
|
@@ -30797,7 +30829,10 @@ export default class Client extends OpenApi {
|
|
|
30797
30829
|
exportSuspEventsWithOptions(request: ExportSuspEventsRequest, runtime: $Util.RuntimeOptions): Promise<ExportSuspEventsResponse>;
|
|
30798
30830
|
exportSuspEvents(request: ExportSuspEventsRequest): Promise<ExportSuspEventsResponse>;
|
|
30799
30831
|
/**
|
|
30800
|
-
*
|
|
30832
|
+
* 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.
|
|
30833
|
+
* 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.
|
|
30834
|
+
* ### Limits
|
|
30835
|
+
* 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.
|
|
30801
30836
|
*
|
|
30802
30837
|
* @param request ExportVulRequest
|
|
30803
30838
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30805,7 +30840,10 @@ export default class Client extends OpenApi {
|
|
|
30805
30840
|
*/
|
|
30806
30841
|
exportVulWithOptions(request: ExportVulRequest, runtime: $Util.RuntimeOptions): Promise<ExportVulResponse>;
|
|
30807
30842
|
/**
|
|
30808
|
-
*
|
|
30843
|
+
* 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.
|
|
30844
|
+
* 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.
|
|
30845
|
+
* ### Limits
|
|
30846
|
+
* 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.
|
|
30809
30847
|
*
|
|
30810
30848
|
* @param request ExportVulRequest
|
|
30811
30849
|
* @return ExportVulResponse
|
|
@@ -30858,7 +30896,7 @@ export default class Client extends OpenApi {
|
|
|
30858
30896
|
getFileDetectApiInvokeInfoWithOptions(runtime: $Util.RuntimeOptions): Promise<GetFileDetectApiInvokeInfoResponse>;
|
|
30859
30897
|
getFileDetectApiInvokeInfo(): Promise<GetFileDetectApiInvokeInfoResponse>;
|
|
30860
30898
|
/**
|
|
30861
|
-
* The
|
|
30899
|
+
* The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
|
|
30862
30900
|
*
|
|
30863
30901
|
* @param request GetFileDetectResultRequest
|
|
30864
30902
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30866,7 +30904,7 @@ export default class Client extends OpenApi {
|
|
|
30866
30904
|
*/
|
|
30867
30905
|
getFileDetectResultWithOptions(request: GetFileDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<GetFileDetectResultResponse>;
|
|
30868
30906
|
/**
|
|
30869
|
-
* The
|
|
30907
|
+
* The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
|
|
30870
30908
|
*
|
|
30871
30909
|
* @param request GetFileDetectResultRequest
|
|
30872
30910
|
* @return GetFileDetectResultResponse
|
|
@@ -31014,8 +31052,9 @@ export default class Client extends OpenApi {
|
|
|
31014
31052
|
modifyAppVulScanCycleWithOptions(request: ModifyAppVulScanCycleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAppVulScanCycleResponse>;
|
|
31015
31053
|
modifyAppVulScanCycle(request: ModifyAppVulScanCycleRequest): Promise<ModifyAppVulScanCycleResponse>;
|
|
31016
31054
|
/**
|
|
31017
|
-
*
|
|
31018
|
-
*
|
|
31055
|
+
* You can call the ModifyAssetGroup operation to change the server group to which one or more servers belong. After you create a server group by calling the [CreateOrUpdateAssetGroup](~~CreateOrUpdateAssetGroup~~) operation, you can call the ModifyAssetGroup operation to change the server group to which your servers belong.
|
|
31056
|
+
* ### Limits
|
|
31057
|
+
* You can call this API 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.
|
|
31019
31058
|
*
|
|
31020
31059
|
* @param request ModifyAssetGroupRequest
|
|
31021
31060
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -31023,8 +31062,9 @@ export default class Client extends OpenApi {
|
|
|
31023
31062
|
*/
|
|
31024
31063
|
modifyAssetGroupWithOptions(request: ModifyAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAssetGroupResponse>;
|
|
31025
31064
|
/**
|
|
31026
|
-
*
|
|
31027
|
-
*
|
|
31065
|
+
* You can call the ModifyAssetGroup operation to change the server group to which one or more servers belong. After you create a server group by calling the [CreateOrUpdateAssetGroup](~~CreateOrUpdateAssetGroup~~) operation, you can call the ModifyAssetGroup operation to change the server group to which your servers belong.
|
|
31066
|
+
* ### Limits
|
|
31067
|
+
* You can call this API 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.
|
|
31028
31068
|
*
|
|
31029
31069
|
* @param request ModifyAssetGroupRequest
|
|
31030
31070
|
* @return ModifyAssetGroupResponse
|
|
@@ -31077,7 +31117,7 @@ export default class Client extends OpenApi {
|
|
|
31077
31117
|
modifyNoticeConfigWithOptions(request: ModifyNoticeConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyNoticeConfigResponse>;
|
|
31078
31118
|
modifyNoticeConfig(request: ModifyNoticeConfigRequest): Promise<ModifyNoticeConfigResponse>;
|
|
31079
31119
|
/**
|
|
31080
|
-
*
|
|
31120
|
+
* **Prerequisites** A service-linked role is created, and Security Center is authorized to access cloud resources. You can call the [CreateServiceLinkedRole](~~CreateServiceLinkedRole~~) operation to create service-linked roles and authorize Security Center to access cloud resources. **Scenarios** Before you use the log analysis feature of Security Center, you must call the ModifyOpenLogShipper operation to activate Log Service.
|
|
31081
31121
|
*
|
|
31082
31122
|
* @param request ModifyOpenLogShipperRequest
|
|
31083
31123
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -31085,7 +31125,7 @@ export default class Client extends OpenApi {
|
|
|
31085
31125
|
*/
|
|
31086
31126
|
modifyOpenLogShipperWithOptions(request: ModifyOpenLogShipperRequest, runtime: $Util.RuntimeOptions): Promise<ModifyOpenLogShipperResponse>;
|
|
31087
31127
|
/**
|
|
31088
|
-
*
|
|
31128
|
+
* **Prerequisites** A service-linked role is created, and Security Center is authorized to access cloud resources. You can call the [CreateServiceLinkedRole](~~CreateServiceLinkedRole~~) operation to create service-linked roles and authorize Security Center to access cloud resources. **Scenarios** Before you use the log analysis feature of Security Center, you must call the ModifyOpenLogShipper operation to activate Log Service.
|
|
31089
31129
|
*
|
|
31090
31130
|
* @param request ModifyOpenLogShipperRequest
|
|
31091
31131
|
* @return ModifyOpenLogShipperResponse
|
|
@@ -31143,7 +31183,7 @@ export default class Client extends OpenApi {
|
|
|
31143
31183
|
modifyRiskSingleResultStatus(request: ModifyRiskSingleResultStatusRequest): Promise<ModifyRiskSingleResultStatusResponse>;
|
|
31144
31184
|
/**
|
|
31145
31185
|
* @deprecated
|
|
31146
|
-
*
|
|
31186
|
+
* This operation is phased out. You can use the ChangeCheckConfig operation.
|
|
31147
31187
|
*
|
|
31148
31188
|
* @param request ModifySecurityCheckScheduleConfigRequest
|
|
31149
31189
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -31152,7 +31192,7 @@ export default class Client extends OpenApi {
|
|
|
31152
31192
|
modifySecurityCheckScheduleConfigWithOptions(request: ModifySecurityCheckScheduleConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityCheckScheduleConfigResponse>;
|
|
31153
31193
|
/**
|
|
31154
31194
|
* @deprecated
|
|
31155
|
-
*
|
|
31195
|
+
* This operation is phased out. You can use the ChangeCheckConfig operation.
|
|
31156
31196
|
*
|
|
31157
31197
|
* @param request ModifySecurityCheckScheduleConfigRequest
|
|
31158
31198
|
* @return ModifySecurityCheckScheduleConfigResponse
|
|
@@ -31240,10 +31280,7 @@ export default class Client extends OpenApi {
|
|
|
31240
31280
|
pauseClientWithOptions(request: PauseClientRequest, runtime: $Util.RuntimeOptions): Promise<PauseClientResponse>;
|
|
31241
31281
|
pauseClient(request: PauseClientRequest): Promise<PauseClientResponse>;
|
|
31242
31282
|
/**
|
|
31243
|
-
*
|
|
31244
|
-
* * **SUCCESS**: The task is successful.
|
|
31245
|
-
* * **TASK_NOT_SUPPORT_REGION**: The images are deployed in a region that is not supported by container image scan.
|
|
31246
|
-
* > For more information about the regions supported by container image scan, see the "Regions supported by container image scan" section in this topic.
|
|
31283
|
+
* 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.
|
|
31247
31284
|
*
|
|
31248
31285
|
* @param request PublicCreateImageScanTaskRequest
|
|
31249
31286
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -31251,10 +31288,7 @@ export default class Client extends OpenApi {
|
|
|
31251
31288
|
*/
|
|
31252
31289
|
publicCreateImageScanTaskWithOptions(request: PublicCreateImageScanTaskRequest, runtime: $Util.RuntimeOptions): Promise<PublicCreateImageScanTaskResponse>;
|
|
31253
31290
|
/**
|
|
31254
|
-
*
|
|
31255
|
-
* * **SUCCESS**: The task is successful.
|
|
31256
|
-
* * **TASK_NOT_SUPPORT_REGION**: The images are deployed in a region that is not supported by container image scan.
|
|
31257
|
-
* > For more information about the regions supported by container image scan, see the "Regions supported by container image scan" section in this topic.
|
|
31291
|
+
* 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.
|
|
31258
31292
|
*
|
|
31259
31293
|
* @param request PublicCreateImageScanTaskRequest
|
|
31260
31294
|
* @return PublicCreateImageScanTaskResponse
|
|
@@ -31266,7 +31300,24 @@ export default class Client extends OpenApi {
|
|
|
31266
31300
|
publicSyncAndCreateImageScanTask(request: PublicSyncAndCreateImageScanTaskRequest): Promise<PublicSyncAndCreateImageScanTaskResponse>;
|
|
31267
31301
|
queryDiscoverDatabaseWithOptions(request: QueryDiscoverDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<QueryDiscoverDatabaseResponse>;
|
|
31268
31302
|
queryDiscoverDatabase(request: QueryDiscoverDatabaseRequest): Promise<QueryDiscoverDatabaseResponse>;
|
|
31303
|
+
/**
|
|
31304
|
+
* 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.
|
|
31305
|
+
* ### Limits
|
|
31306
|
+
* 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.
|
|
31307
|
+
*
|
|
31308
|
+
* @param request QueryGroupIdByGroupNameRequest
|
|
31309
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
31310
|
+
* @return QueryGroupIdByGroupNameResponse
|
|
31311
|
+
*/
|
|
31269
31312
|
queryGroupIdByGroupNameWithOptions(request: QueryGroupIdByGroupNameRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupIdByGroupNameResponse>;
|
|
31313
|
+
/**
|
|
31314
|
+
* 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.
|
|
31315
|
+
* ### Limits
|
|
31316
|
+
* 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.
|
|
31317
|
+
*
|
|
31318
|
+
* @param request QueryGroupIdByGroupNameRequest
|
|
31319
|
+
* @return QueryGroupIdByGroupNameResponse
|
|
31320
|
+
*/
|
|
31270
31321
|
queryGroupIdByGroupName(request: QueryGroupIdByGroupNameRequest): Promise<QueryGroupIdByGroupNameResponse>;
|
|
31271
31322
|
queryGroupedSecurityEventMarkMissListWithOptions(request: QueryGroupedSecurityEventMarkMissListRequest, runtime: $Util.RuntimeOptions): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|
|
31272
31323
|
queryGroupedSecurityEventMarkMissList(request: QueryGroupedSecurityEventMarkMissListRequest): Promise<QueryGroupedSecurityEventMarkMissListResponse>;
|