Method: nodes.nodes.move
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/nodes/*}:move
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des zu verschiebenden node .
|
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung |
{
"destination": string
} |
Felder |
destination |
string
Erforderlich. Der Name der neuen übergeordneten Ressource node oder Customer , unter der der Knoten neu zugeordnet werden soll.
|
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Operation
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/userinfo.email
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]