Creating a Geo Node (Classic) 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.

Please use the ISO-3166 two letter codes for assigning countries to groups.

REST Syntax

Click to view all REST Resources
/REST/GeoNode/ POST — Create a Geo node (Classic) on an existing instance on the zone/node indicated.

HTTP Action — POST

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

Arguments:

  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
Response — Click for More Info

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
CreateGeoNode — Create a new node on an existing instance of the Geo service (Classic).
Arguments :

  • string service_nameRequired. Name of the service where the region group will be created.
  • string fqdnRequired. Fully qualified domain name of a node in the zone.
  • string zoneRequired. Name of the zone.
  • string tokenRequired. The session identifier.
Response — Click for More Info

Example Request — Click for More Info