Skip to content

hierarchyObject

No description available.

Arguments

Argument Type Description
fid (required) UUID! Rubrik UUID for the object.
workloadHierarchy WorkloadLevelHierarchy Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types.

Returns

HierarchyObject!

Sample

query HierarchyObject($fid: UUID!) {
  hierarchyObject(fid: $fid) {
    id
    name
    numWorkloadDescendants
    objectType
    slaAssignment
    slaPauseStatus
  }
}
{
  "fid": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "hierarchyObject": {}
  }
}