Create Private DNS
Creates a new private DNS attachment for a given network. The attachment type is determined by private_dns_attachment_config.kind. Supported types: aws-private-hosted-zone-attachment, aws-outbound-resolver, gcp-private-hosted-zone-attachment, azure-private-hosted-zone-attachment, and azure-outbound-resolver.
Path parameters
The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.
The network to operate on.
Request body
Example request
{
"name": "us-east-2-private-dns",
"private_dns_attachment_config": {
"dns_config": {
"internal.example.com": {
"remote_dns_server_ip_addresses": [
"10.0.1.100"
]
},
"db.corp.internal": {
"remote_dns_server_ip_addresses": [
"10.0.2.100"
]
}
}
}
}Response
Response format for creating a Private DNS.
Example response
{
"id": "1850820b-c69f-4a2a-b9be-bbcdbc5cd618",
"state_metadata": {
"reported_status": "ERROR",
"reason": "Failed to create Private Dns due to invalid Cloud Provider configuration.\n"
},
"entity_version": 1,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"name": "us-east-2-private-dns"
}Changes
Changed in 6 of the 52 revisions of this API.1614
- ▲
added
AzurePrivateHostedZoneResponseto the response bodyoneOflist for the response status201response-body-one-of-added
- ○
added
AzurePrivateHostedZoneAttachmentConfigAzurePrivateDnsResolverAttachmentConfigto theprivate_dns_attachment_configrequest propertyoneOflistrequest-property-one-of-added
- ○
added the required property
oneOf[AzurePrivateDnsResolverResponse]/private_dns_attachment_configto the response with the201statusresponse-required-property-added
- ▲
- ▲
added
AzurePrivateDnsResolverResponseto the response bodyoneOflist for the response status201response-body-one-of-added
- ▲
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added
GcpPrivateHostedZoneResponseto the response bodyoneOflist for the response status201response-body-one-of-added
- ○
added
GcpPrivateHostedZoneAttachmentConfigto theprivate_dns_attachment_configrequest propertyoneOflistrequest-property-one-of-added
- ▲
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
oneOf[AwsPrivateDnsResolverResponse]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[AwsPrivateDnsResolverResponse]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[AwsPrivateHostedZoneResponse]/state_metadata/reasonbecame nullable for the status201response-property-became-nullable
- ▲
the response property
oneOf[AwsPrivateHostedZoneResponse]/state_metadata/reported_statusbecame nullable for the status201response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○