{ "id":"/axapi/v3/event-notification", "type":"object", "node-type":"intermediate", "title":"event-notification", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Event notification type", "properties":{ "kafka":{ "type":"object", "$ref":"/axapi/v3/event-notification/kafka", "properties":{ "server":{ "type":"object", "$ref":"/axapi/v3/event-notification/kafka/server", "properties":{ "host-ipv4":{ "type":"string", "format":"host", "partition-visibility":"shared", "description":"Set kafka Broker ip address or hostname" }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections" }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "default":9092, "partition-visibility":"shared", "description":"Set remote kafka port number (Remote kafka port number 1-32767, default is 9092)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'pr-acos-harmony-topic': PR topic counter from acos to harmony; 'avro-device-status-topic': AVRO device status from acos to harmony; 'avro-partition-metrics-topic': AVRO partition metrics from acos to harmony; 'avro-generic-sent': Telemetry exported via avro; 'pr-acos-harmony-topic-enqueue-err': PR topic to harmony enqueue error; 'pr-acos-harmony-topic-dequeue-err': PR topic to harmony dequeue error; 'avro-generic-failed-encoding': Telemetry exported via avro failed encoding; 'avro-generic-failed-sending': Telemetry exported via avro failed sending; 'avro-device-status-topic-enqueue-err': AVRO device status enqueue error; 'avro-device-status-topic-dequeue-err': AVRO device status dequeue error; 'avro-partition-metrics-topic-enqueue-err': AVRO partition metrics enqueue error; 'avro-partition-metrics-topic-dequeue-err': AVRO partition metrics dequeue error; 'kafka-unknown-topic-dequeue-err': Kafka Unknown topic error; 'kafka-broker-down': Telemetry drop because kafka broker is down; 'kafka-queue-full-err': Telemetry drop because kafka Queue is full; 'pr-throttle-drop': PR drop due to throttling; 'pr-not-allowed-drop': PR drop because not allowed to log; 'pr-be-ttfb-anomaly': PR back-end ttfb is negative; 'pr-be-ttlb-anomaly': PR back-end ttlb is negative; 'pr-in-latency-threshold-exceed': PR in latency threshold exceeded; 'pr-out-latency-threshold-exceed': PR out latency threshold exceeded; 'pr-out-latency-anomaly': PR out latency negative; 'pr-in-latency-anomaly': PR in latency negative; 'kafka-topic-error': Telemetry dropped because kafka topic not created; 'pc-encoding-failed': Telemetry exported via avro failed encoding; 'pc-acos-harmony-topic': PC topic counter from acos to harmony; 'pc-acos-harmony-topic-dequeue-err': PC topic to harmony dequeue error; 'cgn-pc-acos-harmony-topic': CGN PC topic counter from acos to harmony; 'cgn-pc-acos-harmony-topic-dequeue-err': CGN PC topic to harmony dequeue error; 'cgn-pe-acos-harmony-topic': CGN PE topic counter from acos to harmony; 'cgn-pe-acos-harmony-topic-dequeue-err': CGN PE topic to harmony dequeue error; 'fw-pc-acos-harmony-topic': FW PC topic counter from acos to harmony; 'fw-pc-acos-harmony-topic-dequeue-err': FW PC topic to harmony dequeue error; 'fw-deny-pc-acos-harmony-topic': FW DENY PC topic counter from acos to harmony; 'fw-deny-pc-acos-harmony-topic-dequeue-err': FW DENY PC topic to harmony dequeue error; 'fw-rst-pc-acos-harmony-topic': FW RST PC topic counter from acos to harmony; 'fw-rst-pc-acos-harmony-topic-dequeue-err': FW RST PC topic to harmony dequeue error; 'cgn-summary-error-acos-harmony-topic': CGN Summary PE topic counter from acos to harmony; 'cgn-summary-error-acos-harmony-topic-dequeue-err': CGN Summary PE topic to harmony dequeue error; 'pc-throttle-drop': PC drop due to throttling; ", "enum":[ "all", "pr-acos-harmony-topic", "avro-device-status-topic", "avro-partition-metrics-topic", "avro-generic-sent", "pr-acos-harmony-topic-enqueue-err", "pr-acos-harmony-topic-dequeue-err", "avro-generic-failed-encoding", "avro-generic-failed-sending", "avro-device-status-topic-enqueue-err", "avro-device-status-topic-dequeue-err", "avro-partition-metrics-topic-enqueue-err", "avro-partition-metrics-topic-dequeue-err", "kafka-unknown-topic-dequeue-err", "kafka-broker-down", "kafka-queue-full-err", "pr-throttle-drop", "pr-not-allowed-drop", "pr-be-ttfb-anomaly", "pr-be-ttlb-anomaly", "pr-in-latency-threshold-exceed", "pr-out-latency-threshold-exceed", "pr-out-latency-anomaly", "pr-in-latency-anomaly", "kafka-topic-error", "pc-encoding-failed", "pc-acos-harmony-topic", "pc-acos-harmony-topic-dequeue-err", "cgn-pc-acos-harmony-topic", "cgn-pc-acos-harmony-topic-dequeue-err", "cgn-pe-acos-harmony-topic", "cgn-pe-acos-harmony-topic-dequeue-err", "fw-pc-acos-harmony-topic", "fw-pc-acos-harmony-topic-dequeue-err", "fw-deny-pc-acos-harmony-topic", "fw-deny-pc-acos-harmony-topic-dequeue-err", "fw-rst-pc-acos-harmony-topic", "fw-rst-pc-acos-harmony-topic-dequeue-err", "cgn-summary-error-acos-harmony-topic", "cgn-summary-error-acos-harmony-topic-dequeue-err", "pc-throttle-drop" ] }, "optional":true } } ] } } } } } } }