You can call this operation to query the list of assets of the domain type.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDomainList |
The operation that you want to perform. Set the value to DescribeDomainList. |
CurrentPage | Integer | No | 1 |
The number of the page to return. |
DomainType | String | No | root |
The domain type of the domain to query. |
FuzzyDomain | String | No | sas |
The information by which to query domains by fuzzy match. |
PageSize | Integer | No | 1 |
The number of entries to return on each page. |
SourceIp | String | No | 127.1.1.1 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DomainListResponseList |
The list of returned domains. |
||
Domain | String | tst.com |
The name of the domain or website. |
IpList | String | 0.0.0.0,0.0.0.0 |
The list of IP addresses corresponding to the returned domain. |
PageInfo |
The information displayed on the page. |
||
Count | Integer | 10 |
The number of entries returned on the current page. |
CurrentPage | Integer | 1 |
The current page number. |
PageSize | Integer | 10 |
The number of entries returned per page. |
TotalCount | Integer | 27 |
The total number of returned entries. |
RequestId | String | 0B48AB3C-84FC-424D-A01D-B9270EF46038 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeDomainList
&<Common request parameters>
Sample success responses
XML
format
<DescribeDomainList>
<code>200</code>
<data>
<PageInfo>
<TotalCount>27</TotalCount>
<PageSize>10</PageSize>
<CurrentPage>1</CurrentPage>
<Count>10</Count>
</PageInfo>
<DomainListResponseList>
<Domain>sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>p.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<IpList>120.27.11.134,47.111.33.130,120.79.72.16,139.129.103.215</IpList>
<Domain>b.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>r.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>t.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>k.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>{.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>w.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>l.sastst.com</Domain>
</DomainListResponseList>
<DomainListResponseList>
<Domain>v.sastst.com</Domain>
</DomainListResponseList>
</data>
<requestId>0B48AB3C-84FC-424D-A01D-B9270EF46038</requestId>
<success>true</success>
</DescribeDomainList>
JSON
format
{
"requestId":"0B48AB3C-84FC-424D-A01D-B9270EF46038",
"data":{
"DomainListResponseList":[
{
"Domain":"sastst.com"
},
{
"Domain":"p.sastst.com"
},
{
"Domain":"b.sastst.com",
"IpList":"120.27.11.134,47.111.33.130,120.79.72.16,139.129.103.215"
},
{
"Domain":"r.sastst.com"
},
{
"Domain":"t.sastst.com"
},
{
"Domain":"k.sastst.com"
},
{
"Domain":"{.sastst.com"
},
{
"Domain":"w.sastst.com"
},
{
"Domain":"l.sastst.com"
},
{
"Domain":"v.sastst.com"
}
],
"PageInfo":{
"Count":10,
"TotalCount":27,
"PageSize":10,
"CurrentPage":1
}
},
"code":200,
"success":true
}
Error codes
For more information about error codes, visit API Error Center.