Skip to main content

DescribeRiskItemType

Description

call the DescribeRiskItemType interface to view the types of all cloud product configuration checks. Each detection item corresponds to a type. Check item types include identity authentication and permissions, network access control, log audit, data security, monitoring and alarm, and basic security protection.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeRiskItemType

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. zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring3B3F3A90-46A5-4023-A2D8-D68B14262F96request ID of the result.
TitlestringIdentity authentication and permissionscheck the type name. Such as "Identity Authentication and Permission".
ListarrayNo sample value for this parameter.cloud product configuration check item type information.
Idlong1the id of the cloud product configuration check item.

Example

Successful Response example

{
"RequestId":"3B3F3A90-46A5-4023-A2D8-D68B14262F96",
"Title":"Identity authentication and permissions",
"List":"",
"Id":"1"
}

Failed Response example

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

}