Skip to main content

DescribeSecureSuggestion

Description

call the DescribeSecureSuggestion to query the details of handling security risks related to security points.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeSecureSuggestion

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. Valid values include: zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
SuggestionsarrayNo sample value for this parameter.security risk handling list.
Pointsinteger40the deduction value of a single deduction item.
TotalCountinteger15the total number of security risks to be strengthened.
DescriptionstringYou have 4 RDS affecteddescription of security risk handling recommendations.
SubTypestringCLOUD_HC_RDSthe type of security risk to be processed.
RequestIdstringF35F45B0-5D6B-4238-BE02-A62D0760E840the unique identifier generated by alibaba cloud for this request.
TitlestringRDS-database security policy check fails and there is a security riskthe name of the security risk pending item.
SuggestTypestringSS_ALARMthe type of security risk to be processed. Valid values include: SS_REINFORCE: key functions are not configured (for example, antivirus function) SS_ALARM: pending alarms SS_VUL: vulnerability to be fixed SS_HC: Baseline problem SS_AK:AK leakage problem SS_CLOUD_HC: cloud platform configuration risk OTHER: Other
DetailarrayNo sample value for this parameter.details of security risk handling recommendations.

Example

Successful Response example

{
"Suggestions":"",
"Points":"40",
"TotalCount":"15",
"Description":"You have 4 RDS affected",
"SubType":"CLOUD_HC_RDS",
"RequestId":"F35F45B0-5D6B-4238-BE02-A62D0760E840",
"Title":"RDS-database security policy check fails and there is a security risk",
"SuggestType":"SS_ALARM",
"Detail":""
}

Failed Response example

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

}