AI-generated Key Takeaways
-
Creates a device under a node or customer.
-
Sends a POST request to
https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/deployments/*}/devices. -
Requires the
parentpath parameter specifying the name of the parent resource. -
The request body should contain an instance of the Device object, and a successful response will return the newly created Device instance.
-
Needs authorization with the
https://www.googleapis.com/auth/sasportalscope.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*/deployments/*}/devices
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
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