INPUT_OBJECT

ClusterFilterPerProductInput

Description

Input to filter clusters by parameters specific to product types.

link GraphQL Schema definition

  • input ClusterFilterPerProductInput {
  • # Type of Rubrik cluster.
  • productType: ClusterProductEnum!
  • # Returns clusters running software version equal to or greater than the specified
  • # version.
  • minSoftwareVersion: String
  • }