02fff930fb
In change Ib22753aa6ae0fedce7fb9ecf63f135fda0185c5b the port data model was updated to include a physical_network field, but this was not exposed to the user by the REST API. This change exposes the physical_network field in the REST API. The port CRUD notification object has been updated to include the physical_network field. The API reference and user guide have been updated to include information about the ports' physical network field. The API microversion has been bumped to 1.34. During a rolling upgrade from Ocata when the API service is pinned, the port physical network field is hidden from API responses, and API requests including the field are rejected. Change-Id: I7023a1d6618608c867c31396fa677d3016ca493e Partial-Bug: #1666009
32 lines
915 B
JSON
32 lines
915 B
JSON
{
|
|
"ports": [
|
|
{
|
|
"address": "22:22:22:22:22:22",
|
|
"created_at": "2016-08-18T22:28:48.643434+11:11",
|
|
"extra": {},
|
|
"internal_info": {},
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/ports/d2b30520-907d-46c8-bfee-c5586e6fb3a1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/ports/d2b30520-907d-46c8-bfee-c5586e6fb3a1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"local_link_connection": {
|
|
"port_id": "Ethernet3/1",
|
|
"switch_id": "0a:1b:2c:3d:4e:5f",
|
|
"switch_info": "switch1"
|
|
},
|
|
"node_uuid": "6d85703a-565d-469a-96ce-30b6de53079d",
|
|
"physical_network": "physnet1",
|
|
"portgroup_uuid": "e43c722c-248e-4c6e-8ce8-0d8ff129387a",
|
|
"pxe_enabled": true,
|
|
"updated_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"uuid": "d2b30520-907d-46c8-bfee-c5586e6fb3a1"
|
|
}
|
|
]
|
|
}
|