Queries the number of days during which a detected vulnerability is retained before the vulnerability is automatically deleted.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeAutoDelConfig |
The operation that you want to perform. Set the value to DescribeAutoDelConfig. |
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Days | Integer | 30 |
The number of days during which a detected vulnerability is retained before the vulnerability is automatically deleted. |
RequestId | String | C56F66FD-C4EE-4813-ABDC-4FF94B6C384E |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DescribeAutoDelConfig
&<Common request parameters>
Sample success responses
XML
format
<DescribeAutoDelConfigResponse>
<RequestId>C56F66FD-C4EE-4813-ABDC-4FF94B6C384E</RequestId>
<Days>30</Days>
</DescribeAutoDelConfigResponse>
JSON
format
{
"RequestId": "C56F66FD-C4EE-4813-ABDC-4FF94B6C384E",
"Days": 30
}
Error codes
For a list of error codes, visit the API Error Center.