Queries the information about the domain assets within your Alibaba Cloud account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. | 192.122.XX.XX |
FuzzyDomain | string | No | The keyword that is used to query domain names. Fuzzy match is supported. | sas |
DomainType | string | No | The type of the domain name that you want to query. Valid values:
| root |
PageSize | integer | No | The number of entries to return on each page. Default value: 10. | 10 |
CurrentPage | integer | No | The number of the page to return. Default value: 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0B48AB3C-84FC-424D-A01D-B9270EF46038",
"PageInfo": {
"CurrentPage": 10,
"PageSize": 10,
"TotalCount": 27,
"Count": 10
},
"DomainListResponseList": [
{
"IpList": "1.2.XX.XX,1.0.XX.XX",
"Domain": "example.com"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2022-12-23 | API Description Update. The API operation is not deprecated. | View Change Details |