All Products
Search
Document Center

Security Center:ListCheckItems

Last Updated:Jan 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

List custom check items for situational awareness

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:ListCheckItemsget
*CustomCheckItem
acs:yundun-sas:{#regionId}:{#accountId}:customcheckitem/{#CheckId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
CheckIdlongNo

The ID of the check item.

100000000001
CheckShowNamestringNo

The name of the custom check item.

testCheckItemName
CheckTypesarrayNo

The source type of the situational awareness check item.

stringNo

The type of the check item (identifies whether the policy is a system check item or a user check item):

  • CUSTOM: User-defined
  • SYSTEM: System-defined
SYSTEM
LangstringNo

The language type for requests and responses. The default value is zh. Values:

  • zh: Chinese
  • en: English
zh
StatusesarrayNo

The status of the check item.

stringNo

The status of the check item. Values:

  • EDIT: In editing
  • RELEASE: Released
RELEASE
PageSizeintegerNo

Specifies the maximum number of data entries to display per page when performing a paginated query. The default number of data entries displayed per page is 20, and if the PageSize parameter is empty, it will default to returning 20 data entries.

Note It is recommended that the PageSize value is not left empty.
20
CurrentPageintegerNo

Specifies the page number to display when performing a paginated query. The starting value is 1, and the default value is 1.

1

Response parameters

ParameterTypeDescriptionExample
object

The response body of the API.

RequestIdstring

The ID of the current request, which is a unique identifier generated by Alibaba Cloud for this request and can be used for troubleshooting and problem localization.

7BC55C8F-226E-5AF5-9A2C-2EC43864****
CheckItemsarray<object>

Information about the check items.

CheckItemsobject

Information about the check items.

CheckIdlong

The ID of the check item.

100000000001
CheckShowNamestring

The name of the check item.

testCheckItemName
Vendorstring

The cloud asset vendor.

ALIYUN
InstanceTypestring

The asset type of the cloud product.

ECS
InstanceSubTypestring

The sub-type of the cloud product's asset.

DISK
RiskLevelstring

The risk level of the check item. Values:

  • HIGH: High risk
  • MEDIUM: Medium risk
  • LOW: Low risk
HIGH
Statusstring

The status of the check item. Values:

  • EDIT: In editing
  • RELEASE: Released
EDIT
CheckPoliciesarray<object>

A list of standard, regulation, and section information associated with the check result.

checkPolicyobject

检查结果关联的标准、条例、章节信息。

StandardIdlong

检查项的标准 ID。

10000000001
StandardShowNamestring

The display name of the standard for the check item.

testStandardShowName
RequirementIdlong

The ID of the requirement for the check item.

10000000001
RequirementShowNamestring

The display name of the requirement for the check item.

testRequirementShowName
SectionIdlong

The ID of the section for the check item.

10000000001
SectionShowNamestring

The display name of the section for the check item.

testSectionShowName
Typestring

The name of the associated policy category:

  • AISPM:AI Configuration Management (AI-SPM)
  • KISPM:Kubernetes Configuration Management (KSPM)
  • IDENTITY_PERMISSION:Identity and Permission Management (CIEM)
  • RISK:Security Risk
  • COMPLIANCE:Compliance Risk
AISPM
Descriptionobject

The description information of the check item.

Typestring

The type of the check description attribute. Values:

  • text:Text
text
Valuestring

The specific content of the description.

custom description.
Solutionobject

The solution information for the check item.

Typestring

The type of the check item solution information. Values:

  • text:Text
text
Valuestring

The content of the solution for the check item risk.

test solution.
AssistInfoobject

The help information for the check item.

Typestring

The type of the help information for the check item risk. Values:

  • text:Text
text
Valuestring

The content of the help information for the check item risk.

test assistInfo.
CheckRulestring

自定义检查项定义规则。

{"AssociatedData":{"ToDataList":[{"DataName":"ACS_ECS_Instance","PropertyPath":"InstanceId","FromPropertyPath":"InstanceId"}]},"MatchProperty":{"Operator":"AND","MatchProperties":[{"DataName":"ACS_ECS_Disk","PropertyPath":"InstanceId","MatchOperator":"EQ","MatchPropertyValue":"testId"},{"DataName":"ACS_ECS_Instance","PropertyPath":"InstanceId","MatchOperator":"EQ","MatchPropertyValue":"testInstanceId"}]}}
CheckTypestring

The source type of the Security Posture check item:

  • CUSTOM: User-defined
  • SYSTEM: Predefined by the Security Posture platform
SYSTEM
Remarkstring

Remark information.

remark.
PageInfoobject

Page information for paginated queries.

TotalCountinteger

Total number of data entries found.

100
Countinteger

Number of data entries displayed on the current page in a paginated query.

20
CurrentPageinteger

The page number of the current page when performing a paginated query.

1
PageSizeinteger

The maximum number of records displayed per page when performing a paginated query.

20

Examples

Sample success responses

JSONformat

{
  "RequestId": "7BC55C8F-226E-5AF5-9A2C-2EC43864****",
  "CheckItems": [
    {
      "CheckId": 100000000001,
      "CheckShowName": "testCheckItemName",
      "Vendor": "ALIYUN",
      "InstanceType": "ECS",
      "InstanceSubType": "DISK",
      "RiskLevel": "HIGH",
      "Status": "EDIT",
      "CheckPolicies": [
        {
          "StandardId": 10000000001,
          "StandardShowName": "testStandardShowName",
          "RequirementId": 10000000001,
          "RequirementShowName": "testRequirementShowName",
          "SectionId": 10000000001,
          "SectionShowName": "testSectionShowName",
          "Type": "AISPM"
        }
      ],
      "Description": {
        "Type": "text",
        "Value": "custom description."
      },
      "Solution": {
        "Type": "text",
        "Value": "test solution."
      },
      "AssistInfo": {
        "Type": "text",
        "Value": "test assistInfo."
      },
      "CheckRule": {
        "AssociatedData": {
          "ToDataList": [
            {
              "DataName": "ACS_ECS_Instance",
              "PropertyPath": "InstanceId",
              "FromPropertyPath": "InstanceId"
            }
          ]
        },
        "MatchProperty": {
          "Operator": "AND",
          "MatchProperties": [
            {
              "DataName": "ACS_ECS_Disk",
              "PropertyPath": "InstanceId",
              "MatchOperator": "EQ",
              "MatchPropertyValue": "testId"
            },
            {
              "DataName": "ACS_ECS_Instance",
              "PropertyPath": "InstanceId",
              "MatchOperator": "EQ",
              "MatchPropertyValue": "testInstanceId"
            }
          ]
        }
      },
      "CheckType": "SYSTEM",
      "Remark": "remark."
    }
  ],
  "PageInfo": {
    "TotalCount": 100,
    "Count": 20,
    "CurrentPage": 1,
    "PageSize": 20
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ParamIllegal.%sThe parameter %s is invalid, please fill it in again.Invalid parameter, please fill in again

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

Change history

Change timeSummary of changesOperation
2025-11-13Add OperationView Change Details