info
Returns ports in use by beast by looking in the hack git repository, also returns min and max value of port allowed while specifying in beast challenge config.
Returns the ports in use by beast, which cannot be used in creating a new challenge..
get/api/info/ports/used
Headers
Authorizationstring required
Bearer
Response
OK
Example response
{
"port_max_value": 20000,
"port_min_value": 10000
}