AI-generated Key Takeaways
-
Retrieves detailed information about a specific device within the Spectrum Access System.
-
Requires the use of an HTTP GET request with the device's name specified in the URL path.
-
An empty request body is necessary, while the response provides a comprehensive device object.
-
Utilizes the
https://www.googleapis.com/auth/sasportal
OAuth scope for authorization.
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/sasportal