All Products
Search
Document Center

Security Center:ListCheckResult

Last Updated:Mar 24, 2026

Retrieves the details of the risk items that are detected in the configuration checks on cloud services.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

StandardIds

array

No

The standard IDs.

integer

No

The standard ID.

2

RequirementIds

array

No

The IDs of the requirements.

integer

No

The ID of the requirement.

2

Statuses

array

No

The statuses of check items. Separate multiple statuses with commas (,). Valid values:

  • PASS

  • NOT_PASS

  • CHECKING

  • NOT_CHECK

  • WHITELIST

string

No

The statuses of check items. Separate multiple states with commas (,). Valid values:

  • PASS

  • NOT_PASS

  • CHECKING

  • NOT_CHECK

  • WHITELIST

  • FAILED

PASS

RiskLevels

array

No

The risk levels of check items. Separate multiple risk levels with commas (,). Valid values:

  • HIGH

  • MEDIUM

  • LOW

string

No

The risk levels of check items. Separate multiple risk levels with commas (,). Valid values:

  • HIGH

  • MEDIUM

  • LOW

HIGH

Vendors

array

No

The cloud service providers. Valid values:

  • ALIYUN: Alibaba Cloud

  • TENCENT: Tencent Cloud

  • AWS: Amazon Web Services (AWS)

  • MICROSOFT: Microsoft Azure

string

No

The cloud service provider. Valid values:

  • ALIYUN: Alibaba Cloud

  • TENCENT: Tencent Cloud

  • AWS: AWS

  • MICROSOFT: Microsoft Azure

ALIYUN

InstanceTypes

array

No

The asset type of the cloud services. Valid values:

  • ECS: Elastic Compute Service (ECS)

  • SLB: Server Load Balancer (SLB)

  • RDS: ApsaraDB RDS

  • MONGODB: ApsaraDB for MongoDB (MongoDB)

  • KVSTORE: ApsaraDB for Redis (Redis)

  • ACR: Container Registry

  • CSK: Container Service for Kubernetes (ACK)

  • VPC: Virtual Private Cloud (VPC)

  • ACTIONTRAIL: ActionTrail

  • CDN: Alibaba Cloud CDN (CDN)

  • CAS: Certificate Management Service (formerly SSL Certificates Service)

  • RDC: Apsara Devops

  • RAM: Resource Access Management (RAM)

  • DDOS: Anti-DDoS

  • WAF: Web Application Firewall (WAF)

  • OSS: Object Storage Service (OSS)

  • POLARDB: PolarDB

  • POSTGRESQL: ApsaraDB RDS for PostgreSQL

  • MSE: Microservices Engine (MSE)

  • NAS: File Storage NAS (NAS)

  • SDDP: Sensitive Data Discovery and Protection (SDDP)

  • EIP: Elastic IP Address (EIP)

string

No

The asset type of the cloud service. Valid values:

  • ECS: ECS

  • SLB: SLB

  • RDS: ApsaraDB RDS

  • MONGODB: MongoDB

  • KVSTORE: Redis

  • ACR: Container Registry

  • CSK: ACK

  • VPC: VPC

  • ACTIONTRAIL: ActionTrail

  • CDN: CDN

  • CAS: Certificate Management Service (formerly SSL Certificates Service)

  • RDC: Apsara Devops

  • RAM: RAM

  • DDOS: Anti-DDoS

  • WAF: WAF

  • OSS: OSS

  • POLARDB: PolarDB

  • POSTGRESQL: ApsaraDB RDS for PostgreSQL

  • MSE: MSE

  • NAS: NAS

  • SDDP: SDDP

  • EIP: EIP

ECS

CheckKey

string

No

The key that you want to use to search for check items in fuzzy match mode.

OSS

CurrentPage

integer

No

The page number.

2

PageSize

integer

No

The number of entries per page. Maximum value: 100.

50

InstanceIds

array

No

The instance IDs of the cloud services that you want to query. Separate multiple IDs with commas (,).

string

No

The instance IDs of the cloud services that you want to query. Separate multiple IDs with commas (,).

i-bp1du66x6w07z4yya****

Lang

