get database
get_databaseRetrieves details for a single database from a HestiaCP server by specifying the user and database name, returning the result in JSON or plain text.
Instructions
Get one database. Executes verified command v-list-database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| format | No | json | |
| database | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| command | Yes |