{ "id":"/axapi/v3/acos-events/statistics", "type":"object", "node-type":"scalar", "title":"statistics", "partition-visibility":"shared", "auto-created-object":1, "description":"acos events global statistics", "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; 'msg_dropped_malloc_failure': Messages Dropped due to malloc failure; 'msg_dropped_no_template': Messages Dropped, no active template; 'msg_dropped_selector': Messages Dropped, selector does not enable msg; 'msg_dropped_too_long': Messages Dropped, invalid length; 'msg_dropped_other': Messages Dropped, unexpected error; ", "enum":[ "all", "msg_dropped_malloc_failure", "msg_dropped_no_template", "msg_dropped_selector", "msg_dropped_too_long", "msg_dropped_other" ] }, "optional":true } } ] } } }