Create DNS config

Creates a DNS configuration object. The DNS config can be applied to a service profile and all endpoints which use that service profile will have the associated DNS settings applied. DNS changes are instantly applied to any **new PDP context**. Connected devices with previously established PDPs will continue to use the previous nameserver config until the next time they reconnect. Primary and secondary nameservers and IP version (`4` for IPV4 or `6` for IPV6) must be specified with this request. <Info> The system currently falls back to IPV4 for the actually-enforced networking settings of endpoints, therefore **the IPV6 parameter will be ignored** when provided. </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
primarystringRequired
secondarystringRequired
ip_address_versionintegerRequired

Response

Resource Created