{ "id":"/axapi/v3/event-notification/kafka/server", "type":"object", "node-type":"scalar", "title":"server", "partition-visibility":"shared", "auto-created-object":1, "description":"Set remote kafka server ip address", "properties":{ "host-ipv4":{ "type":"string", "format":"host", "partition-visibility":"shared", "description":"Set kafka Broker ip address or hostname", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port for connections", "optional":true }, "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)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }