Smart Device Management API
特定の企業パートナーに対し、Google デバイスや Google Nest デバイスに対するプログラムによるアクセス、操作、管理を許可する。
サービス: smartdevicemanagement.googleapis.com
このサービスを呼び出すには、Google が提供するクライアント ライブラリを使用することをおすすめします。アプリケーションで独自のライブラリを使用してこのサービスを呼び出す必要がある場合は、API リクエストを行う際に次の情報を使用します。
ディスカバリ ドキュメント
ディスカバリ ドキュメントは、REST API を記述して使用するための機械可読仕様です。クライアント ライブラリ、IDE プラグイン、Google API と連携するその他のツールのビルドに使用されます。1 つのサービスで複数のディスカバリ ドキュメントを提供できます。このサービスには、次の検索ドキュメントが用意されています。
サービス エンドポイント
サービス エンドポイントは、API サービスのネットワーク アドレスを指定するベース URL です。1 つのサービスに複数のサービス エンドポイントが存在することがあります。このサービスには次のサービス エンドポイントがあり、以下のすべての URI がこのサービス エンドポイントに関連しています。
https://smartdevicemanagement.googleapis.com
Methods |
executeCommand |
POST /v1/{name=enterprises/*/devices/*}:executeCommand
企業が管理するデバイスに対してコマンドを実行します。 |
get |
GET /v1/{name=enterprises/*/devices/*}
企業が管理するデバイスを取得します。 |
list |
GET /v1/{parent=enterprises/*}/devices
企業が管理するデバイスを一覧表示します。 |
Methods |
get |
GET /v1/{name=enterprises/*/structures/*}
企業が管理するストラクチャを取得します。 |
list |
GET /v1/{parent=enterprises/*}/structures
企業が管理するストラクチャを一覧表示します。 |
Methods |
get |
GET /v1/{name=enterprises/*/structures/*/rooms/*}
企業が管理する会議室を取得します。 |
list |
GET /v1/{parent=enterprises/*/structures/*}/rooms
企業が管理するチャットルームを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-10 UTC。
[null,null,["最終更新日 2024-08-10 UTC。"],[[["The Smart Device Management API enables select enterprise partners to programmatically access, control, and manage Google and Nest devices."],["Developers can utilize the provided REST resources for interacting with devices, structures, and rooms within the enterprise environment."],["The API offers methods for executing commands on devices, retrieving device details, and listing devices, structures, and rooms."],["Google-provided client libraries are recommended for seamless integration with the service."],["A discovery document and service endpoint are available to facilitate interaction with the API."]]],["Enterprise partners can use the `smartdevicemanagement.googleapis.com` service to interact with Google and Nest devices. This involves using REST APIs to manage devices, structures, and rooms. Key actions include: executing commands on devices via `executeCommand`, retrieving device details with `get`, and listing devices via `list`. Additionally, structures and rooms can be accessed and listed using `get` and `list` methods. The service uses a discovery document and a defined service endpoint for interaction.\n"]]