Method: nodes.nodes.create
یک node
جدید ایجاد می کند.
درخواست HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
parent | string ضروری. نام منبع والد که در آن گره قرار است ایجاد شود. |
درخواست بدن
بدنه درخواست شامل یک نمونه از Node
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه جدیدی از Node
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/sasportal
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["Creates a new node within the Spectrum Access System."],["Utilizes an HTTP POST request to a specific endpoint with path parameters to define the node's parent resource."],["Requires a request body containing node details and an authorization scope for access."],["Upon successful creation, the response includes the details of the newly created node."]]],["This outlines creating a new node via a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes`. The `parent` path parameter, a string, is required to specify the node's location. The request body must include a `Node` instance, and a successful response returns the newly created `Node`. The operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]