Scans for urgent vulnerabilities.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ModifyEmgVulSubmit |
The operation that you want to perform. Set the value to ModifyEmgVulSubmit. |
Lang | String | No | zh |
The language of the content within the request and response. Default value: zh. Valid values:
|
Name | String | Yes | scan:ASCV-2019-032401 |
The name of the vulnerability that you want to query. |
UserAgreement | String | Yes | yes |
Specifies whether to scan for urgent vulnerabilities. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 52A3AEE6-114A-499D-8990-4BA9B27FE0AA |
The ID of the request, which is used to locate and troubleshoot issues. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ModifyEmgVulSubmit
&Lang=zh
&Name=scan:ASCV-2019-032401
&UserAgreement=yes
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ModifyEmgVulSubmitResponse>
<RequestId>52A3AEE6-114A-499D-8990-4BA9B27FE0AA</RequestId>
</ModifyEmgVulSubmitResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "52A3AEE6-114A-499D-8990-4BA9B27FE0AA"
}
Error codes
For a list of error codes, visit the API Error Center.