DirectaAdmin API to manage LVE limits

leolage

Verified User
Joined
Jul 2, 2019
Messages
6
Hello,

DirectAdmin have plans to make a API to manage LVE (cloudLinux) limits for users and resellers?

I search for this resource, but not found anything. In cloudlinux website only have documentation to whm api to manage lve.

Thanks

Leo
 
Don't think DA will do this, they don't even want to integrate with CL their PHP Selector ;)

I guess CL is the best one to ask via a ticket about a possible solution.
 
You can create a plugin (+ a sudo wrapper) that will provide you with any API function that you miss in DA
You could call it like this (example): $DAURL/CMD_PLUGINS/ext-api/index.raw
providing array of parameters like: module=lve&user=jimmy&pmem=524288&io=51200
 
Back
Top