Devices - List
Gets all devices that are claimed to the specified tenant.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devices
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devices?maxPageSize={maxPageSize}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
tenant
|
path | True |
string (uuid) |
The Azure Sphere tenant ID. |
|
max
|
query |
integer (int32) |
The maximum number of results that should be included in the response. |
Request Header
| Name | Required | Type | Description |
|---|---|---|---|
| Sphere-Continuation |
string |
A continuation token used to continue from a previous page of results. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Microsoft.Azure.Sphere.PublicApi.Contracts.ItemCollectionResponse`1 where TItem is Microsoft.Azure.Sphere.PublicApi.Contracts.DeviceV2 Success. |
Definitions
| Name | Description |
|---|---|
| DeviceV2 | |
|
DeviceV2Item |
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. |
DeviceV2ItemCollectionResponse
| Name | Type | Description |
|---|---|---|
| ContinuationToken |
string |
Continuation token that can be used to get next set of items. |
| Items |
DeviceV2[] |
List of items. |