Method: customers.deployments.move
Richiesta HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}:move
L'URL utilizza la sintassi gRPC Transcoding.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome di deployment da spostare.
|
Corpo della richiesta
Il corpo della richiesta contiene i dati con la seguente struttura:
Rappresentazione JSON |
{
"destination": string
} |
Campi |
destination |
string
Obbligatorio. Il nome della nuova risorsa padre node o customer in base al quale eseguire il deployment.
|
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Operation
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/sasportal
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-11-02 UTC.
[null,null,["Ultimo aggiornamento 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"]]