{% extends 'layout.html' %} {% block content %}

API Documentation

URL Description Default to verbose
/api/smoke/run gives all runs False
/api/smoke/:release/ gives all runs for the given release False
/api/smoke/run/:run_id gives a specific run True
/api/smoke/run/:run_id/image gives all images (ISOs) for that specific run False
/api/smoke/run/:run_id/image/:image_id gives a specific image, or builds True
/api/smoke/run/:run_id/image/:image_id/result gives you all results False
/api/smoke/run/:run_id/image/:image_id/result/:id gives a specific result True
/api/stats/ gives item counts True
/api/stats/:release/ gives item counts for the given release True
{% endblock content %}