OBJECT

NetworkFlowData

link GraphQL Schema definition

  • type NetworkFlowData {
  • # Total degraded flows between the srcEntity and destEntity
  • degradedFlows: NetworkData
  • # Total dropped flows between the srcEntity and destEntity
  • droppedFlows: NetworkData
  • # TODO add description
  • flowMetrics: [NetworkData!]
  • # Total internet flows between the srcEntity and destEntity
  • internetFlows: NetworkData
  • # Total protected flows between the srcEntity and destEntity
  • protectedFlows: NetworkData
  • # Total flows between the srcEntity and destEntity
  • totalFlows: NetworkData
  • # Total unprotected flows between the srcEntity and destEntity
  • unprotectedFlows: NetworkData
  • }