lookupDomain


SoftLayer_Dns_Domain_Registration::lookupDomain

Lookup available domains and suggests other similar domain names

Description

The lookupDomain method checks whether a specified domain name is available for registration in TLD’s, and suggests other similar domain names, and checks whether they are available as well.

Parameters

Name Type Description
domainName string The domain name (i.e. example.com).

Required Headers

Optional Headers

  • None

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Dns_Domain_Registration/lookupDomain'