Required. The parent location where this cluster will be created.
Authorization requires the following IAM permission on the specified resource parent:
edgecontainer.clusters.create
Query parameters
Parameters
clusterId
string
Required. A client-specified unique identifier for the cluster.
requestId
string
A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if requestId is provided.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[[["This webpage details the process of creating a new Cluster within a specified project and location using an HTTP POST request to the `edgecontainer.googleapis.com/v1/{parent=projects/*/locations/*}/clusters` endpoint."],["The creation of a cluster requires both a `parent` path parameter, indicating the location, and the `clusterId` query parameter, which acts as a unique client-specified identifier."],["The request body must include the configuration for a new `Cluster`, while the successful response will provide details about an `Operation`."],["Authorization for this operation requires the `edgecontainer.clusters.create` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The `requestId` query parameter is optional but recommended for request idempotency, and it must be under 36 characters long."]]],[]]