Skip to content

ncdBackEndCapacity

NAS Cloud Direct back-end capacity for the requested clusters.

Arguments

Argument Type Description
clusters (required) [UUID!]! List of Rubrik clusters to filter.

Returns

NcdBackEndCapacity

Sample

query NcdBackEndCapacity($clusters: [UUID!]!) {
  ncdBackEndCapacity(clusters: $clusters) {
    usageInBytes
  }
}
{
  "clusters": [
    "00000000-0000-0000-0000-000000000000"
  ]
}
{
  "data": {
    "ncdBackEndCapacity": {
      "usageInBytes": 0
    }
  }
}