Skip to main content

DependentMonitoredSystemInput

input DependentMonitoredSystemInput {
systemIds: [ID!]!
cascadeType: CascadeType!
permissionsToFilter: [String!]
}

Fields

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

List of system IDs to switch the monitoring

DependentMonitoredSystemInput.cascadeType ● CascadeType! non-null enum

The type of cascade wanted.

DependentMonitoredSystemInput.permissionsToFilter ● [String!] list scalar

Check dependent systems against a permission (additional to SYSTEM_VIEW). If the current user doesn't have the given permission the system won't show up in the result. It is optional.

Member Of

computeDependentSystems query