get_all_records_in_zone
Retrieve all DNS records from a specific zone to manage network configurations, filter by record type, and view comprehensive DNS data.
Instructions
List all DNS records in a specific zone. Returns all record types in the zone.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | DNS zone name (FQDN) | |
| view | No | DNS view | |
| record_type | No | Filter by record type: A, AAAA, CNAME, MX, PTR, SRV, TXT, HOST, etc. | |
| max_results | No | Maximum number of results |