ModifyEmgVulSubmit
Description
call ModifyEmgVulSubmit to perform emergency vulnerability detection.
Request Method
POST
Request Path
/apsara/route/Sas/ModifyEmgVulSubmit
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
UserAgreement | BODY | string | No | yes | choose whether to perform detection. Value: yes: execute no: do not execute |
Lang | BODY | string | No | zh | the language type of the request and receive message. Value: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Name | BODY | string | No | scan:ASCV-2019-032401 | vulnerability name. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 52A3AEE6-114A-499D-8990-4BA9B27FE0AA | the unique identifier generated by alibaba cloud for this request. |
Example
Successful Response example
{
"RequestId":"52A3AEE6-114A-499D-8990-4BA9B27FE0AA"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}