Queries the types of all cloud service configuration check items.
Operation description
This operation is offline. Use the upgraded operation ListCheckStandard instead.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeRiskItemType |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
183.237.XX.XX |
| Lang |
string |
No |
The language of the request and response. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. It is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot issues. |
3B3F3A90-46A5-4023-A2D8-D68B14262F96 |
| List |
array<object> |
The collection of cloud service configuration check item types. |
|
|
object |
The cloud service configuration check item type information. |
||
| Id |
integer |
The ID of the cloud service configuration check item. |
37625 |
| Title |
string |
The name of the check type. |
身份认证及权限 |
Examples
Success response
JSON format
{
"RequestId": "3B3F3A90-46A5-4023-A2D8-D68B14262F96",
"List": [
{
"Id": 37625,
"Title": "身份认证及权限"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.