OBJECT
SuricataRuleSetInfo
link GraphQL Schema definition
- type SuricataRuleSetInfo {
- # The version of the Suricata rule set that was last updated
- String! :
- # The number of rules added in the last update
- Int! :
- # The number of rules edited in the last update
- Int! :
- # The number of rules deleted in the last update
- Int! :
- # The time when the Suricata rule set was last updated
- Time :
- }