Method: nodes.nodes.deployments.create
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/deployments
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Der Name der übergeordneten Ressource, in der die Bereitstellung erstellt werden soll.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Deployment
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte 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)."],[[["Creates a new Deployment resource within a specified parent node."],["Utilizes an HTTP POST request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/deployments` with gRPC Transcoding."],["Requires a request body containing a Deployment object and returns a newly created Deployment object if successful."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["A new deployment is created using a `POST` request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/deployments`. The `parent` path parameter is required to specify the resource location. The request body must include a `Deployment` instance, and a successful response will return the newly created `Deployment` instance. This action utilizes gRPC Transcoding syntax and requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]