Retrieving one or all existing NSAP Records 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 1706 for more information about NSAP records.

REST Syntax

Click to view all REST Resources
/REST/NSAPRecord/ GET — Retrieve one or all existing NSAP Records on the zone/node indicated.

HTTP Action — GET

URIs:

Get one NSAP Record — https://api.dynect.net/REST/NSAPRecord/<zone>/<fqdn>/<record_id>/

Get all NSAP Records — https://api.dynect.net/REST/NSAPRecord/<zone>/<fqdn>/

Arguments:

No Arguments.

Response:

Get one NSAP record — Click for More Info

Get all NSAP records — array — Individual NSAP records.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
GETOneNSAPRecord — Retrieve one existing NSAP Record on the zone/node indicated.

GETNSAPRecords — Retrieve all existing NSAP Records on the zone/node indicated.

Arguments:

GetOneNSAPRecord — Click for More Info

GetNSAPRecords — Click for More Info

Response:

GetOneNSAPRecord — Click for More Info

GetNSAPRecords — Click for More Info

Example Request (GetOneNSAPRecord) — Click for More Info

Example Request (GetNSAPRecords) — Click for More Info