Skip to content

protectedVolumesCount

Total number of protected volumes across all hosts.

Arguments

Argument Type Description
filter [Filter!] Hierarchy object filter.

Returns

Int!

Sample

query {
  protectedVolumesCount
}
{}
{
  "data": {
    "protectedVolumesCount": 0
  }
}