Queries the details about baseline check policies.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 1.2.X.X |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
StrategyIds | string | No | The ID of the baseline check policy that you want to query. Separate multiple IDs with commas (,). | 8164248 |
CustomType | string | No | The type of the baseline check policy that you want to query. Valid values:
| custom |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "75C127E6-76CD-59A7-B6E4-1CBBDC98F2EB",
"Strategies": [
{
"Type": 2,
"ExecStatus": 1,
"PassRate": 0,
"CycleStartTime": 0,
"CustomType": "custom",
"EcsCount": 50,
"ProcessRate": 20,
"CycleDays": 1,
"RiskCount": 23,
"Name": "text2",
"Id": 8164248,
"ConfigTargets": [
{
"Flag": "add",
"Target": 10099713,
"TargetType": "groupId"
}
],
"StartTime": "00:00:00",
"EndTime": "03:00:00",
"Percent": "50%",
"UserModifyTime": 0
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | ConsoleError | The error message is %s %s. | - |
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-11-28 | The Error code has changed. The response structure of the API has changed | View Change Details |