Endpoints

Build

Read firmware builds with Drogue Ajour

GET /api/build/v1alpha1

Return all the builds the user has access to

Responses

Code Description

200

A list of builds.

application/json

401

Unauthorized.

Trigger

Trigger firmware builds with Drogue Ajour

POST /api/build/v1alpha1/apps/{application}/trigger

Trigger firmware build using the build specification in a specific application.

Responses

Code Description

200

Build triggered successfully

401

If the user does not have access to trigger builds.

404

If the requested application does not exist or if the user has no access to it.

POST /api/build/v1alpha1/apps/{application}/devices/{device}/trigger

Trigger firmware build using the build specification in a specific device.

Responses

Code Description

200

Build triggered successfully

401

If the user does not have access to trigger builds.

404

If the requested application does not exist or if the user has no access to it.