Retrieving one or all of the existing IPTrack services 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/IPTrack/ GET — Retrieves one or all instances of the IPTrack service on the zone/node indicated.

HTTP Action — GET

URIs:

Get one IPTrack Service — https://api.dynect.net/REST/IPTrack/<zone>/<fqdn>/<service_id>/

Get all IPTrack Services — https://api.dynect.net/REST/IPTrack/<zone>/<fqdn>/

Arguments:No Arguments.
Response:Get one IPTrack Service — Click for More Info

Get all IPTrack Services — array — Individual service resources.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GetOneIPTrack — Retrieves an existing instance of the IPTrack service on the zone/node indicated.

GetIPTracks — Retrieves information for all existing IPTrack services on the zone/node indicated.

Arguments:GetOneIPTrack — Click for More Info

GetIPTracks — Click for More Info

Response:GetOneIPTrack — Click for More Info

GetIPTracks — Click for More Info

Example Request (GetOneIPTrack) — Click for More Info

Example Request (GetIPTracks) — Click for More Info