Queries the number of invalid domain names.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetInvalidDomainCount | The operation that you want to perform. Set the value to GetInvalidDomainCount. |
RegionId | String | No | cn-hangzhou | The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 | The ID of the request. |
InvalidDomainCount | String | 1 | The number of invalid domain names. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=GetInvalidDomainCount
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<GetInvalidDomainCountResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
<InvalidDomainCount>1</InvalidDomainCount>
</GetInvalidDomainCountResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "04F0F334-1335-436C-A1D7-6C044FE73368",
"InvalidDomainCount" : "1"
}
Error codes
For a list of error codes, see Service error codes.