Deployments - Get By Device
Get the list of images that should be installed on a given device.
GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devices/{deviceId}/images
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
device
|
path | True |
string |
The ID of the device for which deployed images are to be retrieved. |
|
tenant
|
path | True |
string (uuid) |
The Azure Sphere tenant ID. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. |
Definitions
| Name | Description |
|---|---|
|
Image |
|
|
Image |
ImageMetadata
| Name | Type | Description |
|---|---|---|
| ComponentId |
string |
Gets or sets the component identifier. |
| Description |
string |
Gets or sets the information describing the image. |
| Id |
string |
Gets or sets the image identifier. |
| ImageType |
integer |
This property is deprecated. Please use ImageMetadata.Type |
| Name |
string |
Gets or sets the name of the image. |
| Type |
enum:
|
Gets or sets the image's type. |
ImageMetadataItemCollectionResponse
| Name | Type | Description |
|---|---|---|
| ContinuationToken |
string |
Continuation token that can be used to get next set of items. |
| Items |
List of items. |