{ "id":"/axapi/v3/sflow/global/oper", "type":"object", "node-type":"scalar", "title":"global", "description":"Operational Status for the object global", "properties":{ "oper":{ "type":"object", "properties":{ "if-stats-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "if-type":{ "type":"string", "format":"enum", "enum":[ "Ethernet", "VE" ] }, "if-num":{ "type":"number", "format":"number" }, "packet-sample-records":{ "type":"number", "format":"number" }, "counter-sample-records":{ "type":"number", "format":"number" } } } ] } } } } }