Skip to content

gcpNativeStoredDiskLocations

lists distinct regions and zones of the GCP disks stored with Polaris

Arguments

Argument Type Description
projectId UUID UUID of the Project (Optional)

Returns

ListStoredDiskLocationsReply!

Sample

query {
  gcpNativeStoredDiskLocations {
    regions
    zones
  }
}
{}
{
  "data": {
    "gcpNativeStoredDiskLocations": {
      "regions": [
        "example-string"
      ],
      "zones": [
        "example-string"
      ]
    }
  }
}