v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

GET /sudoers/{entryname}/commands/

Get the commands for a SUDOer entry

get/v1/sudoers/{entryname}/commands/

Path parameters

entrynamestring required

name of the sudoer entry

Response

200

statusstring

Example response

{
  "status": "ok",
  "data": {
    "/bin/ls": true
  }
}