Create
Prod
https://api.everabyte.io/api
Prod
https://api.everabyte.io/api
PUT
https://api.everabyte.io/api
/datahub/create
PUT
{
"dataCenterId": "datacenter-id-example"
}
dataCenterId
(required, string): The ID of the data center where the datahub will be created.PUT /datahub/create
Content-Type: application/json
{
"dataCenterId": 1
}
201 Created
: Datahub successfully created. The response body might contain details about the newly created datahub, such as its ID.400 Bad Request
: Invalid request body (e.g., missing dataCenterId
).404 Not Found
: The specified data center was not found.409 Conflict
: A datahub already exists in the specified data center. (If applicable to your system's design)500 Internal Server Error
: Server error.Request
Body Params application/json