Deletes a specified vulnerability whitelist.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DeleteVulWhitelist |
delete |
*VulWhitelist
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Whitelist |
string |
No |
The vulnerability whitelist information to delete. The value is a JSON string that contains the following fields:
|
[ { "Name": "oval:com.redhat.rhsa:def:20173263", "Type": "cve", "AliasName": "RHSA-2017:3263: curl security update" } ] |
| Id |
string |
No |
The ID of the vulnerability whitelist. Note
To delete a vulnerability whitelist, provide the vulnerability whitelist ID. You can obtain this ID by calling the DescribeVulWhitelist operation. |
131231 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique ID for each request. You can use this ID to troubleshoot issues. |
9FBC6E47-7508-58C9-9E76-528E118CB1CC |
Examples
Success response
JSON format
{
"RequestId": "9FBC6E47-7508-58C9-9E76-528E118CB1CC"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.