3.22. Floating IP DNS records (os-floating-ip-dns)

Manage DNS records associated with IP addresses allocated by the floating IPs extension. Requests are dispatched to a DNS driver selected at startup.

MethodURIDescription
GET/v2/{tenant_id}/os-floating-ip-dns

Lists registered DNS domains published by the DNS drivers.

PUT/v2/{tenant_id}/os-floating-ip-dns/{domain}

Creates or updates a DNS domain.

DELETE/v2/{tenant_id}/os-floating-ip-dns/{domain}

Deletes a DNS domain and all associated host entries.

PUT/v2/{tenant_id}/os-floating-ip-dns/{domain}/entries/{name}

Creates or updates a DNS entry.

GET/v2/{tenant_id}/os-floating-ip-dns/{domain}/entries/{name}

Finds a unique DNS entry for a specified domain and name.

DELETE/v2/{tenant_id}/os-floating-ip-dns/{domain}/entries/{name}

Deletes a specified DNS entry.

GET/v2/{tenant_id}/os-floating-ip-dns/{domain}/entries/{ip}

Lists DNS entries for a specified domain and IP.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page


loading table of contents...