All Products
Search
Document Center

:AddRecursionRecord

Last Updated:Dec 02, 2025

Adds an authoritative record for recursive resolution.

Operation description

  • You can specify a domain name (DomainName), page number (PageNumber), and page size (PageSize) to retrieve the list of DNS records for that domain name.

  • To find DNS records that contain a specific keyword, you can specify the keyword for the host record (RRKeyWord), record type (TypeKeyWord), or record value (ValueKeyWord).

  • By default, the list of DNS records is sorted from newest to oldest.

  • You can specify a domain group ID (GroupId). The `All Domains` group includes all domain names. The `Default Group` includes domain names that are not assigned to a group.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

pubdns:AddRecursionRecord

create

*recursionZone

acs:pubdns::{#accountId}:recursionZone/{#zoneId}

None None

Request parameters

Parameter

Type

Required

Description

Example

UserClientIp

string

No

The client IP address.

192.168.0.1

ZoneId

string

No

The ID of the zone.

173671468000011

Rr

string

No

The host record. The host record is the prefix of a domain name. Common examples include www, @, * (for wildcard DNS), and mail (for mailboxes).

For example, to resolve @.example.com, set the host record to "@", not an empty string.

www

Type

string

No

The type of the DNS record. The following record types are supported: A: An IPv4 record that maps a domain name to an IPv4 address. AAAA: An IPv6 record that maps a domain name to an IPv6 address. CNAME: A canonical name record that points a domain name to another domain name. MX: A mail exchanger record that points a domain name to a mail server address. TXT: A text record that contains any human-readable text. SRV: A service record that identifies a server that provides a specific service. This is common in directory management for Microsoft systems. NS: A name server record that delegates a subdomain to another DNS provider for resolution. CAA: A Certification Authority Authorization record that restricts which certification authorities (CAs) can issue certificates for a domain. URL: A URL record that points a domain name to an existing site. SVCB: A service binding record that is used for service discovery. It provides information about supported protocols and service parameters through a DNS record. HTTPS: A record type specific to HTTPS services. An HTTPS record can define secure HTTPS connection protocols and optimal service endpoint addresses.

A

RequestSource

string

No

The DNS resolution line. The default value is default. For more information, see:

DNS resolution lines

default

Weight

integer

No

The weight of the record. Valid values are integers from 1 to 100. The default value is 1. Set different weights for each address. DNS queries then return addresses based on the specified weight ratio.

2

Priority

integer

No

The priority of the MX record. A smaller value indicates a higher priority. Valid values: 1 to 99.

1

Ttl

integer

No

The time to live (TTL) in seconds. This is the duration for which the record is cached. Supported values: 5, 30, 60, 3600 (1 hour), 43200 (12 hours), and 86400 (24 hours). Default value: 60.

60

Value

string

No

The record value. Enter a value that corresponds to the specified record type.

1.1.1.1

ClientToken

string

No

A client token to ensure the idempotence of the request. Generate a unique value on your client. The token must be unique for each request. It can contain only ASCII characters and must not exceed 64 characters in length.

6447728c8578e66aacf062d2df4446dc

Response elements

Element

Type

Description

Example

object

RequestId

string

The unique ID of the request.

29D0F8F8-5499-4F6C-9FDC-1EE13BF55925

Success

boolean

Indicates whether the operation was successful:

  • true: The operation was successful.

  • false: The operation failed.

true

RecordId

string

The ID of the DNS record.

173671468000010

Examples

Success response

JSON format

{
  "RequestId": "29D0F8F8-5499-4F6C-9FDC-1EE13BF55925",
  "Success": true,
  "RecordId": "173671468000010"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.