Retrieves the basic information of a DNS over HTTPS (DoH) user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDohUserInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language. |
en |
| StartDate |
string |
No |
The start date of the query. Use the `YYYY-MM-DD` format. You can query data from the last 90 days. The date must be within the last 90 days. |
2019-07-04 |
| EndDate |
string |
No |
The end date of the query. Use the `YYYY-MM-DD` format. If you do not specify this parameter, the current date is used. |
2019-07-04 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0F32959D-417B-4D66-8463-68606605E3E2 |
| SubDomainCount |
integer |
The number of added subdomains. |
5 |
| PdnsId |
integer |
The ID of the Public DNS user. |
12345678 |
| DomainCount |
integer |
The number of added domain names. |
2 |
Examples
Success response
JSON format
{
"RequestId": "0F32959D-417B-4D66-8463-68606605E3E2",
"SubDomainCount": 5,
"PdnsId": 12345678,
"DomainCount": 2
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.