Required. The parent cluster where this node pool will be created.
Authorization requires the following IAM permission on the specified resource parent:
edgecontainer.nodePools.create
Query parameters
Parameters
nodePoolId
string
Required. A client-specified unique identifier for the node pool.
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.
Request body
The request body contains an instance of NodePool.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["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 endpoint creates a new NodePool within a specified project, location, and cluster using a POST request."],["The `parent` path parameter is mandatory and represents the cluster where the NodePool will reside, and it needs the `edgecontainer.nodePools.create` IAM permission."],["The `nodePoolId` query parameter is required for uniquely identifying the NodePool, while the `requestId` query parameter is optional but makes the request idempotent."],["The request body must contain an instance of the `NodePool` resource, and upon successful creation, the response body will contain an instance of the `Operation` resource."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]