Hello,
I'm trying use the api for change fuse to enable, in pvesh ok this working but in curl api not.
can someone help me ?
curl --silent --insecure --cookie "$(<$dir/cookie)" --header "$(<$dir/token)" -X PUT\
--data-urlencode features=fuse=1 \
https://$ip:8006/api2/json/nodes/$node/lxc/$vmid/config
Thanks !
I'm trying use the api for change fuse to enable, in pvesh ok this working but in curl api not.
can someone help me ?
curl --silent --insecure --cookie "$(<$dir/cookie)" --header "$(<$dir/token)" -X PUT\
--data-urlencode features=fuse=1 \
https://$ip:8006/api2/json/nodes/$node/lxc/$vmid/config
Thanks !