{ "id":"/axapi/v3/event-notification/kafka", "type":"object", "node-type":"intermediate", "title":"kafka", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "auto-created-object":1, "description":"Set parameters for kafka server", "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" } } } } }