v1
latestOpenAPI 3.1.02026-07-241220143.1 KBGET /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
Example response
{
"status": "ok",
"data": {
"/bin/ls": true
}
}