次の方法で共有


Device Capability - Create

署名されたデバイス機能イメージを作成します。

POST https://prod.core.sphere.azure.net/v2/tenants/{tenantId}/deviceCapabilityImage

URI パラメーター

名前 / 必須 説明
tenantId
path True

string

uuid

Azure Sphere テナント ID。

要求本文

名前 説明
Capabilities

integer[]

このデバイスに必要な機能。

DeviceId

string

機能が必要なデバイスのデバイス ID。

応答

名前 説明
200 OK

DeviceCapabilityResponse

成功しました。

定義

名前 説明
DeviceCapabilityRequest
DeviceCapabilityResponse

DeviceCapabilityRequest

名前 説明
Capabilities

integer[]

このデバイスに必要な機能。

DeviceId

string

機能が必要なデバイスのデバイス ID。

DeviceCapabilityResponse

名前 説明
SignedDeviceCapabilityImageBytes

string

署名されたデバイス機能イメージ データを含むバイト配列を取得または設定します。