OBJECT

MonitoredNetworkSiteInfo

Monitored network information per site

link GraphQL Schema definition

  • type MonitoredNetworkSiteInfo {
  • # Site ID
  • siteId: String!
  • # Whether this monitored network is enabled on this site
  • isEnabled: Boolean!
  • # Local name for the monitored network on the site
  • localName: String
  • # Local description for the monitored network on this site
  • localDescription: String
  • }