INPUT_OBJECT

GenerateConfigProtectionRestoreFormInput

Description

Input for generating configuration protection restore form.

link GraphQL Schema definition

  • input GenerateConfigProtectionRestoreFormInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Request to generate restore form.
  • restoreFormRequest: RestoreFormRequestInput!
  • }

link Require by