INPUT_OBJECT

WindowsRbsBulkInstallInput

Description

Configuration for bulk installation of RBS on Windows hosts.

link GraphQL Schema definition

  • input WindowsRbsBulkInstallInput {
  • # Required. UUID used to identify the Rubrik cluster the request
  • # goes to.
  • clusterUuid: String!
  • # Required. Configuration parameters to install RBS on multiple
  • # windows hosts.
  • request: WindowsBulkRbsInstallRequestInput!
  • }

link Require by