Queries the protocol type of IP Application Accelerator (IPA).
Operation description
Note
You can call this operation up to 10 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name that you want to query. You can specify only one domain name in each call. | example.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
"DomainName": "example.com",
"Protocol": "udp"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
404 | InvalidDomain.NotFound | The specified domain does not exist. | The specified domain name does not exist. |
For a list of error codes, visit the Service error codes.