NOTE: The Geo Traffic Management (classic) Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a Geo Traffic Management service to your zone. All other users should use Traffic Director instead.
Activating or deactivating a Geo Traffic Manager (Classic) service using 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/Geo/ PUT — Activate or Deactivate the Geo Traffic Manager (Classic) service on the designated zone node.

HTTP Action — PUT

URI — https://api.dynect.net/REST/Geo/<service_name>/

Arguments:

To Activate the Service — boolean activate Required.

To Deactivate the service — boolean deactivate Required.

Response — Click for More Info

Examples — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
ActivateGeo — Activates an existing Geo Traffic Manager service.
DeactivateGeo —
Deactivates an existing Geo Traffic Manager service.
Arguments:

ActivateGeo:

string nameRequired. Name of the service.

string tokenRequired. The session identifier

DeactivateGeo:

string nameRequired. Name of the service.

string tokenRequired. The session identifier.

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

Example Request — Click for More Info