LoggingForwardingSetRequestBody

This is a request body class for an operation.


Properties

cfg_list Required

The cfgList is a list of Config structure that contains the log message forwarding rules in terms of the host, port, protocol of the log message.

JSON Example

{
	"cfg_list": [
		{
			"hostname": "string",
			"port": 0,
			"protocol": "TLS"
		}
	]
}
Parameter To

Set Forwarding

Feedback

Was this page helpful?