All Products
Search
Document Center

Security Center:ListCheckStandard

Last Updated:Mar 24, 2026

Queries the standards of configuration checks.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:ListCheckStandard

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Vendors

array

No

The cloud service providers. Valid values:

  • ALIYUN: Alibaba Cloud.

  • TENCENT: Tencent Cloud.

  • HUAWEICLOUD: Huawei Cloud.

  • MICROSOFT: Microsoft Azure.

  • AWS: Amazon Web Services (AWS).

string

No

The cloud service provider. Valid values:

  • ALIYUN: Alibaba Cloud

  • TENCENT: Tencent Cloud.

  • HUAWEICLOUD: Huawei Cloud.

  • MICROSOFT: Microsoft Azure.

  • AWS.

ALIYUN

InstanceTypes

array

No

The asset types of cloud services.

string

No

The asset type of the cloud service. 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: Alibaba Cloud 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).

ECS

InstanceSubTypes

array

No

The subtypes of cloud services.

string

No

The subtype of the cloud service.

INSTANCE

InstanceIds

array

No

The instance IDs of the cloud services to which the check items belong.

string

No

The instance ID of the cloud service to which the check item belongs.

i-***

Lang

string

No

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

  • zh: Chinese

  • en: English

zh

TaskSources

array

No

List of task sources.

string

No

Task source. Values:

  • YAO_CHI: Yaochi Console.

YAO_CHI

Response elements

Element

Type

Description

Example

object

The response parameters.

Standards

array<object>

The standards.

array<object>

The standard.

Id

integer

The ID of the standard.

1

ShowName

string

The display name of the check item.

Identity and permission management

Requirements

array<object>

The requirements.

object

The requirement.

Id

integer

The ID of the requirement.

11

ShowName

string

The display name of the search condition.

RAM identity authentication

RiskCheckCount

integer

The number of check items in the requirement.

10

ShowPriorityLevel

integer

The priority for display.

1

Type

string

The type of the standard.

IDENTITY_PERMISSION

ShowPriorityLevel

integer

The priority for display.

1

BindVendor

integer

The cloud service provider that uses the standard. Valid values:

  • 0: Alibaba Cloud.

  • 3: Tencent Cloud.

  • 4: Huawei Cloud.

  • 5: Microsoft Azure.

  • 7: AWS.

3

RequestId

string

The ID of the request, which is used to locate and troubleshoot issues.

FA91FBDA-***

Examples

Success response

JSON format

{
  "Standards": [
    {
      "Id": 1,
      "ShowName": "Identity and permission management",
      "Requirements": [
        {
          "Id": 11,
          "ShowName": "RAM identity authentication",
          "RiskCheckCount": 10,
          "ShowPriorityLevel": 1
        }
      ],
      "Type": "IDENTITY_PERMISSION",
      "ShowPriorityLevel": 1,
      "BindVendor": 3
    }
  ],
  "RequestId": "FA91FBDA-***"
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParam Illegal param
500 ServerError ServerError
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.