All Products
Search
Document Center

CDN:DescribeCdnTypes

Last Updated:Aug 27, 2026

Queries the domain name types supported by Alibaba Cloud CDN.

Debugging

Debug

Run this operation in OpenAPI Explorer. OpenAPI Explorer automatically calculates the request signature and generates SDK code samples.

Authorization information

The following table lists the authorization details for this operation. Use the information in the Operation column to grant a RAM user or RAM role the permissions to call this operation.

  • Operation: the value to use in the Action element of a RAM policy to specify the operation on a resource.

  • Access level: the access level of each operation. Levels are read, write, and list.

  • Resource type: the type of resource on which you can grant permissions. Bold resource types are required. If the resource type is All Resources, permissions cannot be granted at the resource level.

  • Condition key: condition keys defined by the cloud service.

  • Associated operation: other operations that the RAM user or RAM role must have permission to perform in order to complete this operation.

OperationAccess levelResource typeCondition keyAssociated operation
cdn:DescribeCdnTypesnone*All Resourcesnonenone

Request parameters

No request parameters are required for this operation.

Response elements

ParameterTypeDescriptionExample
RequestIdstringThe request ID.BDA62CE4-3477-439A-B52E-D2D7C829D7C1
CdnTypesarray\<object\>The domain name types.
CdnTypeobjectA domain name type.
TypestringThe domain name type.download
DescstringThe description of the domain name type.Download Acceleration

Examples

Sample success response in JSON format:

{
  "RequestId": "BDA62CE4-3477-439A-B52E-D2D7C829D7C1",
  "CdnTypes": {
    "CdnType": [
      {
        "Type": "download",
        "Desc": "Download Acceleration"
      }
    ]
  }
}

Error codes

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

Release notes

Change timeSummaryOperation
2024-12-18API description updateView details