All Products
Search
Document Center

Security Center:ListBaselineCheckWhiteRecord

Last Updated:May 22, 2025

Queries the whitelist rules for a baseline check item.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
CheckIdsarrayNo

The IDs of check items.

CheckIdlongNo

The ID of the check item.

Note You can call the DescribeCheckWarningSummary operation to query the IDs of check items.
58
RecordIdsarrayNo

The IDs of the whitelist rules.

RecordIdlongNo

The ID of the whitelist rule.

496242
SourcestringNo

The data source. If you leave this parameter empty, the default value is used. Valid values:

  • default: server
  • agentless: agentless detection
agentless
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
CheckItemFuzzystringNo

The name of the check item. Fuzzy match is supported.

redis
CurrentPageintegerNo

The page number. Pages start from page 1. Default value: 1.

1
PageSizeintegerNo

The number of entries per page.

20

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Listarray<object>

The whitelist rules.

Listobject

The whitelist rule.

RecordIdlong

The ID of the whitelist rule.

79412
CheckIdlong

The ID of the check item.

696
TargetTypestring

The type of the assets on which the whitelist rule takes effect. Valid values:

  • all_instance: all servers
  • instance: specific servers
instance
Targetstring

The object that is added to the whitelist.

HOST_BASELINE_WHITE_LIST_21
Reasonstring

The reason why the check item is added to the whitelist.

AutoTest
Sourcestring

The data source. Valid values:

  • default: server
  • agentless: agentless detection
agentless
Langstring

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
en
CheckItemstring

The description of the check item.

Config the Event Audit policys
CheckTypestring

The type of the check item.

Security audit
CheckTypeDisNamestring

The display name of the check item type.

Security audit
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

1
PageSizeinteger

The number of entries per page.

20
TotalCountinteger

The total number of entries returned.

45
Countinteger

The number of entries returned on the current page.

2
RequestIdstring

The request ID.

9F4E6157-9600-5588-86B9-38F09067****

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "RecordId": 79412,
      "CheckId": 696,
      "TargetType": "instance",
      "Target": "HOST_BASELINE_WHITE_LIST_21",
      "Reason": "AutoTest",
      "Source": "agentless",
      "Lang": "en",
      "CheckItem": "Config the Event Audit policys",
      "CheckType": "Security audit",
      "CheckTypeDisName": "Security audit"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 45,
    "Count": 2
  },
  "RequestId": "9F4E6157-9600-5588-86B9-38F09067****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.