info
Gives all the base images that can be used while creating a beast challenge, this is a constant specified in beast global config
Returns all the available base images which can be used for challenge creation as the base OS for challenge.
get/api/info/images/available
Headers
Authorizationstring required
Bearer
Response
OK
Example response
{
"images": [
"['ubuntu16.04'",
" 'ubuntu18.04']"
],
"message": "Available Base images."
}