v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates a new DNS zone.

post/v1/{+parent}/dnsZones

Path parameters

parentstring required

Required. Organization where the DNS zone will be created.

Query parameters

dnsZoneIdstring

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

domainstring

Required. The domain name for hosts in this private zone, for instance "example.com.".

updateTimestring google-datetime

Output only. The time that this resource was updated on the server.

namestring

Identifier. Unique name for the resource. Defined by the server Format: "organizations/{organization}/dnsZones/{dns_zone}".

createTimestring google-datetime

Output only. The time that this resource was created on the server.

state'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'UPDATING'

Output only. State of the DNS Peering. Values other than ACTIVE mean the resource is not ready to use.

descriptionstring

Required. Description of the resource. String of at most 1024 characters associated with this resource for the user's convenience.

Response

Successful response