{ "id":"/axapi/v3/interface/available-eth-list/oper", "type":"object", "node-type":"scalar", "title":"available-eth-list", "description":"Operational Status for the object available-eth-list", "properties":{ "oper":{ "type":"object", "properties":{ "tot_num_of_ports":{ "type":"number", "format":"number" }, "if-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "IF-Type":{ "type":"string", "format":"string" }, "IF-Num":{ "type":"number", "format":"number" }, "IF-Status":{ "type":"string", "format":"string" }, "state":{ "type":"string", "format":"string" } } } ] } } } } }