Skip to main content

DescribeSecurityStatInfo

Description

call the DescribeSecurityStatInfo to query the statistical values of each security check item data and the daily statistical values in the security check item trend graph.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeSecurityStatInfo

Request Parameters Common Parameters

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

Return data

NameTypeSample valueDescription
LevelsOnlistNo sample value for this parameter.the urgency of the vulnerability to be fixed. Value: asap: high later: medium Nntf: low
SuspiciousCountintegerNo sample value for this parameter.the alarm level that occurred on that day is suspicious .
LaterCountintegerNo sample value for this parameter.the urgency of the vulnerability to be fixed on that day is number of vulnerabilities.
LowListlistNo sample value for this parameter.the number of low-risk baseline problems occurring at each statistical time point.
HealthCheckstructNo sample value for this parameter.details of baseline problem statistics.
AsapCountintegerNo sample value for this parameter.the urgency of the vulnerability to be fixed on that day is high number of vulnerabilities.
MediumCountintegerNo sample value for this parameter.the number of risk baseline problems on that day.
RemindListlistNo sample value for this parameter.the alarm level at each statistical time point is reminder the number of alerts for .
SuccessbooleanNo sample value for this parameter.the status of the returned query results. Value: true: success false: failed
AsapListlistNo sample value for this parameter.the urgency of the vulnerability to be fixed corresponding to each statistical time point is high .
LaterListlistNo sample value for this parameter.the urgency of the vulnerability to be fixed corresponding to each statistical time point is .
MediumListlistNo sample value for this parameter.the number of risk baseline problems at each statistical time point.
LowCountintegerNo sample value for this parameter.the number of low risk baseline problems on that day.
RemindCountintegerNo sample value for this parameter.the alarm level detected on the same day is reminder the number of alerts for .
AttackEventstructNo sample value for this parameter.attack count details.
DateArraylistNo sample value for this parameter.the statistical time point of the vulnerability trend chart to be fixed.
SecurityEventstructNo sample value for this parameter.statistics details of pending alarms.
HighListlistNo sample value for this parameter.the number of high-risk risk baselines corresponding to each statistical time point.
RequestIdstringNo sample value for this parameter.the unique identifier generated by alibaba cloud for this request.
SeriousListlistNo sample value for this parameter.the alarm level at each statistical time point is emergency the statistical number of alarm events for .
VulnerabilitystructNo sample value for this parameter.vulnerability statistics to be fixed.
NntfListlistNo sample value for this parameter.the urgency of the vulnerability to be fixed corresponding to each statistical time point is low .
SuspiciousListlistNo sample value for this parameter.the alarm level at each statistical time point is suspicious the statistical number of alarm events for .
TotalCountintegerNo sample value for this parameter.the number of vulnerabilities to be fixed on that day.
HighCountintegerNo sample value for this parameter.the number of high-risk baseline problems on that day.
ValueArraylistNo sample value for this parameter.the number of vulnerabilities to be fixed corresponding to each statistical time point.
SeriousCountintegerNo sample value for this parameter.the alarm level that occurred on that day is emergency .
NntfCountintegerNo sample value for this parameter.the urgency of the vulnerability to be fixed on that day is low number of vulnerabilities.

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
}

}