Queries the information about an automatic configuration check on cloud services.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSONformat
{
"CycleDays": [
0
],
"StartTime": 0,
"EndTime": 6,
"Standards": [
{
"Id": 1,
"ShowName": "Cloud service configuration management\n",
"Type": "RISK",
"Status": "ON"
}
],
"RequestId": "5A3D5C8F-2A42-5477-BDD8-27E64B5F1739",
"EnableAutoCheck": true,
"EnableAddCheck": false,
"SelectedChecks": [
{
"CheckId": 3,
"SectionId": 69
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | - |
| 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 |
|---|---|---|
| 2025-12-15 | The Error code has changed | View Change Details |
| 2023-07-17 | The Error code has changed. The response structure of the API has changed | View Change Details |
| 2023-01-11 | API Description Update. The Error code has changed. The request parameters of the API has changed | View Change Details |
