Skip to main content

BatchDeleteWhiteList

Description

Batch delete baseline check risk item whitelist records.

Request Method

POST

Request Path

/apsara/route/aegis/BatchDeleteWhiteList

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
RiskIdListBODYstringNoNo sample value for this parameter.the ID of the risk item to be deleted from the whitelist, separated.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.

Example

Successful Response example

{
"RequestId":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}