Skip to content

List rootfs profiles

GET/profiles

The rootfs profiles the daemon can boot sandboxes from.

Responses
200 OKOK
ProfilesResponse
profilesarray | null
items
string
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/profiles
cURL
curl '/profiles'
Response
200 OK
{
  "profiles": [
    "string"
  ]
}
Was this page helpful?