You can call this operation to query the types of check items. Each check item is categorized into a type. Types of check items include identity authentication and permissions, network access control, log audit, data security, alerts, and basic protection.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeRiskItemType |
The operation that you want to perform. Set the value to DescribeRiskItemType. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
List | Array |
The information about the check item. |
|
Id | Long | 1 |
The ID of the check item. |
Title | String | Identity authentication and permissions |
The type of the check item. Example: Identity authentication and permissions. |
RequestId | String | 3B3F3A90-46A5-4023-A2D8-D68B14262F96 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeRiskItemType
&<Common request parameters>
Sample success responses
XML
format
<DescribeRiskItemType>
<RequestId>3B3F3A90-46A5-4023-A2D8-D68B14262F96</RequestId>
<List>
<Title>Identity authentication and permissions</Title>
<Id>1</Id>
</List>
<List>
<Title>Network access control</Title>
<Id>2</Id>
</List>
<List>
<Title>Log audit</Title>
<Id>3</Id>
</List>
<List>
<Title>Data security</Title>
<Id>4</Id>
</List>
<List>
<Title>Basic protection</Title>
<Id>6</Id>
</List>
</DescribeRiskItemType>
JSON
format
{
"RequestId":"3B3F3A90-46A5-4023-A2D8-D68B14262F96",
"List":[
{
"Id":1,
"Title":"Identity authentication and permissions"
},
{
"Id":2,
"Title":"Network access control"
},
{
"Id":3,
"Title":"Log audit"
},
{
"Id":4,
"Title":"Data security"
},
{
"Id":6,
"Title":"Basic protection"
}
]
}
Error codes
For a list of error codes, visit the API Error Center.