Skip to main content

ModifyBatchIgnoreVul

Description

batch ignore vulnerability records.

Request Method

POST

Request Path

/apsara/route/aegis/ModifyBatchIgnoreVul

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
InfoBODYstringNoNo sample value for this parameter.The vulnerability information that needs to be ignored is expressed in JSON format. For details, please refer to the request example.
versionBODYstringNo2016-01-01version of api
ReasonBODYstringNoNo sample value for this parameter.Vulnerability Ignore Cause.

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
}

}