Skip to main content

DescribeVulLevel

Description

Get the vulnerability level information that needs attention.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeVulLevel

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
ConcernLevelslistno demo valuelist of vulnerability level information that needs attention.

Example

Successful Response example

{
"RequestId":"no demo value",
"ConcernLevels":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}