Get one or more Load Balance 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.

 

NOTE: The Load Balance Service is deprecated. Legacy users of the service should contact Concierge for any questions on adding a Load Balance service to your zone. All other users should use the GSLB service instead.

REST Syntax

Click to view all REST Resources

/REST/LoadBalancePoolEntry/ GET — Retrieve one or more Load Balance service pool entries.

HTTP Action — GET

URIs:

Get One Pool Entry — https://api.dynect.net/REST/LoadBalancePoolEntry/<zone>/<fqdn>/<address>
Get all Pool Entries — https://api.dynect.net/REST/LoadBalancePoolEntry/<zone>/<fqdn>/

Arguments:

Get One Pool Entry — No Arguments.

Get all 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 — The list of service resources is returned. Default

Response:

Get One Pool Entry — Click for More Info

Get all Pool Entries — array of Individual Load Balance service pool resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands

GetOneLoadBalancePoolEntry — Retrieves an entry from the identified Load Balancing service pool.

GetLoadBalancePoolEntries — Retrieves all entries from the identified Load Balancing service pool.

Arguments:

GetOneLoadBalancePoolEntry:

  • string addressRequired. The IP address or FQDN of the Node IP
  • string fqdnRequired. Name of node where the service exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the service exists.

GetLoadBalancePoolEntries:

  • string fqdnRequired. Name of node where the service exists.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of the zone where the service exists.
Response:

GetOneLoadBalancePoolEntry — Click for More Info

GetLoadBalancePoolEntries — Click for More Info

Example Request (GetOneLoadBalancePoolEntry) — Click for More Info

Example Request (GetLoadBalancePoolEntries) — Click for More Info