Create Domain Entry
POST {{aws_lightsail_base_url}}/?domainEntry&domainName&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
domainEntry | null | An array of key-value pairs containing information about the domain entry request. | |
domainName | null | The domain name (e.g., example.com) for which you want to create the domain entry. | |
Version | string | The version of the API. |
Request Body
{"domainEntry"=>{"id"=>"string", "isAlias"=>1, "name"=>"string", "options"=>{"string"=>"string"}, "target"=>"string", "type"=>"string"}, "domainName"=>"string"}