Skip to content

allGcpNativeStoredNetworkNamesInProject

List of all the distinct network names of the GCP instances stored with Polaris.

Arguments

Argument Type Description
projectId (required) UUID! ID of the Project.

Returns

[String!]!

Sample

query AllGcpNativeStoredNetworkNamesInProject($projectId: UUID!) {
  allGcpNativeStoredNetworkNamesInProject(projectId: $projectId)
}
{
  "projectId": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "allGcpNativeStoredNetworkNamesInProject": [
      "example-string"
    ]
  }
}