OBJECT

IemMonitoredNetwork

Aggregated monitored network across IEM sites

link GraphQL Schema definition

  • type IemMonitoredNetwork {
  • # ID of the em monitored network
  • id: ID!
  • # Category of the monitored network
  • category: MonitoredNetworkCategory!
  • # The CIDR that defines this network
  • subnet: String!
  • # Global name for the monitored network
  • globalName: String
  • # Global description for the monitored network
  • globalDescription: String
  • # List of site-specific information for this monitored network
  • siteInfos: [MonitoredNetworkSiteInfo!]!
  • }