Skip to content

allStorageArrays

Summary of all storage arrays Supported in v5.0+ Retrieve the host IP and username for all storage arrays.

Arguments

Argument Type Description
input (required) [UUID!]! List of cluster IDs.

Returns

AllStorageArraysReply!

Sample

query AllStorageArrays($input: [UUID!]!) {
  allStorageArrays(input: $input)
}
{
  "input": [
    "00000000-0000-0000-0000-000000000000"
  ]
}
{
  "data": {
    "allStorageArrays": {
      "clusterStorageArrays": [
        {
          "errorMessage": "example-string"
        }
      ]
    }
  }
}