共用方式為


Device Group - Create

建立 DeviceGroup。

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

URI 參數

名稱 位於 必要 類型 Description
tenantId
path True

string

uuid

Azure Sphere 租使用者識別碼。

要求本文

名稱 類型 Description
Description

string

裝置群組的描述。

Name

string

裝置群組的名稱。

OsFeedType enum:
  • 0 - Retail
  • 1 - RetailEval

此裝置群組用於 OS 更新的 osfeed 類型。

ProductId

string

此裝置群組所屬產品的唯一識別碼。

UpdatePolicy enum:
  • 0 - UpdateAll
  • 1 - No3rdPartyAppUpdates

決定更新軟體的更新原則。

回應

名稱 類型 Description
200 OK

DeviceGroupV2

成功。

定義

名稱 Description
Deployment
DeviceGroupV2
DeviceGroupV2CreateRequest

Deployment

名稱 類型 Description
DeployedImages

string[]

目前在此部署中的映射識別碼。

DeploymentDateUtc

string

部署建立的 DateTime。

Id

string

部署的唯一識別碼。

TenantId

string

擁有部署之租使用者的唯一識別碼。

DeviceGroupV2

名稱 類型 Description
AllowCrashDumpsCollection

boolean

啟用指定裝置群組的損毀傾印收集

CurrentDeployment

Deployment

Description

string

裝置群組的描述。

Id

string

裝置群組的唯一識別碼。

Name

string

裝置群組的名稱。

OsFeedType enum:
  • 0 - Retail
  • 1 - RetailEval

此裝置群組用於 OS 更新的 osfeed 類型。

ProductId

string

此裝置群組所屬產品的唯一識別碼。

TenantId

string

擁有裝置群組之租使用者的唯一識別碼。

UpdatePolicy enum:
  • 0 - UpdateAll
  • 1 - No3rdPartyAppUpdates

決定更新軟體的更新原則。

DeviceGroupV2CreateRequest

名稱 類型 Description
Description

string

裝置群組的描述。

Name

string

裝置群組的名稱。

OsFeedType enum:
  • 0 - Retail
  • 1 - RetailEval

此裝置群組用於 OS 更新的 osfeed 類型。

ProductId

string

此裝置群組所屬產品的唯一識別碼。

UpdatePolicy enum:
  • 0 - UpdateAll
  • 1 - No3rdPartyAppUpdates

決定更新軟體的更新原則。