OBJECT
ClusterWithCapacityQuota
Description
Information about the Rubrik cluster and any applicable capacity quota for the cluster in the organization.
link GraphQL Schema definition
- type ClusterWithCapacityQuota {
- # Cluster on which the capacity quota is enforced.
- : Cluster!
- # The current physical storage that the organization is using on the cluster, in
- # GB.
- : Long!
- # The capacity quota that the organization has on the cluster, if it exists.
- : ClusterCapacityQuota
- }