v1

latestSwagger 2.0Apache 2.02026-07-17311564.3 KB
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

imagesstring[]
messagestring

Example response

{
  "images": [
    "['ubuntu16.04'",
    " 'ubuntu18.04']"
  ],
  "message": "Available Base images."
}