OBJECT

CertificateClusterOperationError

Description

An error associated with a certificate operation on a Rubrik cluster.

link GraphQL Schema definition

  • type CertificateClusterOperationError {
  • # The UUID of the Rubrik cluster.
  • clusterUuid: String!
  • # The error of the certificate operation.
  • error: String!
  • # Specifies whether the cause of the error is a network or synchronization
  • # timeout.
  • isTimedOut: Boolean!
  • }