OBJECT
NetworkFlowData
link GraphQL Schema definition
- type NetworkFlowData {
- # Total degraded flows between the srcEntity and destEntity
- NetworkData :
- # Total dropped flows between the srcEntity and destEntity
- NetworkData :
- # TODO add description
- NetworkData!] : [
- # Total internet flows between the srcEntity and destEntity
- NetworkData :
- # Total protected flows between the srcEntity and destEntity
- NetworkData :
- # Total flows between the srcEntity and destEntity
- NetworkData :
- # Total unprotected flows between the srcEntity and destEntity
- NetworkData :
- }