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 2023-12-21 UTC."],[[["This webpage details how to create a new cluster within a specified project and location using the `POST` method via an HTTP request."],["The `parent` path parameter is required to specify the location, and authorization is necessary with the `edgecontainer.clusters.create` IAM permission."],["The `clusterId` and an optional `requestId` are required query parameters, where the latter enables idempotent requests."],["The request body must include a `Cluster` instance, and a successful response returns an `Operation` instance."],["Authorization to use this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]