OBJECT

UpdateResult

link GraphQL Schema definition

  • type UpdateResult {
  • # Indicates whether the Suricata rule set update succeeded
  • succeeded: Boolean!
  • # If update failed, specifies the reason why the Suricata rule set could not be
  • # updated
  • cannotUpdateReason: CannotUpdateSuricataRulesReason!
  • }

link Require by