Deployments - List
获取指定 DeviceGroup 的部署。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}/deployments
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}/deployments?maxPageSize={maxPageSize}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
device
|
path | True |
string uuid |
DeviceGroup ID。 |
tenant
|
path | True |
string uuid |
Azure Sphere 租户 ID。 |
max
|
query |
integer int32 |
响应中应包含的最大结果数。 |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Sphere-Continuation |
string |
用于继续上一页结果的延续标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功。 |
定义
名称 | 说明 |
---|---|
Deployment | |
Deployment |
Deployment
名称 | 类型 | 说明 |
---|---|---|
DeployedImages |
string[] |
当前在此部署中的映像的 ID。 |
DeploymentDateUtc |
string |
创建部署的 DateTime。 |
Id |
string |
部署的唯一 ID。 |
TenantId |
string |
拥有部署的租户的唯一 ID。 |
DeploymentItemCollectionResponse
名称 | 类型 | 说明 |
---|---|---|
ContinuationToken |
string |
可用于获取下一组项的延续标记。 |
Items |
项列表。 |