Create
PUT
https://api.everabyte.io/api/datacenter/create
/datacenter/create
PUT
{
"locationId": "location-id-example"
}
locationId
(required, integer): The ID of the data center where the bucket will be created.PUT /datacenter/create
Content-Type: application/json
{
"locationId": 1
}
201 Created
: Datacenter 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 datacenter 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
Request samples
Responses
Modified at 2025-07-01 09:48:51