INPUT_OBJECT

SyslogExportRulePartialInput

Description

Supported in v5.1+

link GraphQL Schema definition

  • input SyslogExportRulePartialInput {
  • # Supported in v5.1+
  • # Specifies whether TLS should be used to communicate with the syslog server.
  • enableTls: Boolean
  • # Supported in v5.1+
  • hostname: String
  • # Supported in v5.1+
  • port: Int
  • # Supported in v5.2+
  • # The ID corresponding to the imported certificate used by the syslog server.
  • certificateId: String
  • # Supported in v5.1+
  • facility: SyslogFacility
  • # Supported in v5.1+
  • protocol: TransportLayerProtocol
  • # Supported in v5.1+
  • severity: SyslogSeverity
  • }