Create a Domain
Create a new domain. The request body must contain a valid Domain object.
Request Body — REQUIRED Domain object to create. |
---|
id string — REQUIRED |
name string |
type string |
description 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 Domain created successfully.
| |||||||||||||||||
400 Bad request. Invalid input or missing required fields. | |||||||||||||||||
401 Unauthorized. Authentication required. | |||||||||||||||||
500 Internal server error. |