MonitoredSystemRelations
System relations for a monitored system, split by side.
type MonitoredSystemRelations {
left: [SystemRelation!]!
right: [SystemRelation!]!
}
Fields
MonitoredSystemRelations.left ● [SystemRelation!]! non-null object
Relations where this system appears as the left system.
MonitoredSystemRelations.right ● [SystemRelation!]! non-null object
Relations where this system appears as the right system.
Member Of
BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object