When to Use This Endpoint
Use this endpoint to:- Verify an image upload was successful.
- Retrieve SHA256/MD5 hashes for integrity verification.
- Check the basic metadata of a firmare image.
Request
Endpoint| Parameter | Required | Description |
|---|---|---|
productId | ✅ | Product ID |
imageId | ✅ | Image ID |
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Example Request
Response
| Field | Description |
|---|---|
id | Unique image identifier |
name | Human-readable name |
version | Firmware version string |
createTime | When the image was uploaded |
author | User or service that uploaded the image |
parent | Parent product resource path |
[!NOTE] To retrieve file checksums (SHA256, MD5), see the SBOM Report endpoint which includes hash information in the component inventory.