AI-generated Key Takeaways
-
Retrieves detailed information about a specific device within the Spectrum Access System.
-
Uses a
GET
request with the device's name as a path parameter. -
Requires an empty request body and returns a
Device
object in the response if successful. -
Needs authorization with the
https://www.googleapis.com/auth/userinfo.email
scope.
Gets details about a device
.
HTTP request
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the device. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Device
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/userinfo.email