Queries the standards of configuration checks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListCheckStandard |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Vendors |
array |
No |
The cloud service providers. Valid values:
|
|
|
string |
No |
The cloud service provider. Valid values:
|
ALIYUN |
|
| InstanceTypes |
array |
No |
The asset types of cloud services. |
|
|
string |
No |
The asset type of the cloud service. Valid values:
|
ECS |
|
| InstanceSubTypes |
array |
No |
The subtypes of cloud services. |
|
|
string |
No |
The subtype of the cloud service. |
INSTANCE |
|
| InstanceIds |
array |
No |
The instance IDs of the cloud services to which the check items belong. |
|
|
string |
No |
The instance ID of the cloud service to which the check item belongs. |
i-*** |
|
| Lang |
string |
No |
The language of the content within the request and response. Default value: zh. Valid values:
|
zh |
| TaskSources |
array |
No |
List of task sources. |
|
|
string |
No |
Task source. Values:
|
YAO_CHI |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Standards |
array<object> |
The standards. |
|
|
array<object> |
The standard. |
||
| Id |
integer |
The ID of the standard. |
1 |
| ShowName |
string |
The display name of the check item. |
Identity and permission management |
| Requirements |
array<object> |
The requirements. |
|
|
object |
The requirement. |
||
| Id |
integer |
The ID of the requirement. |
11 |
| ShowName |
string |
The display name of the search condition. |
RAM identity authentication |
| RiskCheckCount |
integer |
The number of check items in the requirement. |
10 |
| ShowPriorityLevel |
integer |
The priority for display. |
1 |
| Type |
string |
The type of the standard. |
IDENTITY_PERMISSION |
| ShowPriorityLevel |
integer |
The priority for display. |
1 |
| BindVendor |
integer |
The cloud service provider that uses the standard. Valid values:
|
3 |
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
FA91FBDA-*** |
Examples
Success response
JSON format
{
"Standards": [
{
"Id": 1,
"ShowName": "Identity and permission management",
"Requirements": [
{
"Id": 11,
"ShowName": "RAM identity authentication",
"RiskCheckCount": 10,
"ShowPriorityLevel": 1
}
],
"Type": "IDENTITY_PERMISSION",
"ShowPriorityLevel": 1,
"BindVendor": 3
}
],
"RequestId": "FA91FBDA-***"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.