Queries domain names that have been removed from Alibaba Cloud CDN within your Alibaba Cloud account.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeCdnDeletedDomains |
The operation that you want to perform. Set the value to DescribeCdnDeletedDomains. |
PageNumber | Integer | No | 1 |
The number of the page to return. Pages start from page 1. Valid values: 1 to 100000. |
PageSize | Integer | No | 5 |
The number of entries to return on each page. Default value: 20. Valid values: 1 to 500. The value must be an integer. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Domains | Array of PageData |
The information about the accelerated domain names. |
|
PageData | |||
DomainName | String | example.com |
The accelerated domain name. |
GmtModified | String | 2015-10-28T11:05:52Z |
The last time when the accelerated domain name was modified. The time is in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC+0. |
PageNumber | Long | 1 |
The page number of the returned page. It corresponds to the request parameter PageNumber. |
PageSize | Long | 5 |
The number of entries returned per page. It corresponds to the request parameter PageSize. |
RequestId | String | AA75AADB-5E25-4970-B480-EAA1F5658483 |
The ID of the request. |
TotalCount | Long | 16 |
The total number of domain names returned. |
Examples
Sample requests
https://cdn.aliyuncs.com?&Action=DescribeCdnDeletedDomains&PageNumber=1&PageSize=5
&<Common request parameters>
Sample success responses
XML
format
<DescribeCdnDeletedDomainsResponse>
<PageNumber>1</PageNumber>
<TotalCount>16</TotalCount>
<PageSize>5</PageSize>
<RequestId>AA75AADB-5E25-4970-B480-EAA1F5658483</RequestId>
<Domains>
<PageData>
<DomainName>example.com</DomainName>
<GmtModified>2015-10-28T11:05:52Z</GmtModified>
</PageData>
<PageData>
<DomainName>example.org</DomainName>
<GmtModified>2015-10-28T11:05:50Z</GmtModified>
</PageData>
<PageData>
<DomainName>example.net</DomainName>
<GmtModified>2015-10-27T06:26:34Z</GmtModified>
</PageData>
<PageData>
<DomainName>example.edu</DomainName>
<GmtModified>2015-10-23T09:23:29Z</GmtModified>
</PageData>
<PageData>
<DomainName>aliyundoc.com</DomainName>
<GmtModified>2015-10-23T09:02:11Z</GmtModified>
</PageData>
</Domains>
</DescribeCdnDeletedDomainsResponse>
JSON
format
{
"PageNumber": 1,
"TotalCount": 16,
"PageSize": 5,
"RequestId": "AA75AADB-5E25-4970-B480-EAA1F5658483",
"Domains": {
"PageData": [
{
"DomainName": "example.com",
"GmtModified": "2015-10-28T11:05:52Z"
},
{
"DomainName": "example.org",
"GmtModified": "2015-10-28T11:05:50Z"
},
{
"DomainName": "example.net",
"GmtModified": "2015-10-27T06:26:34Z"
},
{
"DomainName": "example.edu",
"GmtModified": "2015-10-23T09:23:29Z"
},
{
"DomainName": "aliyundoc.com",
"GmtModified": "2015-10-23T09:02:11Z"
}
]
}
}
Error codes
For a list of error codes, visit the API Error Center.