cURL
curl --request GET \ --url https://api.___serverhost___/dns/v2/zones/{zoneName}/rrsets
{ "rrsets": [ { "name": "sub.example.com", "resource_records": [ { "content": [ "1.1.1.1" ], "enabled": true, "id": 42, "meta": { "continents": [ "europe", "asia" ], "countries": [ "us", "gb", "lu" ], "ip": [ "192.168.15.150/25", "2003:de:2016::/48" ] } } ], "type": "A", "filter_set_id": 123, "meta": {}, "pickers": [ { "type": "geodns", "limit": 123, "strict": true } ], "ttl": 123, "updated_at": "2023-11-07T05:31:56Z", "warning": "<string>", "warnings": [ { "key": "<string>", "message": "<string>" } ] } ], "total_amount": 123 }
List of RRset.
Amount of records to skip before beginning to write in response.
Max number of records in response
Field name to sort by
Ascending or descending order
asc
desc
ListRRSetResponse
Show child attributes
Was this page helpful?