Method: enterprises.structures.get
Kuruluş tarafından yönetilen bir yapı alır.
HTTP isteği
GET https://smartdevicemanagement.googleapis.com/v1/{name=enterprises/*/structures/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
İstenen yapının adı. Örneğin: "kurumlar/XYZ/yapılar/ABC".
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Structure
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/sdm.service
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-10 UTC.
[null,null,["Son güncelleme tarihi: 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"]]