MonitoringSwitchDependentSystemsPayload
The result of the switchMonitoringDependentSystems query. It contains a tree of monitored systems with the flag whether they would be affected or not by the monitoring switch operation.
type MonitoringSwitchDependentSystemsPayload {
systems: [MonitoringSwitchMonitoredSystemReference!]!
affectedSystems: [MonitoredSystem!]!
}
Fields
MonitoringSwitchDependentSystemsPayload.systems ● [MonitoringSwitchMonitoredSystemReference!]! non-null object
The systems along with the information whether they are included or not.
MonitoringSwitchDependentSystemsPayload.affectedSystems ● [MonitoredSystem!]! non-null interface
The list of affected systems. For this systems the monitoring switch operation should be executed.