{ "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 }, "total-sflow-local-packets-sent":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total sflow packets sent desc {}", "optional":true }, "total-sflow-packets-sent-mgmt":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Total sflow packets sent via Mgmt Interface", "long-description":"{}", "optional":true }, "total-sflow-packets-drop-mgmt":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"sflow packets dropped because of rate limit via Mgmt Interface", "long-description":"{}", "optional":true } } } } }