Describes a built-in authoritative DNS record used for recursive resolution.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pubdns:DescribeRecursionRecord |
get |
*recursionRecord
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RecordId |
string |
No |
The unique ID of the DNS record. |
1917628665627259904 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6856BCF6-11D6-4D7E-AC53-FD579933522B |
| ZoneId |
string |
The zone ID. |
172635074000011 |
| RecordId |
string |
The record ID. |
1903634198947606528 |
| Rr |
string |
The host record. |
test |
| Type |
string |
The type of the DNS record. |
A |
| Value |
string |
The value of the DNS record. |
1.1.XX.XX |
| Weight |
integer |
The weight. |
2 |
| Ttl |
integer |
The Time to Live (TTL). |
60 |
| Priority |
integer |
The priority of the Mail Exchange (MX) record. |
1 |
| Remark |
string |
The remarks. |
test |
| CreateTime |
string |
The time when the record was created. |
2024-03-23T13:09Z |
| CreateTimestamp |
integer |
The timestamp that indicates when the record was created. |
1527690629357 |
| UpdateTime |
string |
The time when the record was last updated. |
2024-03-29T13:20Z |
| UpdateTimestamp |
integer |
The timestamp that indicates when the record was last updated. |
1527690629357 |
Examples
Success response
JSON format
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"ZoneId": "172635074000011",
"RecordId": "1903634198947606528",
"Rr": "test",
"Type": "A",
"Value": "1.1.XX.XX",
"Weight": 2,
"Ttl": 60,
"Priority": 1,
"Remark": "test",
"CreateTime": "2024-03-23T13:09Z",
"CreateTimestamp": 1527690629357,
"UpdateTime": "2024-03-29T13:20Z",
"UpdateTimestamp": 1527690629357
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.