Method: deployments.devices.get
Ruft Details zu einem device
ab.
HTTP-Anfrage
GET https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/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 a deployment using its unique name."],["Uses a `GET` request to the specified URL 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/sasportal` scope for access."]]],["This document details retrieving device information via an HTTP GET request. The request URL utilizes gRPC Transcoding syntax and requires a device `name` as a 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 provided URL is `https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}`, where the full name of the device should be used.\n"]]