This function fetches information regarding HTTPS records support. HTTPS records are defined in RFC 9460 and provide service parameters for HTTPS endpoints. For more information, read our HTTPS record documentation.
uapi --output=jsonpretty --user=username DNS is_https_available
{- "apiversion": 3,
- "func": "is_https_available",
- "module": "DNS",
- "result": {
- "data": {
- "https": 1,
- "dns_server": "pdns"
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}