Datacenter build and management service
https://github.com/joyent/conch-api/blob/master/lib/Conch/Controller/RackLayout.pm
Chainable action that uses the layout_id_or_rack_unit_start
value provided in the stash
(usually via the request URL) to look up a layout, and stashes the query to get to it in
layout_rs
.
Creates a new rack_layout entry according to the passed-in specification.
Gets one specific rack layout.
Response uses the RackLayout json schema.
Gets all rack layouts.
Response uses the RackLayouts json schema.
Updates a rack layout to specify that a certain hardware product should reside at a certain rack starting position.
Deletes the specified rack layout.
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/.