SoftLayer Dns Domain::createARecord

From SoftLayer Development Network Wiki

Jump to: navigation, search

createARecord is a member of the SoftLayer_Dns_Domain service.

Contents

Overview

Create an A 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. createARecord returns the newly created SoftLayer_Dns_Domain_ResourceRecord_AType.

User Access

Users wishing to execute createARecord service must have the Manage DNS permission assigned to their account.

Return Type

createARecord returns the SoftLayer_Dns_Domain_ResourceRecord data type.

Headers

Required Headers

createARecord requires the following headers:

Parameters

createARecord takes the following parameters:

host

The resource record's name

  • Type: string



data

The resource record's value

  • Type: string

See Also

External Links

Personal tools