次の方法で共有


Device Group - List By Name

指定した名前のすべての DeviceGroups を取得します。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/name/{deviceGroupName}
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/name/{deviceGroupName}?maxPageSize={maxPageSize}

URI パラメーター

名前 / 必須 説明
deviceGroupName
path True

string

DeviceGroup 名。

tenantId
path True

string

uuid

Azure Sphere テナント ID。

maxPageSize
query

integer

int32

応答に含める必要がある結果の最大数。

要求ヘッダー

名前 必須 説明
Sphere-Continuation

string

結果の前のページから続行するために使用される継続トークン。

応答

名前 説明
200 OK

DeviceGroupV2ItemCollectionResponse

成功しました。

定義

名前 説明
Deployment
DeviceGroupV2
DeviceGroupV2ItemCollectionResponse

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

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

DeviceGroupV2ItemCollectionResponse

名前 説明
ContinuationToken

string

次の項目セットを取得するために使用できる継続トークン。

Items

DeviceGroupV2[]

項目の一覧。