Method: customers.deployments.create
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Solicitud HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
parent |
string
Es obligatorio. Es el nombre del recurso principal en el que se creará la implementación.
|
Cuerpo de la solicitud
El cuerpo de la solicitud contiene una instancia de Deployment
.
Cuerpo de la respuesta
Si el proceso se realiza de forma correcta, el cuerpo de la respuesta contiene una instancia recién creada de Deployment
.
Alcances de la autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/sasportal
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 2025-07-25 (UTC)"],[[["\u003cp\u003eCreates a new deployment resource within a specified parent resource using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request should contain the deployment details in the body and specify the parent resource in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will include the newly created deployment resource details.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["A new deployment is created using a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments`. The `parent` path parameter, a string, is required to specify the resource name. The request body needs a `Deployment` instance. A successful response returns a new `Deployment` instance. This process needs `https://www.googleapis.com/auth/sasportal` authorization scope.\n"],null,["# Method: customers.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/*}/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`"]]