Queries the details about a check item that is used for configuration assessment.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:GetCheckDetail | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CheckId | long | Yes | The ID of the check item. | 2 |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| en |
RegionId | string | No | The ID of the region in which the server resides. | cn-hangzhou |
Response parameters
Examples
Sample success responses
JSON
format
{
"Description": {
"Type": "text",
"Value": "The MSE instance does not enable authentication by default. If public network access is enabled at the same time, the data in the configuration center may be dragged and there is a security risk.",
"Link": "https://www.alibabacloud.com/help/en/object-storage-service/latest/tutorial-implement-data-sharing-across-departments-based-on-bucket-policies"
},
"Solution": {
"Type": "text",
"Value": "Enter the MSE product console - registration and configuration center - instance list, click the corresponding instance name to enter the instance details, find the public network whitelist setting option in the basic information, and configure the whitelist according to business needs. It is forbidden to configure 0.0.0.0 or the whitelist as null.",
"Link": "https://www.alibabacloud.com/help/en/object-storage-service/latest/tutorial-implement-data-sharing-across-departments-based-on-bucket-policies"
},
"AssistInfo": {
"Type": "text",
"Value": "Configure an IP address whitelist",
"Link": "https://www.alibabacloud.com/help/en/resource-access-management/latest/faq-about-ram-users"
},
"RequestId": "15A6ED6A-DBFE-5255-A248-289907809BEC",
"CustomConfigs": [
{
"Name": "SessionTimeMax",
"TypeDefine": "{\\\"type\\\":\\\"NUMBER\\\",\\\"range\\\":[1,24]}",
"DefaultValue": "12",
"Value": "11",
"ShowName": "Maximum session time\n"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-21 | The response structure of the API has changed | View Change Details |
2024-04-29 | The response structure of the API has changed | View Change Details |
2023-01-11 | API Description Update. The API operation is not deprecated. | View Change Details |
2022-07-22 | Add Operation | View Change Details |