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/userinfo.email
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["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 contain the destination node or customer name for the move."],["A successful response returns an Operation object, indicating the status of the move operation."],["Users need authorization with the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["This document outlines how to move a node using a POST request to a specific URL. The URL, defined using gRPC Transcoding syntax, requires the `name` path parameter, specifying the node to be moved. The request body, in JSON format, needs a `destination` field indicating the new parent node or customer. A successful operation returns an instance of `Operation`. Authorization requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope.\n"]]