Retrieving all DHCID Records on a zone/node 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.

See RFC 4701 for more information about the DHCID record.

REST Syntax

Click to view all REST Resources
/REST/DHCIDRecord/ GET — Retrieve existing DHCID Records on the zone/node indicated.HTTP Action — GETURIs:

Retrieve one record — https://api.dynect.net/REST/DHCIDRecord/<zone>/<fqdn>/<record_id>/

Retrieve all records — https://api.dynect.net/REST/DHCIDRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:Retrieve one DHCID Record — Click for More Info

Retrieve all DHCID Records: array — Individual records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneDHCIDRecord — Retrieve the specified DHCID Record on the zone/node indicated.

GetDHCIDRecords — Retrieve all existing DHCID Records on the zone/node indicated.

Arguments:

GetOneDHCIDRecord — Click for More Info

GetDHCIDRecords:

  • string fqdnRequired. Name of node where the record will be added.
  • string tokenRequired. The session identifier.
  • string zoneRequired. Name of zone where the record will be added.
Response:

GetOneDHCIDRecord — Click for More Info

GetDHCIDRecords — Click for More Info

Example Request(GetOneDHCIDRecord) — Click for More Info

Example Request(GetDHCIDRecords) — Click for More Info