Compartir a través de


Deployments - Get By Device

Obtenga la lista de imágenes que se deben instalar en un dispositivo determinado.

GET https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/devices/{deviceId}/images

Parámetros de identificador URI

Nombre En Requerido Tipo Description
deviceId
path True

string

Identificador del dispositivo para el que se van a recuperar las imágenes implementadas.

tenantId
path True

string

uuid

Identificador de inquilino de Azure Sphere.

Respuestas

Nombre Tipo Description
200 OK

ImageMetadataItemCollectionResponse

Correcto.

Definiciones

Nombre Description
ImageMetadata
ImageMetadataItemCollectionResponse

ImageMetadata

Nombre Tipo Description
ComponentId

string

Obtiene o establece el identificador del componente.

Description

string

Obtiene o establece la información que describe la imagen.

Id

string

Obtiene o establece el identificador de imagen.

ImageType

integer

Esta propiedad está desusada. Use ImageMetadata.Type.

Name

string

Obtiene o establece el nombre de la imagen.

Type enum:
  • 0 - InvalidImageType
  • 1 - OneBl
  • 10 - Applications
  • 13 - FwConfig
  • 16 - BootManifest
  • 17 - Nwfs
  • 19 - TrustedKeystore
  • 2 - PlutonRuntime
  • 20 - Policy
  • 21 - CustomerBoardConfig
  • 22 - UpdateCertStore
  • 23 - BaseSystemUpdateManifest
  • 24 - FirmwareUpdateManifest
  • 25 - CustomerUpdateManifest
  • 26 - RecoveryManifest
  • 27 - ManifestSet
  • 28 - Other
  • 3 - WifiFirmware
  • 4 - SecurityMonitor
  • 5 - NormalWorldLoader
  • 6 - NormalWorldDtb
  • 7 - NormalWorldKernel
  • 8 - RootFs
  • 9 - Services

Obtiene o establece el tipo de la imagen.

ImageMetadataItemCollectionResponse

Nombre Tipo Description
ContinuationToken

string

Token de continuación que se puede usar para obtener el siguiente conjunto de elementos.

Items

ImageMetadata[]

Lista de elementos.