Apache CloudStack 4.23.0.0 Root Admin API Reference
listDnsRecords
Lists DNS records from the external provider
Request parameters
| Parameter Name | Description | Required |
| dnszoneid | ID of the DNS zone to list records from | true |
| keyword | List by keyword | false |
| page | false | |
| pagesize | false |
Response Tags
| Response Name | Description |
| contents | The contents of the record (IP address or target) |
| name | The record name (e.g., www.example.com.) |
| ttl | Time to live (TTL) in seconds |
| type | The record type (e.g., A, CNAME, TXT) |