All Products
Search
Document Center

Alibaba Cloud DNS:AddCustomLine

Last Updated:Jul 24, 2024

Adds a custom line.

Operation description

In each CIDR block, the end IP address must be greater than or equal to the start IP address.
The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language.

en
DomainNamestringYes

The domain name.

example.com
LineNamestringYes

The name of the custom line.

IpSegmentarray<object>Yes

The CIDR blocks.

objectYes
EndIpstringNo

The end IP address of the CIDR block.

192.0.2.254
StartIpstringNo

The start IP address of the CIDR block.

192.0.2.0

Response parameters

ParameterTypeDescriptionExample
object
LineIdlong

The unique ID of the custom line.

597
RequestIdstring

The request ID.

B57C121B-A45F-44D8-A9B2-13E5A5044195
LineCodestring

The code of the custom line.

hra0yc-597

Examples

Sample success responses

JSONformat

{
  "LineId": 597,
  "RequestId": "B57C121B-A45F-44D8-A9B2-13E5A5044195",
  "LineCode": "hra0yc-597"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history