DNS
Domain Management
Service Records
Return SVCB DNS record support information
This function fetches information regarding SVCB records support. SVCB records are defined in RFC 9460 and provide service binding and aliasing for arbitrary services. For more information, read our DNS Zone Manager documentation.
get/is_svcb_available
Response
HTTP Request was successful.
Example response
{
"data": {
"svcb": 1,
"dns_server": "pdns"
},
"metadata": {
"command": "is_svcb_available",
"reason": "OK",
"result": 1,
"version": 1
}
}