OBJECT

SegregatedFETBConsumption

Description

6 segregation buckets: (active/relic) \u00D7 (Protected/DoNotProtect/NoSla)

link GraphQL Schema definition

  • type SegregatedFETBConsumption {
  • # No SLA active (non-archived) objects
  • noSlaActive: Long
  • # No SLA relic objects
  • noSlaRelic: Long
  • # Not protected active (non-archived) objects
  • notProtectedActive: Long
  • # Not protected relic objects
  • notProtectedRelic: Long
  • # Protected active (non-archived) objects
  • protectedActive: Long
  • # Protected relic objects
  • protectedRelic: Long
  • }