ENUM

FeedStatus

Description

Status of the feed.

link GraphQL Schema definition

  • enum FeedStatus {
  • # Feed is active.
  • ACTIVE
  • # Feed is importing IOCs.
  • IMPORTING_IOCS
  • # Feed credentials are invalid.
  • INVALID_CREDENTIALS
  • # Feed ingested deactivated IOCs.
  • NEW_DISABLED_IOCS_INGESTED
  • # Status is UNSPECIFIED.
  • UNSPECIFIED
  • }