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). |
SOAP Syntax
Click to view all SOAP Commands |
GetNodeList — Retrieves a list of all node names at or below the given zone node. |
Arguments:
|
Response:
list |
Example Request — Click for More Info |