string

No

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

  • zh: Chinese

  • en: English

zh

SortTypes

array

No

The types of the conditions based on which check items are sorted. Valid values:

  • RISK_LEVEL: risk level

  • STATUS: status

string

No

The type of the condition based on which check items are sorted. Valid values:

  • RISK_LEVEL: risk level

  • STATUS: status

STATUS

Types

array

No

The types of check standards.

string

No

The type of the check standard. Valid values:

  • RISK: Alibaba Cloud best security practices

  • COMPLIANCE: Center for Internet Security (CIS) compliance

  • IDENTITY_PERMISSION: identity and permission management

RISK

RegionId

string

No

The region ID of the instance. Valid values:

  • cn-hangzhou: International

  • ap-southeast-1: Singapore

cn-hangzhou

CustomParam

boolean

No

Specifies whether the check item supports custom parameters. Valid values:

  • true

  • false

true

CheckIds

array

No

The IDs of the check items.

integer

No

The ID of the check item.

358

OperationTypes

array

No

Specifies whether fixing is supported. Valid values:

  • SUPPORT_REPAIR

  • NOT_SUPPORT_REPAIR

string

No

Specifies whether fixing is supported. Valid values:

  • SUPPORT_REPAIR

  • NOT_SUPPORT_REPAIR

SUPPORT_REPAIR

CheckTypes

array

No

Source type of the situation awareness check item.

string

No

The source type of the Situation Awareness check item:

  • CUSTOM: User-defined

  • SYSTEM: Predefined by the Situation Awareness platform

SYSTEM

TaskSources

array

No

Delete the custom category in a custom inspection item.

string

No

Task source. The value can be:

  • YAO_CHI: YaoChi.

YAO_CHI

ResourceDirectoryAccountId

integer

No

The Alibaba Cloud account ID of the member in the resource directory.

Note

You can call the DescribeMonitorAccounts operation to obtain the IDs.

127608589417****

Response elements

Element

Type

Description

Example

object

ListCheckResultResponse

Checks

array<object>

The check items.

array<object>

The check result.

CheckPolicies

array<object>

The check policies.

object

The information about the standards, requirement items, and sections that are associated with the check result.

StandardId

integer

The standard ID of the check item.

1

StandardShowName

string

The standard display name of the check item.

Best security practices

RequirementId

integer

The ID of the requirement item for the check item.

2

RequirementShowName

string

The display name of the requirement item for the check item.

Alibaba cloud OSS best security practices

SectionId

integer

The ID of the section for the check item.

3

SectionShowName

string

The display name of the section for the check item.

Log Audit

CheckId

integer

The ID of the check item.

5

CheckShowName

string

The name of the check item.

OSS-PublicReadOpenManifestFileWithoutEncryption

Vendor

string

The cloud service provider.

ALIYUN

VendorShowName

string

The name of the cloud service provider.

Aliyun

InstanceType

string

The asset type of the cloud service. Valid values:

  • ECS: ECS

  • SLB: SLB

  • RDS: ApsaraDB RDS

  • MONGODB: MongoDB

  • KVSTORE: Redis

  • ACR: Container Registry

  • CSK: ACK

  • VPC: VPC

  • ACTIONTRAIL: ActionTrail

  • CDN: CDN

  • CAS: Certificate Management Service (formerly SSL Certificates Service)

  • RDC: Apsara Devops

  • RAM: RAM

  • DDOS: Anti-DDoS

  • WAF: WAF

  • OSS: OSS

  • POLARDB: PolarDB

  • POSTGRESQL: ApsaraDB RDS for PostgreSQL

  • MSE: MSE

  • NAS: NAS

  • SDDP: SDDP

  • EIP: EIP

ECS

InstanceSubType

string

The asset subtype of the cloud service. Valid values:

  • If the InstanceType parameter is set to ECS, this parameter supports the following valid values:

    • INSTANCE

    • DISK

    • SECURITY_GROUP

  • If the InstanceType parameter is set to ACR, this parameter supports the following valid values:

    • REPOSITORY_ENTERPRISE

    • REPOSITORY_PERSON

  • If the InstanceType parameter is set to RAM, this parameter supports the following valid values:

    • ALIAS

    • USER

    • POLICY

    • GROUP

  • If the InstanceType parameter is set to WAF, this parameter supports the following valid values:

    • DOMAIN

  • If the InstanceType parameter is set to other values, this parameter supports the following valid values:

    • INSTANCE

