Add IPv6 Mapping Records

POST /api/2.0/fo/asset/ip/v4_v6/?action=add

Add IPv6 mapping records to the user's subscription. 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 add IPv6 mapping records, when the IPv6 Support feature is enabled for the user’s subscription. Other user roles have no permission to add IPv6 mapping records.

Input ParametersInput Parameters

Parameter

Required/Optional

Data Type

Description

action=add

Required String 

Specify action=add to add IPv6 mapping records.

echo_request={0|1}

Optional Integer 

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

csv_data={value}

   File

The CSV data file containing the IPv6 mapping records that you want to add. This parameter or xml_data must be specified.

The parameters csv_data and xml_data cannot be specified in the same request.

xml_data={value}

  File 

The CSV data file containing the IPv6 mapping records that you want to add. This parameter or csv_data must be specified.

The parameters csv_data and xml_data cannot be specified in the same request.

all_or_nothing={0|1}

Optional Boolean 

This parameter controls how the service processes the IPv6 mapping records in the upload data. When unspecified or set to 1, the service cancels the request and does not add any new records once it finds the upload data has one record with an IP conflict. When set to 0 the service does not cancel the request if an IP conflict is found.

DTD

<platform API server>/api/2.0/simple_return.dtd