OBJECT

ConfigProtectionInfo

Description

Configuration protection information.

link GraphQL Schema definition

  • type ConfigProtectionInfo {
  • # The cluster UUID.
  • clusterUuid: UUID!
  • # Status of configuration protection.
  • configProtectionStatus: ConfigProtectionStatus!
  • # Type of upload location.
  • uploadLocation: UploadLocationType!
  • # The replication target name of the upload location.
  • replicationTargetName: String
  • # Date and time of last successful backup.
  • lastSuccessfulBackupTime: DateTime
  • # CA certificate UUID used for setup.
  • caCertUuid: UUID
  • }