Method: nodes.deployments.get
Żądanie HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/deployments/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa elementu deployment .
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Deployment
.
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."],[[["Retrieves a specific deployment resource using a GET request."],["Requires the `name` path parameter to identify the target deployment."],["The request body should be empty, and a successful response returns a `Deployment` object."],["Authorization is necessary using the `https://www.googleapis.com/auth/sasportal` scope."]]],["The core content describes retrieving a deployment using a `GET` request to a specific URL. The URL, using gRPC Transcoding syntax, requires a `name` parameter in the path, representing the deployment's name. The request body must be empty. A successful request returns a `Deployment` instance in the response body. This operation necessitates authorization via the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]