MonitoringSwitchDependentSystemInput
input MonitoringSwitchDependentSystemInput {
systemIds: [ID!]!
monitoring: Boolean!
cascadeType: CascadeType!
}
Fields
MonitoringSwitchDependentSystemInput.systemIds ● [ID!]! non-null scalar
List of system IDs to switch the monitoring
MonitoringSwitchDependentSystemInput.monitoring ● Boolean! non-null scalar
To decide what systems are dependent it is important to know whether the monitoring should be turned onn or off.
MonitoringSwitchDependentSystemInput.cascadeType ● CascadeType! non-null enum
The type of cascade wanted.