Create a zonepost https://{hostname}/config-dns/v2/zonesCreates a new zone. Carefully review the documentation for which fields are relevant to the type of zone you're creating.Query ParamscontractIdstringrequiredThe contract to use for the new zone.gidintegerrequiredThe currently selected group ID to manage.accountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamscommentstringFree-form user comments.contractIdstringThe contract for this zone.endCustomerIdstringFree-form user identifier for this zone, often used by resellers.lastActivationDatedate-timePRIMARY and SECONDARY zones only. An ISO 8601 timestamp showing when the latest version was activated.lastModifiedBystringThe user that last edited this zone.lastModifiedDatedate-timeISO 8601 timestamp marking when zone's last modification.mastersarray of stringsFor SECONDARY zones only. The names or addresses of the customer's name servers that the zone data should be retrieved from.mastersADD stringmultiProviderDnssecobjectMulti-provider DNSSEC properties.multiProviderDnssec objectoutboundZoneTransferobjectOutbound zone transfer properties. When enabling outbound zone transfer, all the fields are required. Set tsigKey to null if you don't use it.outboundZoneTransfer objectsignAndServebooleanFor PRIMARY and SECONDARY zones only. Indicates whether DNSSEC Sign&Serve enabled.truetruefalsesignAndServeAlgorithmstringenumThe algorithm currently or last used for DNSSEC Sign&Serve, either RSA_SHA1, RSA_SHA256, RSA_SHA512, ECDSA_P256_SHA256, or ECDSA_P384_SHA384. Absent if no algorithm has ever been assigned to this zone.ECDSA_P256_SHA256RSA_SHA1RSA_SHA256RSA_SHA512ECDSA_P256_SHA256ECDSA_P384_SHA384Allowed:RSA_SHA1RSA_SHA256RSA_SHA512ECDSA_P256_SHA256ECDSA_P384_SHA384subzoneGrantsbooleanDetermines if cross-account subzones are enabled. This doesn't impact the ability to create subzones that you're presently authorized to edit.truefalsetargetstringFor ALIAS zones only. The name of the zone whose configuration this zone copies.tsigKeyobjectA TSIG key. For SECONDARY zones only. The TSIG key used for zone transfers.tsigKey objecttypestringenumrequiredThe zone type. A PRIMARY zone's records are stored in Control Center. A SECONDARY zone's records are stored on the customer's name servers. ALIAS zones allow users to duplicate the configuration of an existing zone.PRIMARYSECONDARYALIASAllowed:PRIMARYSECONDARYALIASversionIdstringThe UUID of the most recently activated version.zonestringrequiredThe name of the zone.Response 201Successful response.Updated about 1 month ago