Devices - Get
Gets details for a device.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devices/{deviceId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
device
|
path | True |
string |
The device ID. |
|
tenant
|
path | True |
string (uuid) |
The Azure Sphere tenant ID. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. |
Definitions
DeviceV2
| Name | Type | Description |
|---|---|---|
| ChipSku |
enum:
0 - MT3620AN |
The ChipSku that this device supports |
| DeviceGroupId |
string |
Unique Id of DeviceGroup to which this device is assigned.The value will be null till device is assigned to a device group. |
| DeviceId |
string |
Unique id of the device. |
| LastAvailableOSVersion |
string |
The version of the OS that was available for installation on the device when the update was requested. |
| LastInstalledOSVersion |
string |
The version of the OS that was running on the device when the update was requested. |
| LastOSUpdateUTC |
string |
The Universal Time Coordinated (UTC) time when the call for an update was last requested and a new version of OS was available for installation. |
| LastUpdateRequestUTC |
string |
The Universal Time Coordinated (UTC) time when the call for an update was last requested by the device. |
| ProductId |
string |
Unique Id of product to which this device is assigned. The value will be null till device is assigned to a device group. |
| TenantId |
string |
Unique id of as3 tenant who owns this device. The value value be empty till device is claimed. |