INPUT_OBJECT
ClusterFilterInput
Description
Filters for the cluster list.
link GraphQL Schema definition
- input ClusterFilterInput {
- # Location of the Rubrik cluster.
- : [String!]
- # Connection status of the Rubrik cluster.
- : [ClusterStatus!]
- # Cyber Event Lockdown mode of the Rubrik cluster.
- : [ClusterCyberEventLockdownMode!]
- # Exclude clusters that do not have any nodes connected.
- : Boolean
- # Exclude the Rubrik cluster UUIDs.
- : [UUID!]
- # Cluster UUIDs.
- : [UUID!]
- # Include Rubrik clusters which are disconnected or in fatal state.
- : Boolean
- # Returns clusters running software version equal to or greater than the specified
- # version.
- : String
- # Cluster names.
- : [String!]
- # Object types of snappables protected by the cluster.
- : [ObjectTypeEnum!]
- # Filter for clusters belonging to the specified organizations.
- : [UUID!]
- # The licensed product type.
- : Product
- # Product type specific filters for the clusters.
- : [ClusterFilterPerProductInput!]
- # Type of Rubrik cluster.
- : [ClusterProductEnum!]
- # The mode in which the cluster is registered.
- : [ClusterRegistrationMode!]
- # Cluster registration time greater than.
- : DateTime
- # Cluster registration time less than.
- : DateTime
- # System status of the Rubrik cluster.
- : [ClusterSystemStatus!]
- # Cluster types.
- : [ClusterTypeEnum!]
- }