Image - List Component Ids

Retrieves a set of image IDs with corresponding component IDs.

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

URI Parameters

Name In Required Type Description
tenantId
path True

string

uuid

The Azure Sphere tenant ID.

Request Body

Name Type Description
body

string[]

The images IDs.

Responses

Name Type Description
200 OK

ImageIdComponentIdPair

Success.

Definitions

ImageIdComponentIdPair

Name Type Description
ComponentId

string

A unique identifier for the Component that the Image is part of.

ImageId

string

A unique identifier for an Image.