OBJECT

NetworkService

link GraphQL Schema definition

  • type NetworkService {
  • # ClusterName of the given Entity
  • clusterName: String
  • # Aggregated metric information for a given entity.
  • flowMetrics: [NetworkData!]
  • # Namespace of the given Service
  • namespace: String
  • # Service Entity link with the given type specified
  • networkEntity: Entity!
  • # protocol of the given Service (HTTP/TCP)
  • protocol: String
  • # Name of the Service
  • serviceName: String
  • # Type of the given Entity
  • serviceType: NetworkServiceType!
  • }