Method: nodes.nodes.nodes.create
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Yêu cầu HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/nodes
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
parent |
string
Bắt buộc. Tên tài nguyên gốc nơi nút sẽ được tạo.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của Node
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản mới được tạo của Node
.
Phạm vi cấp phép
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/sasportal
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\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`"]]