OBJECT
IemMonitoredNetwork
Aggregated monitored network across IEM sites
link GraphQL Schema definition
- type IemMonitoredNetwork {
- # ID of the em monitored network
- : ID!
- # Category of the monitored network
- : MonitoredNetworkCategory!
- # The CIDR that defines this network
- : String!
- # Global name for the monitored network
- : String
- # Global description for the monitored network
- : String
- # List of site-specific information for this monitored network
- : [MonitoredNetworkSiteInfo!]!
- }