Skip to content

isTotpAckNecessaryForCluster

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

Arguments

Argument Type Description
clusterUuid (required) UUID! Specifies the cluster UUID.

Returns

Boolean!

Sample

query IsTotpAckNecessaryForCluster($clusterUuid: UUID!) {
  isTotpAckNecessaryForCluster(clusterUuid: $clusterUuid)
}
{
  "clusterUuid": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "isTotpAckNecessaryForCluster": true
  }
}