Product - List Groups

获取指定产品中的所有 DeviceGroup。

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}/deviceGroups
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/products/{productId}/deviceGroups?maxPageSize={maxPageSize}

URI 参数

名称 必需 类型 说明
productId
path True

string

uuid

产品 ID。

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[]

项列表。