All Products
Search
Document Center

Alibaba Cloud DNS:DescribeCustomLine

Last Updated:Mar 15, 2024

Queries a custom line.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
alidns:DescribeCustomLineREAD
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LineIdlongNo

The unique ID of the custom line.

597
LangstringNo

The language.

en

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

B57C121B-A45F-44D8-A9B2-13E5A5044195
IpSegmentListobject []

The CIDR blocks. Separate IP addresses with a hyphen (-). Enter a CIDR block in each row. You can enter 1 to 50 CIDR blocks at a time. If a CIDR block contains only one IP address, enter the IP address in the format of IP1-IP1. Different CIDR blocks cannot be overlapped.

EndIpstring

The end IP address of the CIDR block.

11.1.1.3
StartIpstring

The start IP address of the CIDR block.

11.1.1.2
DomainNamestring

The domain name.

example.com
Idlong

The ID of the custom line.

597
Codestring

The code of the custom line.

hra0yc-597
Namestring

The name of the custom line.

Examples

Sample success responses

JSONformat

{
  "RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
  "IpSegmentList": [
    {
      "EndIp": "11.1.1.3",
      "StartIp": "11.1.1.2"
    }
  ],
  "DomainName": "example.com",
  "Id": 597,
  "Code": "hra0yc-597",
  "Name": ""
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history