Method: nodes.nodes.move
درخواست HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/nodes/*}:move
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
name | string ضروری. نام node برای حرکت. |
درخواست بدن
بدنه درخواست حاوی داده هایی با ساختار زیر است:
نمایندگی JSON |
---|
{
"destination": string
} |
زمینه های |
---|
destination | string ضروری. نام node منبع والد جدید یا customer برای بازپرداخت گره زیر. |
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از Operation
است.
محدوده مجوز
به محدوده 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 بهوقت ساعت هماهنگ جهانی."],[[["Moves a node under another node or customer within the Spectrum Access System."],["Requires a POST request to a specific URL with the node's name as a path parameter."],["The request body must specify the destination node or customer for the move."],["A successful response returns an Operation object, indicating the status of the move."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details the process of moving a node under a new parent node or customer. The core action is a `POST` request to a specific URL with a defined `name` path parameter, which represents the node to be moved. The request body must include a `destination` field, specifying the new parent's name. A successful request returns an `Operation` instance. The action requires OAuth scope authorization with `https://www.googleapis.com/auth/sasportal`. The URL uses gRPC Transcoding.\n"]]