nova/doc/api_samples/os-floating-ip-dns/floating-ip-dns-create-or-update-entry-req.json
Tiago Mello 851ea98e4e Adds API Sample tests for FloatingIPDNS extension.
Partially implements blueprint nova-api-samples
Fixes bug 1070164

Change-Id: I4c3e5d406ce43c27bb49a651facaa831de646a66
2013-02-11 10:53:36 -02:00

7 lines
82 B
JSON

{
'dns_entry' :
{
'ip': '192.168.53.11',
'dns_type': 'A'
}
}