Queries the number of invalid domain names.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
ActionStringYesGetInvalidDomainCount

The operation that you want to perform. Set the value to GetInvalidDomainCount.

RegionIdStringNocn-hangzhou

The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou.

Response parameters

ParameterTypeExampleDescription
RequestIdString04F0F334-1335-436C-A1D7-6C044FE73368

The ID of the request.

InvalidDomainCountString1

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.