Method: nodes.nodes.nodes.create
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
HTTP 要求
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。要在其中建立節點的父項資源名稱。
|
回應主體
如果成功,回應主體會包含新建立的 Node
例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/sasportal
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eCreates a new node resource within a specified parent node using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the parent resource name as a path parameter in the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a Node object defining the properties of the new node.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns the newly created Node object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details how to create a new node using a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes`. The `parent` path parameter, a string, is required to specify the parent resource. The request body must contain a `Node` instance. A successful request returns a newly created `Node` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"],null,["# Method: nodes.nodes.nodes.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nCreates a new [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name where the node is to be created. |\n\n### Request body\n\nThe request body contains an instance of [Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/sasportal`"]]