v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Log Forwarding

Create log forwarding configuration

Create a new log forwarding configuration.

post/log/forwarding

Request body

appstring required

App unique identifier

type'SyslogUdp' | 'SyslogTcp' required

Log endpoint type

endpointstring required

Log destination endpoint

portinteger required

Log destination port

tokenstring

Token passed as field of syslog

format'SyslogRfc3164' | 'SyslogRfc5424' required

Which Syslog RFC will be used

enabledboolean required

Whether forwarding is enabled

Response

Log-forwarding configuration created successfully.

idstring

Unique identifier

appstring

App unique identifier

productIdstring

Product unique identifier

type'SyslogUdp' | 'SyslogTcp'

Log endpoint type

endpointstring

Log destination endpoint

portinteger

Log destination port

createdAtstring date-time

When the configuration was created

tokenstring

Token passed as field of syslog

format'SyslogRfc3164' | 'SyslogRfc5424'

Which Syslog RFC will be used

enabledboolean

Whether forwarding is enabled