Method: customers.nodes.deployments.create
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The parent resource name where the deployment is to be created.
|
Request body
The request body contains an instance of Deployment
.
Response body
If successful, the response body contains a newly created instance of Deployment
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/sasportal
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[null,null,["Last updated 2023-12-05 UTC."],[[["\u003cp\u003eCreates a new deployment using an HTTP POST request to the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the parent resource name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a Deployment object, and a successful response will return the newly created Deployment object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: customers.nodes.deployments.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nCreates a new [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name where the deployment is to be created. |\n\n### Request body\n\nThe request body contains an instance of [Deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/sasportal`"]]