Activating or Deactivating the RTTM 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/RTTM/ PUT — Activating or Deactivating the RTTM service.

HTTP Action — PUT

URIs — https://api.dynect.net/REST/RTTM/<zone>/<fqdn>/

Arguments:

To activate the service: boolean activateRequired.

To deactivate the service: boolean deactivateRequired.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

ActivateRTTM — Activates an existing RTTM service.

DeactivateRTTM — Deactivates an existing RTTM service.

Arguments (Same for both):

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
  • string tokenRequired. Session identifier.

Response (Same for both) — Click for More Info

Example Request — Click for More Info