Method: customers.devices.get
Otrzymuje szczegółowe informacje o tagu device
.
Żądanie HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa urządzenia.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Device
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/userinfo.email
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[null,null,["Ostatnia aktualizacja: 2022-09-26 UTC."],[[["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."]]],["The core content describes retrieving device details via an HTTP GET request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}`. The `name` parameter in the URL path is required, specifying the device's identity. The request body must be empty. A successful request returns a `Device` instance in the response body. This operation requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope for authorization.\n"]]