{ "id":"/axapi/v3/sflow/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"sFlow global", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'total-packet-sample-records': Total packet sample records; 'total-counter-sample-records': Total counter sample records; 'total-sflow-packets-sent': Total sflow packets sent; 'total-sflow-local-packets-sent': Total sflow packets sent desc {}; 'total-sflow-packets-sent-mgmt': Total sflow packets sent via Mgmt Interface; 'total-sflow-packets-drop-mgmt': sflow packets dropped because of rate limit via Mgmt Interface; ", "enum":[ "all", "total-packet-sample-records", "total-counter-sample-records", "total-sflow-packets-sent", "total-sflow-local-packets-sent", "total-sflow-packets-sent-mgmt", "total-sflow-packets-drop-mgmt" ] } } } ] } } }