Method: nodes.devices.get
Ruft Details zu einem device
ab.
HTTP-Anfrage
GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/devices/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des Geräts.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Device
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["Retrieves detailed information about a specific device within the Spectrum Access System."],["Uses a GET request with the device name as a path parameter."],["Requires an empty request body and returns a Device object in the response."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details retrieving device information via an HTTP GET request. The request URL is structured using gRPC Transcoding syntax and requires a device `name` path parameter. The request body must be empty. A successful response returns a `Device` instance. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The key actions are sending a GET request and providing a valid device name for data retrieval.\n"]]