OBJECT
DbLogReportSummary
Description
Supported in v5.3+
link GraphQL Schema definition
- type DbLogReportSummary {
- # Required. Supported in v5.3+
- String! :
- # Required. Supported in v5.3+
- # Name of the database.
- String! :
- # Supported in v5.3+
- # Time, in UTC, of the last database backup.
- DateTime :
- # Supported in v5.3+
- # Amount of time, in seconds, that has elapsed since the next expected log backup.
- Long :
- # Required. Supported in v5.3+
- # ID of the primary Rubrik cluster on which the database is located.
- String! :
- # Supported in v5.3+
- # Latest point in time, in UTC, to which the database can be restored.
- DateTime :
- # Required. Supported in v5.3+
- # ID of the SLA Domain controlling the database protection.
- String! :
- # Required. Supported in v5.3+
- # Name of the SLA Domain controlling the database protection.
- String! :
- # Supported in v5.3+
- # Frequency, in seconds, of the database log backup.
- Int :
- # Required. Supported in v5.3+
- # Location of the customer database. For a standalone SQL database, this includes
- # the host and instance name.
- String! :
- # The type of the database.
- DatabaseType! :
- }