OBJECT
UpdateResult
link GraphQL Schema definition
- type UpdateResult {
- # Indicates whether the Suricata rule set update succeeded
- : Boolean!
- # If update failed, specifies the reason why the Suricata rule set could not be
- # updated
- : CannotUpdateSuricataRulesReason!
- }