Domain name for API request: csip.intl.tencentcloudapi.com.
Retrieve header data of the baseline overview page, including the total count of failed detection items, the number of fixes in the past one year, the last scan time, and whether period scanning is currently enabled.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeBaselineOverview. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Parameter Name | Type | Description |
|---|---|---|
| Statistics | BaselineOverviewStatistic | Baseline overview statistics (number of failed items for hosts/clusters and fixes in the past one year). |
| LatestScanTime | Timestamp ISO8601 | Last baseline scan completion time. |
| EnableCycleScan | Boolean | Whether any periodic scanning is currently enabled. true: on, false: off. |
| ScanningTaskCount | Integer | Number of in-progress scan main tasks. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeBaselineOverview
<Common request parameters>
{
"MemberId": [
"mem-tencent-6*************29"
]
}
{
"Response": {
"EnableCycleScan": true,
"LatestScanTime": "2026-08-11T07:03:26Z",
"ScanningTaskCount": 0,
"Statistics": {
"LastYearFixCount": 4,
"NotPassItemCount": 286,
"NotPassItemStatistic": [
{
"Name": "Unauthorized access",
"NotPassCount": 3,
"ParentCategoryID": 3,
"PolicyID": 0,
"PolicyType": "SYSTEM"
}
]
},
"RequestId": "1874d2ba-6376-47eb-b2e9-22f3a2378a92"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
피드백