Skip to main content

MonitoringSwitchInput

NOTE: There is no cascade type here. To resolve the cascade use the 'switchMonitoringDependentSystems' query. Use the result list/tree of systems to turn on/off the monitoring.

input MonitoringSwitchInput {
systemIds: [ID!]!
monitoring: Boolean!
until: DateTime
note: String
}

Fields

MonitoringSwitchInput.systemIds ● [ID!]! non-null scalar

List of system IDs to switch the monitoring. If empty no operation will be executed.

MonitoringSwitchInput.monitoring ● Boolean! non-null scalar

Monitoring?

MonitoringSwitchInput.until ● DateTime scalar

This field only has meaning if the monitoring is set to false/off.

MonitoringSwitchInput.note ● String scalar

An optional reason to set for this switch operation.

Member Of

switchMonitoring mutation