Skip to main content

Add DNS Zone

Creates a new DNS zone

HTTP Request

POST /service/@service_id/dns

Auth: true

QUERY PARAMETERS

ParameterTypeDescription
service_idintService ID
namestringZone name

Example Response


{
"info": [
"Domain zone testzone.com was created successfully."
]
}