Get RRSet
get_rrsetRetrieve a specific DNS record set (RRSet) from a Hetzner DNS zone by providing the zone, record name, and record type.
Instructions
Get a single RRSet (DNS record set) of a zone by name and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex | |
| type | Yes | Type of the RRSet, e.g. "A" or "TXT" | |
| zone | Yes | ID or name of the zone, e.g. "example.com" |