Queries all accelerated domain names with specified features configured that belong to your Alibaba Cloud account based on the FuncId parameter.
Operation description
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
FuncId | integer | Yes | The ID of the feature. For more information about how to query feature IDs, see Parameters for configuring features for domain names. For example, the ID of the origin host feature (set_req_host_header) is 18. | 7 |
FuncFilter | string | No | Specifies whether the feature that is specified by the FuncId parameter is enabled.
| config |
DomainName | string | No | The accelerated domain name whose ICP filing status you want to update. | example.com |
PageNumber | integer | No | The number of the page to return. Default value: 1. Valid values: 1 to 100000. | 1 |
PageSize | integer | No | The number of entries to return on each page. Default value: 20. Valid values: 1 to 500. | 20 |
ResourceGroupId | string | No | The ID of the resource group. | rg-acfmyuji4b6r4** |
MatchType | string | No | The type of the search. Default value: exact_match. Valid values:
| exact_match |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "AA75AADB-5E25-4970-B480-EAA1F5658483",
"PageNumber": 1,
"PageSize": 5,
"TotalCount": 16,
"Domains": {
"PageData": [
{
"GmtCreated": "2015-10-28T09:32:51Z",
"SslProtocol": "on",
"Description": "audit failed",
"ResourceGroupId": "rg-acfmyuji4b6r4**",
"Sandbox": "normal",
"DomainStatus": "configure_failed",
"Cname": "example.com.w.alikunlun.net",
"GmtModified": "2015-10-28T11:05:50Z",
"DomainName": "example.com",
"Sources": {
"Source": [
{
"Type": "oss",
"Weight": "20",
"Priority": "20",
"Port": 80,
"Content": "image.developer.aliyundoc.com"
}
]
}
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidPageNumber.ValueNotSupported | The specified value of PageNumber is not supported. | The PageNumber parameter is set to an invalid value. Specify a valid value and try again. |
400 | InvalidPageSize.ValueNotSupported | The specified value of PageSize is invalid. | The PageSize parameter is set to an invalid. Specify a valid value and try again. |
400 | InvalidDomainStatus.ValueNotSupported | The specified value of DomainStatus is invalid. | The DomainStatus parameter is set to an invalid value. Specify a valid value and try again. |
400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | The specified domain name is invalid. |
400 | InvalidDomainSearchType.ValueNotSupported | The specified value of DomainSearchType is invalid. | The DomainSearchType parameter is set to an invalid value. Specify a valid value and try again. |
400 | InvalidChangeStartTime.Malformed | The specified ChangeStartTime is invalid. | The update start time is invalid. |
400 | InvalidChangeEndTime.Malformed | The specified ChangeEndTime is invalid. | The update end time is invalid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-16 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2023-03-02 | The Error code has changed | View Change Details |