Skip to main content

DescribeRiskCheckResult

Description

call the DescribeRiskCheckResult interface to query the detection results of the check items, which can be filtered according to the category or name.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeRiskCheckResult

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StatusBODYstringNopassthe status of the check result. Value: pass: through failed: failed running: running waiting: waiting to run ignored: ignored falsePositive: marked false positive
PageSizeBODYintegerNo10the maximum number of data displayed on each page during paging query.
LangBODYstringNozhthe language type of the request and receive message. Value: zh: Chinese en: English
versionBODYstringNo2016-01-01version of api
GroupIdBODYlongNo21000detection item category ID. Value: 1: authentication and permissions 2: network access control 3: log audit 4: data security 5: monitoring alarm 6: basic security protection
NameBODYstringNocloud platform-primary account two-factor authentication configuration checkcheck item name. For details of check item names and corresponding risk check items, please refer to the risk check item table after the parameters returned in this document.
ItemIds.NBODYrepeatlistNosde***check item ID. For details of the risk check items corresponding to the ID value, please refer to the risk check item table after the parameter returned in this document.
AssetTypeBODYstringNoRDSthe type of cloud product checked. For more information about the risk check items corresponding to the cloud product type, see the risk check item table after the parameters are returned in this document.
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
CurrentPageBODYintegerNo1the page number of the current page displayed when paging query.
regionIdBODYstringYesNo sample value for this parameter.region id
RiskLevelBODYstringNohighcheck item risk level. Value: high: high risk medium: medium risk low: low risk

Return data

NameTypeSample valueDescription
RequestIDstring1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DCRequest id

Example

Successful Response example

{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}

Failed Response example

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

}