- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a new DNS zone.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*}/dnsZones
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
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
|
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. |
Request body
The request body contains an instance of DnsZone
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

