Method: customers.nodes.create
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک node
جدید ایجاد می کند.
درخواست HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
parent | string مورد نیاز. نام منبع والد که در آن گره قرار است ایجاد شود. |
درخواست بدن
بدنه درخواست شامل یک نمونه از Node
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه جدیدی از Node
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/userinfo.email
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eCreates a new node within the specified parent resource.\u003c/p\u003e\n"],["\u003cp\u003eRequires a POST request to the designated URL with specific path parameters and request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eNode\u003c/code\u003e and requires 'userinfo.email' authorization scope.\u003c/p\u003e\n"],["\u003cp\u003eIf successful, the response body will contain the newly created \u003ccode\u003eNode\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["A new node is created via a `POST` request to a specific URL containing a parent resource name. The request requires a `parent` path parameter and a `Node` instance in the request body. Upon success, the response body contains the newly created `Node`. The request needs `https://www.googleapis.com/auth/userinfo.email` authorization scope. The URL utilizes gRPC Transcoding syntax.\n"],null,["# Method: customers.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/customers.nodes#Node).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) 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/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/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/userinfo.email`"]]