{ "id":"/axapi/v3/visibility/mon-entity-telemetry-data", "type":"object", "node-type":"scalar", "title":"mon-entity-telemetry-data", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"dummy schema for sflow exports", "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; 'in_pkts': Monitored Entity telemetry Metric IN pkts; 'out_pkts': Monitored Entity telemetry Metric OUT pkts; 'in_bytes': Monitored Entity telemetry Metric IN bytes; 'out_bytes': Monitored Entity telemetry Metric OUT bytes; 'errors': Monitored Entity telemetry Metric ERRORS; 'in_small_pkt': Monitored Entity telemetry Metric IN SMALL pkt; 'in_frag': Monitored Entity telemetry Metric IN frag; 'out_small_pkt': Monitored Entity telemetry Metric OUT SMALL pkt; 'out_frag': Monitored Entity telemetry Metric OUT frag; 'new-conn': Monitored Entity telemetry Metric New Sessions; 'avg_data_cpu_util': Monitored Entity telemetry Metric Average data CPU utilization; 'outside_intf_util': Monitored Entity telemetry Metric Outside interface utilization; 'concurrent-conn': concurrent-conn; 'in_bytes_per_out_bytes': Monitored Entity telemetry Metric IN bytes per OUT bytes; 'drop_pkts_per_pkts': Monitored Entity telemetry Metric Drop pkts per pkts; 'tcp_in_syn': Monitored Entity telemetry Metric TCP IN syn; 'tcp_out_syn': Monitored Entity telemetry Metric TCP OUT syn; 'tcp_in_fin': Monitored Entity telemetry Metric TCP IN fin; 'tcp_out_fin': Monitored Entity telemetry Metric TCP OUT fin; 'tcp_in_payload': Monitored Entity telemetry Metric TCP IN payload; 'tcp_out_payload': Monitored Entity telemetry Metric TCP OUT payload; 'tcp_in_rexmit': Monitored Entity telemetry Metric TCP IN rexmit; 'tcp_out_rexmit': Monitored Entity telemetry Metric TCP OUT rexmit; 'tcp_in_rst': Monitored Entity telemetry Metric TCP IN rst; 'tcp_out_rst': Monitored Entity telemetry Metric TCP OUT rst; 'tcp_in_empty_ack': Monitored Entity telemetry Metric TCP_IN EMPTY ack; 'tcp_out_empty_ack': Monitored Entity telemetry Metric TCP OUT EMPTY ack; 'tcp_in_zero_wnd': Monitored Entity telemetry Metric TCP IN ZERO wnd; 'tcp_out_zero_wnd': Monitored Entity telemetry Metric TCP OUT ZERO wnd; 'tcp_conn_miss': Monitored Entity telemetry Metric TCP connection miss; 'tcp_fwd_syn_per_fin': Monitored Entity telemetry Metric TCP FWD SYN per FIN; ", "enum":[ "all", "in_pkts", "out_pkts", "in_bytes", "out_bytes", "errors", "in_small_pkt", "in_frag", "out_small_pkt", "out_frag", "new-conn", "avg_data_cpu_util", "outside_intf_util", "concurrent-conn", "in_bytes_per_out_bytes", "drop_pkts_per_pkts", "tcp_in_syn", "tcp_out_syn", "tcp_in_fin", "tcp_out_fin", "tcp_in_payload", "tcp_out_payload", "tcp_in_rexmit", "tcp_out_rexmit", "tcp_in_rst", "tcp_out_rst", "tcp_in_empty_ack", "tcp_out_empty_ack", "tcp_in_zero_wnd", "tcp_out_zero_wnd", "tcp_conn_miss", "tcp_fwd_syn_per_fin" ] } } } ] } } }