Device Capability - Create

Creates a signed device capability image.

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

URI Parameters

Name In Required Type Description
tenantId
path True

string

uuid

The Azure Sphere tenant ID.

Request Body

Name Type Description
Capabilities

integer[]

Capabilities this device should have.

DeviceId

string

Device id of the device for which capability is required.

Responses

Name Type Description
200 OK

DeviceCapabilityResponse

Success.

Definitions

Name Description
DeviceCapabilityRequest
DeviceCapabilityResponse

DeviceCapabilityRequest

Name Type Description
Capabilities

integer[]

Capabilities this device should have.

DeviceId

string

Device id of the device for which capability is required.

DeviceCapabilityResponse

Name Type Description
SignedDeviceCapabilityImageBytes

string

Gets or sets the byte array containing the signed device capability image data.