Required. Organization where the DNS zone will be created.
Authorization requires the following IAM permission on the specified resource parent:
apigee.dnszones.create
Query parameters
Parameters
dnsZoneId
string
Required. User assigned ID for this resource. Must be unique within the organization. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-06 UTC."],[[["This endpoint creates a new DNS zone within a specified organization using a POST request."],["The `parent` path parameter is required and designates the organization for DNS zone creation, needing the `apigee.dnszones.create` IAM permission."],["The `dnsZoneId` query parameter is mandatory for assigning a unique, user-defined ID to the DNS zone, adhering to specific length and character constraints."],["The request body must contain details for a new DNS zone as an instance of `DnsZone`."],["Successful requests result in a response containing a newly created `Operation` instance, and it requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]