Verifies a domain name.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
DomainId | Integer | Yes | 153345 | The ID of the domain name. |
Action | String | Yes | CheckDomain | The operation that you want to perform. Set the value to CheckDomain. |
Response parameters
Parameter | Type | Example | Description |
DomainStatus | Integer | 1 | The status of the domain name. Indicates whether the domain name is verified and available.
|
RequestId | String | F0B82E83-A1D9-4FE6-97D2-F4B231F80B02 | The ID of the request. |
Examples
Sample requests
http(s)://dm.aliyuncs.com/? Action=CheckDomain
&DomainId=153345
&<Common request parameters>
Sample success responses
XML
format
<CheckDomainResponse>
<DomainStatus>1</DomainStatus>
<RequestId>F0B82E83-A1D9-4FE6-97D2-F4B231F80B02</RequestId>
</CheckDomainResponse>
JSON
format
{
"RequestId":"F0B82E83-A1D9-4FE6-97D2-F4B231F80B02",
"DomainStatus":1
}
Error codes
For a list of error codes, visit the API Error Center.