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 2024-08-06 UTC."],[[["This webpage details the process of creating a new cluster within a specified project and location using an HTTP POST request to the provided URL."],["The request URL utilizes gRPC Transcoding syntax and requires a `parent` path parameter to define the location for cluster creation, alongside a `clusterId` and optional `requestId` query parameter for unique identification."],["The request body must include the `Cluster` instance, while a successful response returns a newly created `Operation` instance."],["Creating a cluster requires the `edgecontainer.clusters.create` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]