All Products
Search
Document Center

Security Center:DeleteVulAutoRepairConfig

Last Updated:Feb 20, 2024

Delete a list of vulnerabilities that can be automatically fixed. After the list is deleted, you can not select the list when you create a vulnerability fixing task on the Playbook page.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TypestringNo

The type of the vulnerability. Valid values:

  • cve: Linux software vulnerability
  • sys: Windows system vulnerability
cve
AliasNamestringNo

The alias of the vulnerability.

RHSA-2017:0184-Important: mysql security update
ConfigIdListarrayNo

The configuration ID of the vulnerability. You can call the ListVulAutoRepairConfig operation to query the configuration IDs of the vulnerability.

longNo

The configuration ID of the vulnerability.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

3956048F-9D73-5EDB-834B-4827BB48****

Examples

Sample success responses

JSONformat

{
  "RequestId": "3956048F-9D73-5EDB-834B-4827BB48****"
}

Error codes

HTTP status codeError codeError messageDescription
400InnerErrorInnerError-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.