Return DNS HTTPS record support information

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.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/DNS/is_https_available
Request samples
uapi --output=jsonpretty --user=username DNS is_https_available
Response samples
application/json
{
  • "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
    }
}