OBJECT

SuricataRuleSetInfo

link GraphQL Schema definition

  • type SuricataRuleSetInfo {
  • # The version of the Suricata rule set that was last updated
  • rulesVersion: String!
  • # The number of rules added in the last update
  • rulesAdded: Int!
  • # The number of rules edited in the last update
  • rulesUpdated: Int!
  • # The number of rules deleted in the last update
  • rulesDeleted: Int!
  • # The time when the Suricata rule set was last updated
  • lastUpdated: Time
  • }

link Require by