Skip to content

allClustersTotpAckStatus

Checks whether acknowledgement of the Time-based, One-Time Password (TOTP) mandate is required for upgrading the Rubrik cluster version.

Arguments

Argument Type Description
listClusterUuid (required) [UUID!]! Specifies the list of cluster UUIDs.

Returns

[Boolean!]!

Sample

query AllClustersTotpAckStatus($listClusterUuid: [UUID!]!) {
  allClustersTotpAckStatus(listClusterUuid: $listClusterUuid)
}
{
  "listClusterUuid": [
    "00000000-0000-0000-0000-000000000000"
  ]
}
{
  "data": {
    "allClustersTotpAckStatus": [
      true
    ]
  }
}