Method: customers.nodes.deployments.create
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Solicitação HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de caminho
Parâmetros |
parent |
string
Obrigatório. O nome do recurso pai em que a implantação será criada.
|
Corpo da solicitação
O corpo da solicitação contém uma instância de Deployment
.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Deployment
.
Escopos de autorização
Requer o seguinte escopo OAuth:
https://www.googleapis.com/auth/sasportal
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 2025-07-25 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`"]]