OBJECT

FeedSummaryStats

Description

Statistics about the feed.

link GraphQL Schema definition

  • type FeedSummaryStats {
  • # Number of active hashes in the feed.
  • activeHashes: Int!
  • # Number of active YARA rules in the feed.
  • activeYaraRules: Int!
  • # Number of deactivated hashes in the feed.
  • notEnabledHashes: Int!
  • # Number of deactivated YARA rules in the feed.
  • notEnabledYaraRules: Int!
  • }