summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-floating-ip-dns/floating-ip-dns-create-or-update-entry-req.json.tpl
blob: 7dc33ddb10e4f64f365d67635a144bf6983c8951 (plain)
1
2
3
4
5
6
7
{
  "dns_entry" :
    {
      "ip": "%(ip)s",
      "dns_type": "%(dns_type)s"
    }
}