Method: nodes.deployments.get
HTTP-Anfrage
GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/deployments/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der deployment .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Deployment
.
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)."],[[["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"]]