regfish
Dominios, DNS, hosting y correo de un solo proveedor.
Herramientas DNS gratuitas
Comprueba SPF, DMARC, DNSSEC y mas en dns-doctor.com
Empresa
Miembro y acreditado



© 2002-2026 regfish GmbH. Todos los derechos reservados.
Estado del sistema409.curl --request POST \
--url 'https://api.regfish.com/dns/www.example.com/dnssec/cancel' \
--header 'x-api-key: YOUR_API_KEY'{
"success": true,
"code": 0,
"response": {
"configured": true,
"dnssec_state": "active",
"mode": "none",
"desired_state": "disabled",
"live_state": "disabled",
"capabilities": {
"supported": true,
"provider": "example",
"mode_regfish_available": true,
"mode_external_available": true,
"accepted_record_kinds": [
"ds"
],
"min_records": 1,
"accepted_algorithms": [
1
]
},
"desired_records": [
{
"kind": "ds",
"algorithm": 1
}
],
"live_records": [
{
"kind": "ds",
"algorithm": 1
}
],
"using_regfish_nameservers": true,
"legacy_mode": true,
"zone_signed": true,
"zone_pending_disable": true
}
}{
"success": false,
"message": "Unauthorized",
"error": "Unauthorized"
}{
"success": false,
"message": "Domain not found",
"error": "Domain not found"
}{
"success": false,
"message": "No cancellable DNSSEC transition exists for this domain or the current transition cannot be rolled back automatically",
"error": "No cancellable DNSSEC transition exists for this domain or the current transition cannot be rolled back automatically"
}La DNS API de regfish es una gran solucion para desarrolladores que quieren automatizar dominios y zonas DNS. Sumate a la comunidad y aprovecha las ventajas de la automatizacion DNS. La DNS API esta disponible gratis para todos los clientes de regfish.