Retrieving a list of zone node names 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

NodeList/ GET — Retrieves a list of all node names at or below the given zone node.

HTTP Action — GET

URIs:

Get nodes under the FQDN — https://api.dynect.net/REST/NodeList/<zone>/<FQDN>/

Get nodes in the zone — https://api.dynect.net/REST/NodeList/<zone>/

Arguments:

No Arguments.

Response:

array of FQDNs representing nodes that exist under the specified node (includes the base node).

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetNodeList — Retrieves a list of all node names at or below the given zone node.

Arguments:

  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone containing the node where node list will be retrieved.
  • string FQDN — Name of the base node where subnodes will be retrieved.
Response:

list data — FQDNs representing nodes that exist under the specified node (includes the base node)

Example Request — Click for More Info