次の方法で共有


Device Group - Get

ID で DeviceGroup を取得します。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}

URI パラメーター

名前 / 必須 説明
deviceGroupId
path True

string

uuid

DeviceGroup の ID。

tenantId
path True

string

uuid

Azure Sphere テナント ID。

応答

名前 説明
200 OK

DeviceGroupV2

成功。

Get device group details

要求のサンプル

GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/devicegroups/8aa687eb-28bb-405d-8a85-b83cd17d1e2b

応答のサンプル

{
  "Id": "8aa687eb-28bb-405d-8a85-b83cd17d1e2b",
  "TenantId": "768c2cd6-1bf0-4521-9f53-084a331d81cb",
  "OsFeedType": 0,
  "ProductId": "258e9e1d-a16d-4459-be5d-38420a8c43ad",
  "Name": "Field Test",
  "Description": "Default test device group",
  "CurrentDeployment": null,
  "UpdatePolicy": 0,
  "AllowCrashDumpsCollection": false
}

定義

名前 説明
Deployment
DeviceGroupV2

Deployment

名前 説明
DeployedImages

string[]

現在このデプロイ中のイメージの ID。

DeploymentDateUtc

string

デプロイが作成された DateTime。

Id

string

デプロイの一意の ID。

TenantId

string

デプロイを所有するテナントの一意の ID。

DeviceGroupV2

名前 説明
AllowCrashDumpsCollection

boolean

特定のデバイス グループのクラッシュ ダンプコレクションを有効にします

CurrentDeployment

Deployment

Description

string

デバイス グループの説明。

Id

string

デバイス グループの一意の ID。

Name

string

デバイス グループの名前。

OsFeedType enum:
  • 0 - Retail
  • 1 - RetailEval

このデバイス グループが OS の更新に使用する osfeed の種類。

ProductId

string

このデバイス グループが属する製品の一意の ID。

TenantId

string

デバイス グループを所有するテナントの一意の ID。

UpdatePolicy enum:
  • 0 - UpdateAll
  • 1 - No3rdPartyAppUpdates

更新するソフトウェアを決定する更新ポリシー。