DISK

RiskLevel

string

The risk level of the check item. Valid values:

  • HIGH

  • MEDIUM

  • LOW

HIGH

Status

string

The status of the check item. Valid values:

  • PASS: passed

  • NOT_PASS: failed

  • CHECKING: being checked

  • NOT_CHECK: not checked

  • WHITELIST: added to the whitelist

  • FAILED: failed

PASS

TaskId

string

The ID of the check task.

64

LastCheckTime

integer

The timestamp when the last check was performed. Unit: milliseconds.

1657793398000

TrialPermission

boolean

Indicates whether the TRIAL permission is required.

true

StatusMessage

string

The message returned if the status of the check item is abnormal.

TIMEOUT

CheckSaleType

integer

The type of the check item. Valid values:

  • 0: paid

  • 1: free

1

AssetVendor

integer

The service provider of the asset. Valid values:

  • 0: Alibaba Cloud

  • 3: Huawei Cloud

  • 4: Microsoft Azure

  • 5: AWS

  • 7: Tencent Cloud

3

CheckType

string

The source type of the situation awareness check item:

  • CUSTOM: User-defined

  • SYSTEM: Predefined by the situation awareness platform

SYSTEM

AssetType

integer

The type of the asset. Valid values:

  • 0: an ECS instance

  • 1: a SLB instance

  • 2: a NAT gateway

  • 3: an ApsaraDB RDS instance

  • 4: an ApsaraDB for MongoDB instance

  • 5: an ApsaraDB for Redis instance

  • 6: a container image

  • 7: a container

0

AssetSubType

integer

The subtype of the cloud service.

0

OperationType

string

Indicates whether fixing is supported. Valid values:

  • SUPPORT_REPAIR

  • NOT_SUPPORT_REPAIR

NOT_SUPPORT_REPAIR

TrialPermissionType

integer

Check whether the data delivery period for ActionTrail is enabled for more than 30 days to establish a baseline of behaviour.

  • 0: REQUIRED

  • 1: NOT REQUIRED

1

PageInfo

object

The pagination information.

CurrentPage

integer

The page number.

1

PageSize

integer

The number of entries per page.

20

TotalCount

integer

The total number of entries returned.

100

Count

integer

The number of entries returned on the current page.

2

RequestId

string

The ID of the request.

F9B6DD67-B289-5406-B35C-B0F4A217S23

Examples

Success response

JSON format

{
  "Checks": [
    {
      "CheckPolicies": [
        {
          "StandardId": 1,
          "StandardShowName": "Best security practices",
          "RequirementId": 2,
          "RequirementShowName": "Alibaba cloud OSS best security practices",
          "SectionId": 3,
          "SectionShowName": "Log Audit"
        }
      ],
      "CheckId": 5,
      "CheckShowName": "OSS-PublicReadOpenManifestFileWithoutEncryption",
      "Vendor": "ALIYUN",
      "VendorShowName": "Aliyun",
      "InstanceType": "ECS",
      "InstanceSubType": "DISK",
      "RiskLevel": "HIGH",
      "Status": "PASS",
      "TaskId": "64",
      "LastCheckTime": 1657793398000,
      "TrialPermission": true,
      "StatusMessage": "TIMEOUT",
      "CheckSaleType": 1,
      "AssetVendor": 3,
      "CheckType": "SYSTEM",
      "AssetType": 0,
      "AssetSubType": 0,
      "OperationType": "NOT_SUPPORT_REPAIR",
      "TrialPermissionType": 1
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 100,
    "Count": 2
  },
  "RequestId": "F9B6DD67-B289-5406-B35C-B0F4A217S23"
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParam Illegal param
400 RdCheckNoPermission Resource directory account verification has no permission.
500 ServerError ServerError
500 RdCheckInnerError Resource directory account service internal error.
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.