List DNS Entries
list_dns_entriesList static DNS entries on a MikroTik router. Filter by hostname or record type (A, CNAME, TXT) to find specific entries.
Instructions
List static DNS entries on a MikroTik router with optional filtering by name and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| name | No | Filter by hostname (partial match) | |
| type | No | Filter by record type | all |
| limit | No | Max results to return. | |
| offset | No | Pagination offset. |