REVIEW - REVIEW - REVIEW - REVIEW - REVIEW - REVIEW - REVIEW - REVIEW -
This section describes the operations that are supported for database instances.
| Verb | URI | Description |
|---|---|---|
| POST | /instances | Creates a new database instance. |
| GET | /instances | Lists the status and information for all database instances. |
| GET | /instances/{instanceId} | Lists status and details for a specified database instance. |
| DELETE | /instances/{instanceId} | Deletes the specified database instance. |
| POST | /instances/{instanceId}/root | Enables the root user for the specified database instance and returns the root password. |
| GET | /instances/{instanceId}/root | Returns true if root user is enabled for the specified database instance or false otherwise. |

