Skip to content

cdmHierarchySnappablesNew

No description available.

Arguments

Argument Type Description
fids (required) [UUID!]! The Rubrik UUIDs for the objects.

Returns

[CdmHierarchySnappableNew!]!

Sample

query CdmHierarchySnappablesNew($fids: [UUID!]!) {
  cdmHierarchySnappablesNew(fids: $fids) {
    cdmId
    cdmLink
    id
    name
    numWorkloadDescendants
    objectType
    onDemandSnapshotCount
    slaAssignment
    slaPauseStatus
  }
}
{
  "fids": [
    "00000000-0000-0000-0000-000000000000"
  ]
}
{
  "data": {
    "cdmHierarchySnappablesNew": [
      {
        "cdmId": "example-string",
        "cdmLink": "example-string"
      }
    ]
  }
}