Method: enterprises.structures.get
Consente di acquisire una struttura gestita dall'azienda.
Richiesta HTTP
GET https://smartdevicemanagement.googleapis.com/v1/{name=enterprises/*/structures/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Il nome della struttura richiesta. Ad esempio: "enterprises/XYZ/structures/ABC".
|
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 Structure
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/sdm.service
Per ulteriori informazioni, consulta la Panoramica di OAuth 2.0.
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 2024-08-10 UTC.
[null,null,["Ultimo aggiornamento 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"]]