{ "id":"/axapi/v3/sflow/global/stats", "type":"object", "node-type":"scalar", "title":"global", "description":"Statistics for the object global", "properties":{ "stats":{ "type":"object", "properties":{ "total-packet-sample-records":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Total packet sample records", "long-description":"{}", "optional":true }, "total-counter-sample-records":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Total counter sample records", "long-description":"{}", "optional":true }, "total-sflow-packets-sent":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total sflow packets sent", "long-description":"{}", "optional":true } } } } }