Query the configurations for automatic vulnerability deletion.
You can call this operation to query the configurations for automatic vulnerability deletion.
Debugging
Alibaba Cloud provides OpenAPI Explorer to simplify API usage. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK example code.
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeAutoDelConfig |
The operation that you want to perform. Set the value to DescribeAutoDelConfig. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Days | Integer | 7 |
The number of days that a detected vulnerability is retained. |
RequestId | String | 43186B14-5A39-44E0-860E-8B24D1EF82CC |
The ID of the request. |
Examples
Sample requests
/? Action=DescribeAutoDelConfig
&<Common request parameters>
Sample success responses
JSON
format
{
"RequestId":"43186B14-5A39-44E0-860E-8B24D1EF82CC",
"Days":7
}