OBJECT

GroupCountListWithTotal

Description

Represents total count of clusters in each group of upgrade type.

link GraphQL Schema definition

  • type GroupCountListWithTotal {
  • # Total count of Rubrik clusters.
  • totalCount: Int!
  • # List of clusters grouped by upgrade status.
  • groupList: [GroupCount!]!
  • }

link Require by