OBJECT

DbLogReportSummary

Description

Supported in v5.3+

link GraphQL Schema definition

  • type DbLogReportSummary {
  • # Required. Supported in v5.3+
  • id: String!
  • # Required. Supported in v5.3+
  • # Name of the database.
  • name: String!
  • # Supported in v5.3+
  • # Time, in UTC, of the last database backup.
  • lastSnapshotTime: DateTime
  • # Supported in v5.3+
  • # Amount of time, in seconds, that has elapsed since the next expected log backup.
  • logBackupDelay: Long
  • # Required. Supported in v5.3+
  • # ID of the primary Rubrik cluster on which the database is located.
  • primaryClusterId: String!
  • # Supported in v5.3+
  • # Latest point in time, in UTC, to which the database can be restored.
  • latestRecoveryTime: DateTime
  • # Required. Supported in v5.3+
  • # ID of the SLA Domain controlling the database protection.
  • effectiveSlaDomainId: String!
  • # Required. Supported in v5.3+
  • # Name of the SLA Domain controlling the database protection.
  • effectiveSlaDomainName: String!
  • # Supported in v5.3+
  • # Frequency, in seconds, of the database log backup.
  • logBackupFrequency: Int
  • # Required. Supported in v5.3+
  • # Location of the customer database. For a standalone SQL database, this includes
  • # the host and instance name.
  • location: String!
  • # The type of the database.
  • databaseType: DatabaseType!
  • }