Datacenter build and management service
https://github.com/joyent/conch-api/blob/master/lib/Conch/Controller/Datacenter.pm
Chainable action that uses the datacenter_id
value provided in the stash (usually via the
request URL) to look up a datacenter, and stashes the result in datacenter
.
Get all datacenters.
Response uses the Datacenters json schema.
Get a single datacenter.
Response uses the Datacenter json schema.
Get all rooms for the given datacenter.
Response uses the DatacenterRoomsDetailed json schema.
Create a new datacenter.
Update an existing datacenter.
Permanently delete a datacenter.
Copyright Joyent, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.