Method: enterprises.structures.get
Ruft eine Struktur ab, die vom Unternehmen verwaltet wird.
HTTP-Anfrage
GET https://smartdevicemanagement.googleapis.com/v1/{name=enterprises/*/structures/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Der Name des angeforderten Gebäudes. Beispiel: „enterprises/XYZ/structures/ABC“.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Structure
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sdm.service
Weitere Informationen finden Sie in der Übersicht über OAuth 2.0.
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: 2024-08-10 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-08-10 (UTC)."],[[["Retrieves a specific structure within a given enterprise using its unique name."],["Requires authorization with the `sdm.service` scope for accessing the Smart Device Management API."],["Uses a `GET` request with the structure's name as a path parameter and an empty request body."],["Returns a `Structure` object containing information about the requested structure upon successful execution."]]],["This document details retrieving a managed structure via an HTTP GET request. The request URL, using gRPC Transcoding, specifies the structure's name via the `name` path parameter (e.g., \"enterprises/XYZ/structures/ABC\"). The request body must be empty. A successful request returns a `Structure` instance in the response body. The operation requires the `https://www.googleapis.com/auth/sdm.service` OAuth scope for authorization. Examples are available within the document.\n"]]