{
"operation-name" : "add",
"description" : "Add the syslog tls over tcp/ip protocol.",
"request-properties" : {
"host" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The host of the syslog server for the tls over tcp requests.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "localhost",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"message-transfer" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The message transfer setting as described in section 3.4 of RFC-6587. This can either be OCTET_COUNTING as described in section 3.4.1 of RFC-6587, or NON_TRANSPARENT_FRAMING as described in section 3.4.1 of RFC-6587. See your syslog provider's documentation for what is supported.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "NON_TRANSPARENT_FRAMING",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"port" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The port of the syslog server for the tls over tcp requests.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 514,
"stability" : "default"
},
"reconnect-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "If a connection drop is detected, the number of seconds to wait before reconnecting. A negative number means don't reconnect automatically.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : -1,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}