-
Notifications
You must be signed in to change notification settings - Fork 4
API Documentation
This document describes the API offered
All parameters in this documentation are surrounded by <>.
GET Returns the bootscript for the host issuing the GET request
GET Return the bootscript for the host with IP address POST set the bootscript for the host with IP address
GET take the lock if possible and return a token in the response body. If the host is already locked, HTTP status 412 is returned.
PUT token is retrieved when locking, this needs to be passed to the unlock. free the lock. If it is not locked, HTTP status 412 signals the error.
GET retrieve the lock status of . Returned in the body as locked or unlocked
GET retrieve the latest jobid from the connected openQA-instance in the request body. All variables are mandatory here. Example: v1/latest_job/x86_64/sle/Online/15-SP2/create_hdd_minimal_base+sdk On error, HTTP status 404 is returned.