Method: customers.deployments.devices.create
Solicitação HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/deployments/*}/devices
O URL usa a sintaxe de transcodificação gRPC.
Parâmetros de caminho
Parâmetros |
parent |
string
Obrigatório. O nome do recurso pai.
|
Corpo da solicitação
O corpo da solicitação contém uma instância de Device
.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta incluirá uma instância de Device
.
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 2022-11-02 UTC.
[null,null,["Última atualização 2022-11-02 UTC."],[[["Creates a device under a node or customer using an HTTP POST request."],["The request should be sent to the URL `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/deployments/*}/devices` with the parent resource name specified as a path parameter."],["The request body should contain an instance of the Device object, and a successful response will return the newly created Device object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["This content outlines the process of creating a device within a hierarchical structure. A `POST` request is sent to the specified URL, which includes the `parent` resource name as a required path parameter. The request body must contain an instance of a `Device`. Upon success, the response body returns the newly created `Device`. Authorization for this operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The process is also based on a gRPC Transcoding syntax.\n"]]