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-02-05 UTC."],[[["This webpage details how to create a new cluster within a specified project and location using the `POST` method."],["The `parent` path parameter, which is mandatory, identifies the location where the cluster will reside and also requires specific IAM permissions."],["The `clusterId` query parameter is a required, client-specified unique identifier for the cluster, while `requestId` is optional and used for idempotent requests."],["The request body requires an instance of the `Cluster` resource, and a successful response returns an `Operation` resource."],["The request requires `https://www.googleapis.com/auth/cloud-platform` scope for authorization."]]],[]]