OBJECT

OracleLastValidationResult

Description

Supported in v5.3+

link GraphQL Schema definition

  • type OracleLastValidationResult {
  • # Required. Supported in v5.3+
  • # The eventseries ID for the last validation job.
  • eventSeriesId: String!
  • # Required. Supported in v5.3+
  • # A Boolean that specifies whether the last validation successfully completed.
  • isSuccess: Boolean!
  • # Required. Supported in v5.3+
  • # The timestamp of the recovery point to validate.
  • validationTime: DateTime
  • }