Skip to main content

DependentMonitoredSystemsPayload

The result of the computeDependentSystems query. It contains a tree of monitored systems with the flag whether they would be affected or not by the monitoring switch operation.

type DependentMonitoredSystemsPayload {
systems: [DependentMonitoredSystemReference!]!
affectedSystems: [MonitoredSystem!]!
}

Fields

DependentMonitoredSystemsPayload.systems ● [DependentMonitoredSystemReference!]! non-null object

The systems along with the information whether they are included or not.

DependentMonitoredSystemsPayload.affectedSystems ● [MonitoredSystem!]! non-null interface

The list of affected systems.

Returned By

computeDependentSystems query