AI-generated Key Takeaways
-
Creates a device under a node or customer.
-
Uses
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/devices
with gRPC Transcoding syntax for the request. -
Requires the
parent
path parameter specifying the name of the parent resource (node or customer). -
Request body should contain a
Device
instance and a successful response returns the createdDevice
instance. -
Needs
https://www.googleapis.com/auth/sasportal
OAuth scope for authorization.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/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