{ "id":"/axapi/v3/system/inuse-port-list/oper", "type":"object", "node-type":"scalar", "title":"inuse-port-list", "description":"Operational Status for the object inuse-port-list", "properties":{ "oper":{ "type":"object", "properties":{ "system-inuse-port-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "Port-Num":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" }, "Mac-Addr":{ "type":"string", "format":"string" }, "Speed":{ "type":"string", "format":"string" }, "Node":{ "type":"string", "format":"string" }, "PCI-Addr":{ "type":"string", "format":"string" } } } ] } } } } }