DependentMonitoredSystemReference
Simple reference holding the information of a monitoring system together with the affected flag and the dependent systems.
type DependentMonitoredSystemReference {
system: MonitoredSystem!
affected: Boolean
dependent: [DependentMonitoredSystemReference]
}
Fields
DependentMonitoredSystemReference.system ● MonitoredSystem! non-null interface
DependentMonitoredSystemReference.affected ● Boolean scalar
DependentMonitoredSystemReference.dependent ● [DependentMonitoredSystemReference] list object
Member Of
DependentMonitoredSystemReference object ● DependentMonitoredSystemsPayload object