Retrieving one or all GSLB service region pool resources 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/GSLBRegionPoolEntry/ GET — Retrieves information for one or all GSLB region pool resources from the zone or node indicated.

HTTP Action — GET

URIs:

Get one GSLB Region Pool Entry: https://api.dynect.net/REST/GSLBRegionPoolEntry/<zone>/<fqdn>/<region_code>/<address>/

Get all GSLB Region Pool Entries: https://api.dynect.net/REST/GSLBRegionPoolEntry/<zone>/<fqdn>/<region_code>/

Arguments:

Get one GSLB Region Pool Entry: No Arguments.

Get all GSLB Region Pool Entries:

string detail — A boolean indicating whether or not to return the full details or a list of service resources.
Valid values:
Y — The details of each service are specified.
N — (default) The list of service resources is returned.

Response:

Get one GSLB Region Pool Entry — Click for More Info

Get all GSLB Region Pool Entries: array — Individual GSLB service region pool resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneGSLBRegionPoolEntry — Retrieve a single entry from a Global Server Load Balancing service region pool.

GetGSLBRegionPoolEntries — Retrieve all entries from a GSLB service region pool.

Arguments:

GetOneGSLBRegionPoolEntry — Click for More Info

GetGSLBRegionPoolEntries — Click for More Info

Response:

GetOneGSLBRegionPoolEntry — Click for More Info

GetGSLBRegionPoolEntries — Click for More Info

Example Request (GetOneGSLBRegionPoolEntry) — Click for More Info

Example Request (GetGSLBRegionPoolEntries) — Click for More Info