Device Group - Get
依標識碼取得 DeviceGroup。
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devicegroups/{deviceGroupId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
device
|
path | True |
string uuid |
DeviceGroup 的標識符。 |
tenant
|
path | True |
string uuid |
Azure Sphere 租用戶標識符。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功。 |
範例
Get device group details
範例要求
GET https://prod.core.sphere.azure.net/v2/tenants/768c2cd6-1bf0-4521-9f53-084a331d81cb/devicegroups/8aa687eb-28bb-405d-8a85-b83cd17d1e2b
範例回覆
{
"Id": "8aa687eb-28bb-405d-8a85-b83cd17d1e2b",
"TenantId": "768c2cd6-1bf0-4521-9f53-084a331d81cb",
"OsFeedType": 0,
"ProductId": "258e9e1d-a16d-4459-be5d-38420a8c43ad",
"Name": "Field Test",
"Description": "Default test device group",
"CurrentDeployment": null,
"UpdatePolicy": 0,
"AllowCrashDumpsCollection": false
}
定義
名稱 | Description |
---|---|
Deployment | |
Device |
Deployment
名稱 | 類型 | Description |
---|---|---|
DeployedImages |
string[] |
目前在此部署中的映像標識碼。 |
DeploymentDateUtc |
string |
部署建立的 DateTime。 |
Id |
string |
部署的唯一標識碼。 |
TenantId |
string |
擁有部署之租使用者的唯一標識符。 |
DeviceGroupV2
名稱 | 類型 | Description |
---|---|---|
AllowCrashDumpsCollection |
boolean |
啟用指定裝置群組的損毀傾印收集 |
CurrentDeployment | ||
Description |
string |
裝置群組的描述。 |
Id |
string |
裝置群組的唯一標識碼。 |
Name |
string |
裝置群組的名稱。 |
OsFeedType |
enum:
|
此裝置群組用於OS更新的osfeed類型。 |
ProductId |
string |
此裝置群組所屬產品的唯一標識符。 |
TenantId |
string |
擁有裝置群組之租使用者的唯一標識符。 |
UpdatePolicy |
enum:
|
決定要更新哪些軟體的更新原則。 |