Get a database by ID
Retrieve a database by its unique identifier.
Path Parameters |
---|
id string — REQUIREDUnique identifier of the database. Example:
|
Responses | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The database was found and returned successfully.
| |||||||||||||||||||
204 No database found for the given ID. | |||||||||||||||||||
401 Unauthorized access. | |||||||||||||||||||
404 Database for instance id is not found. | |||||||||||||||||||
500 Internal server error. |