Create a database
Create a new database under an existing service. Requires a valid Database entity in the request body.
Request Body — REQUIRED Database entity to create. |
---|
id string — REQUIRED |
name string — REQUIRED |
displayName string |
datastoreId string — REQUIRED |
description string |
location string |
config object |
json string |
version string |
active boolean |
assetCreatedDate date-time |
assetUpdatedDate date-time |
createdTime int64 |
updatedTime int64 |
createdBy string |
updatedBy string |
owner string |
tags string[] |
Responses | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Database created successfully.
| |||||||||||||||||||
400 Bad request. Invalid input or missing required fields. | |||||||||||||||||||
401 Unauthorized access. | |||||||||||||||||||
500 Internal server error. |