Method: nodes.nodes.devices.create
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/devices
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The name of the parent resource.
|
Request body
The request body contains an instance of Device
.
Response body
If successful, the response body contains a newly created instance of Device
.
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."],[[["Creates a device under a node or customer."],["Uses `POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/nodes/*}/devices` as the HTTP request."],["Requires `parent` as a path parameter to specify the name of the parent resource."],["The request body should contain a Device instance, and a successful response will return the newly created Device instance."],["Needs `https://www.googleapis.com/auth/sasportal` authorization scope."]]],["This describes the creation of a device resource. A `POST` request is sent to a specified URL, with the parent resource name provided as a path parameter. The request body includes a `Device` instance. Upon success, a new `Device` instance is returned in the response body. The operation requires a specific OAuth scope: `https://www.googleapis.com/auth/sasportal`. The URL uses gRPC Transcoding syntax.\n"]]