次の方法で共有


Deployments - Get By Device

特定のデバイスにインストールする必要があるイメージの一覧を取得します。

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

URI パラメーター

名前 / 必須 説明
deviceId
path True

string

デプロイされたイメージを取得するデバイスの ID。

tenantId
path True

string

uuid

Azure Sphere テナント ID。

応答

名前 説明
200 OK

ImageMetadataItemCollectionResponse

成功しました。

定義

名前 説明
ImageMetadata
ImageMetadataItemCollectionResponse

ImageMetadata

名前 説明
ComponentId

string

コンポーネント識別子を取得または設定します。

Description

string

イメージを記述する情報を取得または設定します。

Id

string

イメージ識別子を取得または設定します。

ImageType

integer

このプロパティの使用は非推奨とされます。 ImageMetadata.Type を使用してください

Name

string

イメージの名前を取得または設定します。

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

イメージの種類を取得または設定します。

ImageMetadataItemCollectionResponse

名前 説明
ContinuationToken

string

次の項目セットを取得するために使用できる継続トークン。

Items

ImageMetadata[]

項目の一覧。