list_dns_records
Retrieve all DNS records from a FreeIPA zone, including A, AAAA, CNAME, MX, and other types. Specify the zone name to get the full record list, with an optional limit for large zones.
Instructions
List DNS records within a specific zone in FreeIPA. Returns all record types (A, AAAA, CNAME, MX, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | DNS zone name to query (e.g., 'example.com' or 'example.com.') | |
| limit | No | Maximum number of records to return (default 200) |