List IPv6 Mapping Records

GET POST/api/2.0/fo/asset/ip/v4_v6/?action=list

List IPv6 mapping records in the user's account. Each mapping record associates one IPv6 address in your network with one IPv4 address in the special mapping range 0.0.0.1-0.254.255.255..

Permissions - Managers can view all IPv6 mapping records, when the IPv6 support feature is enabled for the user’s subscription. Other user roles have no permission to view IPv6 mapping records.

Input ParametersInput Parameters

Parameter

Required/Optional

Data Type

Description

action=list

Required String

Specify action=list to list the IPv6 records.

echo_request={0|1}

Optional Integer 

Specify 1 to view (echo) input parameters in the XML output. By default these are not included.

id_min={value}

Optional Integer

Show only mapping records which have a minimum record ID. A valid mapping record ID is required. When unspecified, records are not filtered by record ID.

id_max={value}

Optional Integer 

Show only mapping records which have a maximum record ID. A valid mapping record ID is required.

ipv4_filter={value}

Optional String 

Show only mapping records with certain IPv4 addresses. When unspecified, records are not filtered by IPv4 addresses.

ipv6_network={value}

Optional String

Show only mapping records with certain IPv6 network addresses. When unspecified, records are not filtered by IPv6 network addresses.

output_format={CSV|XML}

Optional File 

The requested output format: CSV or XML. When unspecified, the output format will be CSV.

When the service outputs CSV, each line ends with a carriage-return and linefeed pair (ASCII/CRLF=0x0D 0x0A).

truncation_limit={value}

Optional Integer

The maximum number of mapping records to be returned by the API request. A valid value is an integer between 1 and 1,000,000. When unspecified, 5,000 records will be returned.

DTD

<platform API server>/api/2.0/fo/asset/ip/v4_v6/asset/ip/v4_v6/ip_map_list_output.dtd