Create Mender Artifact
POST
/api/firmware/{firmware_id}/create-artifact
Create a Mender artifact from uploaded firmware binary.
This converts a raw firmware image into a proper Mender artifact format that can be installed by the soc-ota-agent.
The artifact will include:
- Proper Mender artifact headers
- Device type compatibility information
- Compression (default: gzip)
Authorizations
Parameters
Path Parameters
firmware_id
required
string format: uuid
Query Parameters
organization_id
required
string format: uuid
Request Body required
Responses
200
Successful Response
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string