Method: customers.deployments.move
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}:move
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des zu verschiebenden deployment .
|
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 die Bereitstellung neu implementiert 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/sasportal
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: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["This API moves a deployment under a new parent node or customer within the Spectrum Access System."],["The request requires specifying the deployment's name in the URL and the destination parent's name in the request body."],["A successful request will initiate an operation and return an Operation object in the response."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details the process for moving a deployment to a new parent resource. Key actions include using a `POST` request to the specified URL, including the deployment's name in the path. The request body must contain a `destination` field, which specifies the new parent node or customer. Successful requests return an `Operation` instance. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The required path parameter is `name` and `destination` in the body.\n"]]