Device Group - List
すべての DeviceGroup を取得します。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups?maxPageSize={maxPageSize}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
tenant
|
path | True |
string uuid |
Azure Sphere テナント ID。 |
max
|
query |
integer int32 |
応答に含める必要がある結果の最大数。 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Sphere-Continuation |
string |
結果の前のページから続行するために使用される継続トークン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
成功。 |
定義
名前 | 説明 |
---|---|
Deployment | |
Device |
|
Device |
Deployment
名前 | 型 | 説明 |
---|---|---|
DeployedImages |
string[] |
現在このデプロイ中のイメージの ID。 |
DeploymentDateUtc |
string |
デプロイが作成された DateTime。 |
Id |
string |
デプロイの一意の ID。 |
TenantId |
string |
デプロイを所有するテナントの一意の ID。 |
DeviceGroupV2
名前 | 型 | 説明 |
---|---|---|
AllowCrashDumpsCollection |
boolean |
特定のデバイス グループのクラッシュ ダンプコレクションを有効にします |
CurrentDeployment | ||
Description |
string |
デバイス グループの説明。 |
Id |
string |
デバイス グループの一意の ID。 |
Name |
string |
デバイス グループの名前。 |
OsFeedType |
enum:
|
このデバイス グループが OS の更新に使用する osfeed の種類。 |
ProductId |
string |
このデバイス グループが属する製品の一意の ID。 |
TenantId |
string |
デバイス グループを所有するテナントの一意の ID。 |
UpdatePolicy |
enum:
|
更新するソフトウェアを決定する更新ポリシー。 |
DeviceGroupV2ItemCollectionResponse
名前 | 型 | 説明 |
---|---|---|
ContinuationToken |
string |
次の項目セットを取得するために使用できる継続トークン。 |
Items |
項目の一覧。 |