Query domain information
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryDomainByParam |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
Current page number. Default: 1 |
1 |
| PageSize |
integer |
No |
Number of items per page, default: 10 |
10 |
| KeyWord |
string |
No |
Domain name, length 1-50, can include numbers, uppercase and lowercase letters, ., -. |
example.com |
| Status |
integer |
No |
|
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageSize |
integer |
Page size |
50 |
| RequestId |
string |
Request ID |
8C90CCD3-627C-4F87-AD8C-2F03146071EB |
| PageNumber |
integer |
Current page number |
1 |
| TotalCount |
integer |
Total count |
2 |
| data |
object |
||
| domain |
array<object> |
List of domains |
|
|
object |
|||
| DomainRecord |
string |
Domain record |
6bd86901b9fe4618a046 |
| SpfAuthStatus |
string |
SPF authentication status, success: 0, failure: 1. |
0 |
| MxAuthStatus |
string |
MX authentication status, success: 0, failure: 1. |
0 |
| CreateTime |
string |
Creation time |
2019-09-29T13:28Z |
| CnameAuthStatus |
string |
Track verification |
0 |
| ConfirmStatus |
string |
CName verification status, success: 0; failure: 1 |
0 |
| IcpStatus |
string |
ICP filing status.
|
1 |
| UtcCreateTime |
integer |
Creation time in UTC format. |
1569734892 |
| DomainStatus |
string |
Domain status.
|
0 |
| DomainName |
string |
Domain name |
example.com |
| DomainId |
string |
Domain ID |
158923 |
Examples
Success response
JSON format
{
"PageSize": 50,
"RequestId": "8C90CCD3-627C-4F87-AD8C-2F03146071EB",
"PageNumber": 1,
"TotalCount": 2,
"data": {
"domain": [
{
"DomainRecord": "6bd86901b9fe4618a046",
"SpfAuthStatus": "0",
"MxAuthStatus": "0",
"CreateTime": "2019-09-29T13:28Z",
"CnameAuthStatus": "0",
"ConfirmStatus": "0",
"IcpStatus": "1",
"UtcCreateTime": 1569734892,
"DomainStatus": "0",
"DomainName": "example.com",
"DomainId": "158923"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.