/datacenter/createPUT{
"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.