OBJECT
NetworkEntityCommunications
link GraphQL Schema definition
- type NetworkEntityCommunications {
- # Arguments
- # endTime: endTime for network flows. It defaults to now if
- # startTime is not set, otherwise 24 hours after startTime
- # flowMetrics: request specific flow metrics
- # startTime: startTime for network flows. It defaults to 24 hours
- # before endTime
- (
- DateTime, :
- NetworkFlowMetricName!], : [
- DateTime :
- ): NetworkCommunication
- }