{ "id":"/axapi/v3/logging/host", "type":"object", "node-type":"intermediate", "title":"host", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Set remote syslog host DNS name or ip address", "properties":{ "ipv4addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4addr" }, "uniqueItems":true, "$ref":"/axapi/v3/logging/host/ipv4addr/{host-ipv4}", "array":[ { "properties":{ "host-ipv4":{ "type":"string", "format":"host", "partition-visibility":"shared", "description":"Set syslog host ip address", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port for connections", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "default":514, "partition-visibility":"shared", "description":"Set remote syslog port number", "optional":true }, "tcp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use TCP as transport protocol", "optional":true }, "over-tls":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable remote logging over TLS session", "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 } }, "required":[ "host-ipv4" ] } ] }, "ipv6addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6addr" }, "uniqueItems":true, "$ref":"/axapi/v3/logging/host/ipv6addr/{host-ipv6}", "array":[ { "properties":{ "host-ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Set syslog host ipv6 address", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port for connections", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":32767, "default":514, "partition-visibility":"shared", "description":"Set remote syslog port number", "optional":true }, "tcp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use TCP as transport protocol", "optional":true }, "over-tls":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable remote logging over TLS session", "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 } }, "required":[ "host-ipv6" ] } ] }, "partition":{ "type":"object", "$ref":"/axapi/v3/logging/host/partition", "properties":{ "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "not":"partition-name", "description":"Select shared partition" }, "partition-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":14, "partition-visibility":"shared", "$ref":"/axapi/v3/partition", "not":"shared", "description":"Select partition name for logging" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }