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

REST Syntax

Click to view all REST Resources
/REST/IPTrack/ PUT — Activates or deactivates an existing instance of the IPTrack service on the zone/node indicated.

HTTP Action — PUT

URI — https://api.dynect.net/REST/IPTrack/<zone>/<fqdn>/<service_id>/

Arguments:

To activate a service:

boolean activateRequired.

To deactivate a service:

boolean deactivateRequired.

Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
ActivateIPTrack — Activates an existing instance of the IPTrack service on the zone/node indicated.

DeactivateIPTrack — Deactivates an existing instance of the IPTrack service on the zone/node indicated.

Arguments:

ActivateIPTrack — Click for More Info

DeactivateIPTrack — Click for More Info

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

Example Request (ActivateIPTrack) — Click for More Info

Example Request (DeactivateIPTrack) — Click for More Info