INPUT_OBJECT

K8sDiagnosticsParametersInput

Description

Supported in v9.4+ Enable intrusive tests for the on-demand diagnostic tests.

link GraphQL Schema definition

  • input K8sDiagnosticsParametersInput {
  • # Required. Supported in v9.4+
  • # Enable backup check for the on-demand diagnostic tests.
  • isBackupCheckEnabled: Boolean!
  • # Required. Supported in v9.4+
  • # Enable registry check for the on-demand diagnostic tests.
  • isRegistryCheckEnabled: Boolean!
  • # Required. Supported in v9.4+
  • # Enable restore check for the on-demand diagnostic tests.
  • isRestoreCheckEnabled: Boolean!
  • }