<div dir="ltr"><div>Hello.</div><div><br></div><div>Is there a solution to get the return of a command launch by lxd exec API ?</div><div> </div><div>curl -s --unix-socket /var/lib/lxd/unix.socket a/1.0/containers/$CONTAINER/exec -X POST -d '{"command": ["df -f /"]}' | jq .</div><div><br></div><div><div>I would like to see something like this in return of the command.</div></div><div><br></div><div>output: /dev/sda5           15G    4,6G  9,8G  32% /<br></div></div>