INPUT_OBJECT
CdmUpgradeInfoFilterInput
Description
Filters for the cluster list.
link GraphQL Schema definition
- input CdmUpgradeInfoFilterInput {
- # Location of cluster.
- : [String!]
- : [ClusterStatus!]
- # Cluster software version greater than or equal to.
- : [String!]
- # End of support status of the Rubrik cluster.
- : [ClusterEosStatus!]
- # Cluster UUIDs.
- : [UUID!]
- : [String!]
- # Cluster software version greater than or equal to.
- : String
- # Cluster names.
- : [String!]
- # Prechecks status of cluster.
- : [PrechecksStatusTypeEnum!]
- # Product type of Rubrik cluster.
- : [ClusterProductEnum!]
- # Cluster registration time greater than.
- : DateTime
- # Cluster registration time less than.
- : DateTime
- # Cluster types.
- : [ClusterTypeEnum!]
- # Cluster upgrade job status.
- : [ClusterJobStatusTypeEnum!]
- : Boolean
- : [VersionStatus!]
- }