INPUT_OBJECT

DeleteSyslogExportRuleInput

Description

Input for deleting a syslog export rule.

link GraphQL Schema definition

  • input DeleteSyslogExportRuleInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. The ID of the syslog export rule.
  • id: String!
  • }

link Require by