Method: customers.nodes.move
בקשת HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}:move
כתובת ה-URL כוללת תחביר gRPC קידוד מחדש.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של node להעברה.
|
גוף הבקשה
גוף הבקשה מכיל נתונים במבנה הבא:
ייצוג JSON |
{
"destination": string
} |
שדות |
destination |
string
חובה. השם של משאב ההורה החדש node או customer שבו יופיע הצומת שמתחת.
|
גוף התגובה
אם התגובה מוצלחת, גוף התגובה מכיל מופע של Operation
.
היקפי הרשאה
יש צורך בהיקף OAuth הבא:
https://www.googleapis.com/auth/sasportal
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[null,null,["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["Moves a node under another node or customer within the Spectrum Access System."],["Requires a POST request to the specific endpoint with the node's name as a path parameter."],["The request body must contain the destination's name (node or customer) for the move."],["Successful responses return an Operation object, indicating the status of the move."],["Users need the 'sasportal' OAuth scope for authorization to perform this action."]]],["This describes moving a node to a new parent node or customer using a POST request to a specified URL. The request requires a `name` path parameter indicating the node to move. The request body, in JSON format, includes the `destination` field, which specifies the new parent node or customer's name. A successful operation returns an Operation instance in the response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]