DescribeConcernNecessity
Description
call the DescribeConcernNecessity interface to query the necessary information for vulnerability repair.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeConcernNecessity
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | No sample value for this parameter. | request ID of the result. |
ConcernNecessity | list | No sample value for this parameter. | vulnerability repair necessity list. asap: high later: medium nntf: low |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}