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
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
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. Valid values include: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
Suggestions | array | No sample value for this parameter. | security risk handling list. |
Points | integer | 40 | the deduction value of a single deduction item. |
TotalCount | integer | 15 | the total number of security risks to be strengthened. |
Description | string | You have 4 RDS affected | description of security risk handling recommendations. |
SubType | string | CLOUD_HC_RDS | the type of security risk to be processed. |
RequestId | string | F35F45B0-5D6B-4238-BE02-A62D0760E840 | the unique identifier generated by alibaba cloud for this request. |
Title | string | RDS-database security policy check fails and there is a security risk | the name of the security risk pending item. |
SuggestType | string | SS_ALARM | the 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 |
Detail | array | No 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
}
}