{ "id":"/axapi/v3/interface/driver-statistic/oper", "type":"object", "node-type":"scalar", "title":"driver-statistic", "description":"Operational Status for the object driver-statistic", "properties":{ "oper":{ "type":"object", "properties":{ "interfaces":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "IF-Type":{ "type":"string", "format":"string" }, "port_num":{ "type":"number", "format":"number" }, "rxpkts64_counts":{ "type":"number", "format":"number" }, "rxpkts65to127_counts":{ "type":"number", "format":"number" }, "rxpkts128to255_counts":{ "type":"number", "format":"number" }, "rxpkts256to511_counts":{ "type":"number", "format":"number" }, "rxpkts512to1023_counts":{ "type":"number", "format":"number" }, "rxpkts1024to1518_counts":{ "type":"number", "format":"number" }, "rxpkts1519toMax_counts":{ "type":"number", "format":"number" }, "txpkts64_counts":{ "type":"number", "format":"number" }, "txpkts65to127_counts":{ "type":"number", "format":"number" }, "txpkts128to255_counts":{ "type":"number", "format":"number" }, "txpkts256to511_counts":{ "type":"number", "format":"number" }, "txpkts512to1023_counts":{ "type":"number", "format":"number" }, "txpkts1024to1518_counts":{ "type":"number", "format":"number" }, "txpkts1519toMax_counts":{ "type":"number", "format":"number" } } } ] } } } } }