All Products
Search
Document Center

Security Center:ListInstanceCatalog

Last Updated:May 22, 2025

Queries the asset types and asset subtypes for configuration assessment.

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
LangstringNo

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

  • zh: Chinese
  • en: English
zh
RegionIdstringNo

The ID of the region in which the asset resides. Valid values:

  • cn-hangzhou: International
  • ap-southeast-1: Singapore
cn-hangzhou
TypesarrayNo

The types of check standards.

stringNo

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
StandardIdsarrayNo

The IDs of standards.

longNo

The IDs of standards.

Note You can call the ListCheckStandard operation to query the ID.
2
RequirementIdsarrayNo

The IDs of requirement items.

longNo

The IDs of requirement items.

Note You can call the ListCheckStandard operation to query the ID.
27

Response parameters

ParameterTypeDescriptionExample
object

GetCheckConfigResponse

RequestIdstring

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

0D42A83F-CE33-5F54-A5AE-05DA39F59E1B
Vendorsarray<object>

An array that consists of the asset types by service provider.

Vendorsobject

The asset type by service provider.

Namestring

The name of the service provider.

ALIYUN
InstanceTypesarray<object>

An array that consists of asset types.

InstanceTypesobject

The information about the asset type.

Namestring

The name of the asset type.

ECS
InstanceSubTypesarray<object>

An array that consists of asset subtypes.

InstanceSubTypesobject

The asset subtype.

Namestring

The name of the asset subtype.

SECURITY_GROUP

Examples

Sample success responses

JSONformat

{
  "RequestId": "0D42A83F-CE33-5F54-A5AE-05DA39F59E1B",
  "Vendors": [
    {
      "Name": "ALIYUN",
      "InstanceTypes": [
        {
          "Name": "ECS",
          "InstanceSubTypes": [
            {
              "Name": "SECURITY_GROUP"
            }
          ]
        }
      ]
    }
  ]
}

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.

Change history

Change timeSummary of changesOperation
No change history