INPUT_OBJECT

LinuxRbsBulkInstallInput

Description

Configuration for bulk installation of RBS on Linux hosts.

link GraphQL Schema definition

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

link Require by