SoftLayer Dns Domain::createNsRecord
From SoftLayer Development Network Wiki
createNsRecord is a member of the SoftLayer_Dns_Domain service.
Contents |
Overview
Create an NS record on a SoftLayer domain. This is a shortcut method, meant to take the work out of creating a SoftLayer_Dns_Domain_ResourceRecord if you already have a domain record available. createNsRecord returns the newly created SoftLayer_Dns_Domain_ResourceRecord_NsType.
User Access
Users wishing to execute createNsRecord service must have the Manage DNS permission assigned to their account.
Return Type
createNsRecord returns the SoftLayer_Dns_Domain_ResourceRecord data type.
Headers
Required Headers
createNsRecord requires the following headers:
Parameters
createNsRecord takes the following parameters:
host
The resource record's name
- Type: string
data
The resource record's value
- Type: string

