From 632a602f868eaa10a2b2101072983abfcf5c170b Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 17 Dec 2014 13:20:25 +0100 Subject: Add retries key to GET parameters for boot. Change-Id: I188b95850af0d9d1073c493a4f5b9989a210fdd7 --- doc/collection-boot.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/collection-boot.rst b/doc/collection-boot.rst index b526165..8ae4f30 100644 --- a/doc/collection-boot.rst +++ b/doc/collection-boot.rst @@ -32,17 +32,17 @@ GET :query string _id: The internal ID of the boot report. :query string board: The name of a board. :query string created_on: The creation date: accepted formats are ``YYYY-MM-DD`` and ``YYYYMMDD``. - :query string job: The name of a job. - :query string job_id: The ID of a job. - :query string kernel: The name of a kernel. :query string defconfig: The name of a defconfig. :query string defconfig_full: The full name of a defconfig (with config fragments). :query string defconfig_id: The ID of a defconfig. :query string endian: The endianness of the board. - :query string board: The name of a board. + :query string job: The name of a job. + :query string job_id: The ID of a job. + :query string kernel: The name of a kernel. :query string lab_name: The name of the lab that created the boot report. :query string name: The name of the boot report. :query string status: The status of the boot report. + :query int retries: The number of boot retries performed. :query int warnings: The number of warnings in the boot report. :status 200: Resuslts found. -- cgit v1.2.3