[api] Htm_all_domains

daveyw

Verified User
Joined
Jan 5, 2008
Messages
668
Location
/dev/null
Hello,

We would like to see an API function to get a list of ALL domains on the DirectAdmin box.

Now if you want a complete list of all domains you need to get all users and for each user request the domain list.

Is it possible to get a function to get directly with 1 API command a domainlist of the directadmin server?
 
How about (without any API required):
Code:
# ls -ald /home/*/domains/*
You can add some code yourself to show only the domain if you don't need the username, and you can pipe it to a file to do what you want.

Jeff
 
Something like that we are already using, but we want to do it with the API. This would be better for us.

We would appreciate it if this will be added to the API. Maybe there are more people interested in this feature.
 
Back
Top