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 2024-02-05 UTC."],[[["This webpage details the process of creating a new NodePool within a specified project and location using a POST request."],["The `parent` path parameter, which is mandatory, specifies the cluster where the new NodePool will reside, and creating it requires the `edgecontainer.nodePools.create` IAM permission."],["Two query parameters, `nodePoolId` and `requestId`, are used to provide a unique identifier for the new node pool and request respectively."],["The request body should contain an instance of `NodePool`, while a successful operation will return a newly created instance of `Operation`."],["The request needs the `https://www.googleapis.com/auth/cloud-platform` authorization scope."]]],[]]