Domain name for API request: csip.intl.tencentcloudapi.com.
Get the historical record list of baseline risk corrections, used to show fixed detection items and corresponding assets on the "Correction Record" page.
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: DescribeBaselineFixRecordList. |
| 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 |
| Filters.N | No | Array of Filters | Universal Filter Criteria. Supported fields: ItemName (detection item Name, blurry), PolicyName (baseline Name, blurry), InstanceName (host Name, blurry), InstanceID (instance ID, exact), IP (IP, blurry). Different Names have an AND relationship with each other. Multiple Values under the same Name have an OR relationship. |
| Limit | No | Integer | Number of items per page for paging query. Maximum value: 100. If exceeded, the server will automatically roll back to the default value of 10. |
| Offset | No | Integer | Paging query starting offset amount, starting from 0. |
| Order | No | String | Sorting order. Valid values: asc (in ascending order) or desc (in descending order). Default: desc. |
| By | No | String | Sort field name. Values: FixTime (repair time), ID (record ID). Default: sort by ID in descending order. |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of BaselineFixRecord | Baseline risk repair record list. |
| TotalCount | Integer | Total number of secrets |
| 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: DescribeBaselineFixRecordList
<Common request parameters>
{
"MemberId": [
"mem-tencent-6*************29"
],
"Limit": 10,
"Offset": 0,
"Order": "asc",
"By": "ID"
}
{
"Response": {
"List": [
{
"AppID": 200000000,
"AssetType": "HOST",
"DiscoveryTime": "1970-01-01T00:00:00Z",
"FixTime": "2026-07-15T08:36:09Z",
"HostInfo": {
"AgentStatus": "ONLINE",
"Appid": 200000000,
"CloudTag": [],
"InstanceID": "lh**********o4",
"InstanceStatus": "RUNNING",
"Name": "Vulnerability Phase 2 Trial lh-1",
"OsInfo": "Ubuntu Server 22.04 LTS 64bit",
"PrivateIP": "10.1.0.2",
"ProtectVersion": "ULTIMATE",
"PublicIP": "1.14.91.114",
"QUUID": "c*********************************8f",
"RegionInfo": {
"Region": "ap-guangzhou",
"RegionCode": "",
"RegionId": 0,
"RegionName": "Guangzhou",
"RegionNameEn": "Guangzhou"
},
"TagItem": [
{
"Color": "red",
"Description": "",
"ID": 123,
"TagKey": "csip",
"TagKeyEn": "csip",
"TagValue": "csip",
"TagValueEn": "csip"
}
],
"UUID": "c*********************************8f"
},
"ID": 1,
"ItemInfo": {
"AffectedVersionList": [],
"Category": {
"CheckAssetType": "HOST",
"Description": "Level Protection 2.0 second level security requirements, suitable for general business systems"
"ID": 144,
"Name": "Level-2 cybersecurity classified protection - Ubuntu 22 security baseline check"
},
"CheckObject": [
"HOST"
],
"CustomItemID": 0,
"CustomValueList": [],
"DefaultValueList": [],
"Description": "Configures the maximum size of audit log files. Once a log reaches the maximum size, it will be rotated and a new log file started."
"FixSuggestion": "Set the following parameters in /etc/audit/auditd.conf according to the site policy (<MB> replace with a specific number):\nmax_log_file = <MB>.",
"ID": 3249,
"IsCustomConf": false,
"Name": "Underwrite the configured audit log storage size"
"ReferenceLink": "",
"RiskLevel": "MEDIUM",
"RuleID": 11996,
"SupportCustomValue": false,
"SupportFix": false,
"SystemCategory": {
"CheckAssetType": "HOST",
"Description": "Level Protection 2.0 second level security requirements, suitable for general business systems"
"ID": 222,
"Name": "Level-2 of Multi-Level Protection Scheme 2.0"
},
"WebEditParam": ""
}
}
],
"TotalCount": 4,
"RequestId": "f3da60c4-5469-4dd5-baa4-7590ab0389c0"
}
}
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.
피드백