Method: customers.devices.get
Visualizza i dettagli di un device
.
Richiesta HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
L'URL utilizza la sintassi gRPC Transcoding.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome del dispositivo.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Device
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/userinfo.email
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-09-26 UTC.
[null,null,["Ultimo aggiornamento 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"]]