.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | List Postgres databases and database users. |
| Returns: | |
<data> <dblist> <db> A string value that contains the name of the database.</db> <user> A string value that contains a database user.</user> </dblist> <user> A string value that contains a database user.</user> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | List Postgres databases and database users. |
| Returns: | |
<data> <sizemeg> An integer value that contains the size of the database listed in megabytes.</sizemeg> <db> A string value that contains the name of the database.</db> <userlist> <db> A string value that contains the name of the database.</db> <user> A string value that contains a database user.</user> </userlist> <size> An integer value that contains the size of the database in bytes.</size> <usercount> An integer value that contains the number of users assigned to the database.</usercount> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | List database users for a specified Postgres database. |
| Parameters: | |
| db (string) | |
| The name of the database corresponding to the users you wish to list. | |
| Returns: | |
<data> <db> A string value that contains the name of the database.</db> <user> A string value that contains a database user.</user> </data> |