Skip to content

List Jails (Simple)

GET
/jail/simple
curl --request GET \
--url https://sylve.lan:8181/api/jail/simple \
--header 'Authorization: <Authorization>'

Retrieve the lightweight projection of all configured jails

Success

Media typeapplication/json
object
data
Array<object>
object
cores
integer
ctId
integer
id
integer
memory
integer
name
string
resourceLimits
boolean
state
string
error
string
message
string
status
string
Examplegenerated
{
"data": [
{
"cores": 1,
"ctId": 1,
"id": 1,
"memory": 1,
"name": "example",
"resourceLimits": true,
"state": "example"
}
],
"error": "example",
"message": "example",
"status": "example"
}

Unauthorized

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}

Internal Server Error

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}