All Products
Search
Document Center

Alibaba Cloud DNS:DescribeSupportLines

Last Updated:Oct 16, 2023

Calls the DescribeSupportLines operation to query all of the resolution lines supported by Alibaba Cloud DNS.

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language type.

en
UserClientIpstringNo

The IP address of the client.

1.1.*.*
DomainNamestringNo

The domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RecordLinesobject []

The list of Alibaba Cloud DNS lines.

FatherCodestring

The code of the parent line. Leave it blank if there is no parent line.

unicom
LineDisplayNamestring

The name of the parent line.

LineCodestring

The code of the child line.

cn_unicom_shanxi
LineNamestring

The name of the child line.

RequestIdstring

The ID of the request.

CFDA0830-7D6E-4C13-8632-B57C7EDCF079

Examples

Sample success responses

JSONformat

{
  "RecordLines": {
    "RecordLine": [
      {
        "FatherCode": "unicom",
        "LineDisplayName": "",
        "LineCode": "cn_unicom_shanxi",
        "LineName": ""
      }
    ]
  },
  "RequestId": "CFDA0830-7D6E-4C13-8632-B57C7EDCF079"
}

Error codes

For a list of error codes, visit the Service error codes.