Skip to content

gcpExocomputeConfigs

Gets the exocompute configuration for the given project given filters of cloud account IDs, regions and status.

Arguments

Argument Type Description
input (required) GcpGetExocomputeConfigsReq! Input to get exocompute configuration for a GCP project.

Returns

GcpGetExocomputeConfigsReply!

Sample

query GcpExocomputeConfigs($input: GcpGetExocomputeConfigsReq!) {
  gcpExocomputeConfigs(input: $input)
}
{
  "input": {
    "cloudAccountId": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "gcpExocomputeConfigs": {
      "exocomputeConfigs": [
        {
          "configId": "00000000-0000-0000-0000-000000000000"
        }
      ]
    }
  }
}