Files
neutron-lib/api-ref/source/v2/samples/ports/port-bind-create-request.json
Boden R 2a0d9fa798 api ref for dns integration
This patch adds info to the API reference for the dns-integration and
dns-domain-ports extension including details about the extension as well
as documented request/response parameters.

Change-Id: Ia5630ceb97d833b85d88cef323bcd2d6c9780c81
Closes-Bug: #1711992
2017-08-25 07:47:28 -06:00

20 lines
580 B
JSON

{
"port": {
"binding:host_id": "4df8d9ff-6f6f-438f-90a1-ef660d4586ad",
"binding:profile": {
"local_link_information": [
{
"port_id": "Ethernet3/1",
"switch_id": "0a:1b:2c:3d:4e:5f",
"switch_info": "switch1"
}
]
},
"binding:vnic_type": "baremetal",
"device_id": "d90a13da-be41-461f-9f99-1dbcf438fdf2",
"device_owner": "baremetal:none",
"dns_domain": "my-domain.org.",
"dns_name": "myport"
}
}