Activating or Deactivating the DNSSEC service in the API requires specific syntax depending on whether you are using using REST or SOAP. Use this table to find the syntax for your command.

REST Syntax

Click to view all REST Resources
/REST/DNSSEC/ PUT — Activates or Deactivates an existing DNSSEC service on the zone indicated.

HTTP Action — PUT

URI — https://api.dynect.net/REST/DNSSEC/<zone>/

Arguments —

To Activate DNSSEC on the zone indicated — boolean activateRequired.

To Deactivate DNSSEC on the zone indicated — boolean deactivateRequired.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
ActivateDNSSEC — Activates the DNSSEC service on the zone indicated.

DeactivateDNSSEC — Deactivates the DNSSEC service on the zone indicated.

Arguments — (For both Activate and Deactivate)

string tokenRequired. The session identifier.

string zoneRequired. Name of the zone where the DNSSEC service exists.

Response (For both Activate and Deactivate) — Click for More Info

Example Request (For both Activate and Deactivate) — Click for More Info