OBJECT
NetworkService
link GraphQL Schema definition
- type NetworkService {
- # ClusterName of the given Entity
- String :
- # Aggregated metric information for a given entity.
- NetworkData!] : [
- # Namespace of the given Service
- String :
- # Service Entity link with the given type specified
- Entity! :
- # protocol of the given Service (HTTP/TCP)
- String :
- # Name of the Service
- String :
- # Type of the given Entity
- NetworkServiceType! :
- }