OBJECT

PrecheckStatusNextRunInfo

Description

Precheck status running information.

link GraphQL Schema definition

  • type PrecheckStatusNextRunInfo {
  • # Upgrade prechecks job instance Id.
  • jobInstanceId: String!
  • # Upgrade prechecks job start time.
  • startTime: Long!
  • # Status of Upgrade prechecks job.
  • status: String!
  • }