Method: customers.deployments.move
Żądanie HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/deployments/*}:move
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa elementu deployment do przeniesienia.
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"destination": string
} |
Pola |
destination |
string
Wymagany. Nazwa nowego zasobu nadrzędnego node lub customer , w której chcesz przywrócić wdrożenie.
|
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Operation
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/sasportal
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-11-02 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]