Kueri informasi domain
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryDomainByParam |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNo |
integer |
No |
Nomor halaman saat ini. Default: 1 |
1 |
| PageSize |
integer |
No |
Jumlah item per halaman, default: 10 |
10 |
| KeyWord |
string |
No |
Nama domain, panjang 1-50, dapat berisi angka, huruf besar dan kecil, ., -. |
example.com |
| Status |
integer |
No |
|
0 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| PageSize |
integer |
Ukuran halaman |
50 |
| RequestId |
string |
ID Permintaan |
8C90CCD3-627C-4F87-AD8C-2F03146071EB |
| PageNumber |
integer |
Nomor halaman saat ini |
1 |
| TotalCount |
integer |
Jumlah total |
2 |
| data |
object |
||
| domain |
array<object> |
Daftar domain |
|
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.