ModifyBatchIgnoreVul
Description
batch ignore vulnerability records.
Request Method
POST
Request Path
/apsara/route/aegis/ModifyBatchIgnoreVul
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Info | BODY | string | No | No 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. |
version | BODY | string | No | 2016-01-01 | version of api |
Reason | BODY | string | No | No sample value for this parameter. | Vulnerability Ignore Cause. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}