Method: customers.nodes.deployments.create
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/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 using an HTTP POST request to the specified URL."],["Requires specifying the parent resource name as a path parameter."],["The request body must contain a Deployment object, and a successful response will return the newly created Deployment object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["A new deployment is created using a `POST` request to a specific URL structure: `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments`. The `parent` path parameter, a string, is required to specify the location. The request body includes a `Deployment` instance, and upon success, the response body returns the newly created `Deployment`. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The URL follows gRPC Transcoding syntax.\n"]]