ironic/api-ref/source/samples/port-create-request.json
cid 5b372dd9ed A new 'description' field to the port object
Adds a description field that allows users to add description to ports.

Closes-Bug: #2099906
Change-Id: I1290c04698d50c7f01d74ef73296bf24f1b85152
2025-04-04 09:20:06 +00:00

15 lines
427 B
JSON

{
"node_ident": "6d85703a-565d-469a-96ce-30b6de53079d",
"portgroup_uuid": "e43c722c-248e-4c6e-8ce8-0d8ff129387a",
"name": "port1",
"description": "Physical Network",
"address": "11:11:11:11:11:11",
"is_smartnic": true,
"local_link_connection": {
"switch_id": "0a:1b:2c:3d:4e:5f",
"port_id": "Ethernet3/1",
"switch_info": "switch1"
},
"physical_network": "physnet1"
}