DeleteVulBatch
Description
delete the specified vulnerability repair batch.
Request Method
POST
Request Path
/apsara/route/aegis/DeleteVulBatch
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| BatchName | BODY | string | No | No sample value for this parameter. | vulnerability batch name. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Resource | BODY | string | No | No sample value for this parameter. | vulnerability batch scenario. |
| version | BODY | string | No | 2016-01-01 | version of api |
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
}
}