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 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
product
|
path | True |
string uuid |
产品 ID。 |
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 |
项列表。 |