OBJECT

SyslogExportRuleFull

Description

Supported in v5.1+

link GraphQL Schema definition

  • type SyslogExportRuleFull {
  • # Required. Supported in v5.1+
  • # Specifies whether TLS should be used to communicate with the syslog server.
  • enableTls: Boolean!
  • # Required. Supported in v5.1+
  • hostname: String!
  • # Required. 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!
  • }