DescribeDomains
1. API Description
This interface is used to query information about multiple accelerated domain names. Users can query based on conditions such as ID or name.
2. Request Parameters
The following request parameter list includes only the necessary parameters for the interface
Parameter Name | Required | Type | Description |
---|---|---|---|
domainIds | No | Array of String | Accelerated domain IDs. Supports up to 100 IDs for querying. |
domainName | No | String | Accelerated domain name |
domainStatus | No | String | |
configStatus | No | String | |
accelerationRegionId | No | String | |
businessTypeId | No | String | |
resourceGroupId | No | String | Resource group ID. If not provided, returns instances in all visible resource groups. |
pageSize | No | Integer | Size of the returned page. Defaults to 20, maximum is 1000. |
pageNum | No | Integer | Page number of the returned data. Defaults to 1. |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
requestId | String | Unique request ID, returned with each request. Provide this requestId when locating issues. |
totalCount | Integer | Total number of data that meets the conditions. |
dataSet | Array of DomainInfo | Result set. |
4. Code Example
Paginate through the list of accelerated domains
5. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated