Skip to content

windowsRbsBulkInstall

Bulk install and register RBS on Windows host.

Arguments

Argument Type Description
input (required) WindowsRbsBulkInstallInput! Bulk RBS install input.

Returns

WindowsRbsBulkInstallReply!

Sample

mutation WindowsRbsBulkInstall($input: WindowsRbsBulkInstallInput!) {
  windowsRbsBulkInstall(input: $input)
}
{
  "input": {
    "clusterUuid": "example-string",
    "request": {
      "hosts": [
        {}
      ]
    }
  }
}
{
  "data": {
    "windowsRbsBulkInstall": {
      "output": {}
    }
  }
}