Create a DNS configuration
POST {{fastly_url}}/dns/configurations
Authorization: API token with at least TLS management permissions.
Request Body
{"data"=>{"type"=>"dns_configuration", "attributes"=>{"dualstack"=>true, "name"=>"example_cusotmer.customer.fastly.net"}, "relationships"=>{"tls_configuration"=>{"data"=>{"id"=>"TLS_CONFIGURATION_ID", "type"=>"tls_configuration"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |