Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
[#87156638]

Signed-off-by: Ted Young <[email protected]>
  • Loading branch information
atulkc authored and Ted Young committed Jan 30, 2015
1 parent 094515a commit 42d4e2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/api_cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ This will return an array of `CellResponse` objects. A `CellResponse` is of the
```
{
cell_id: "some-cell-id",
stack: "stack"
stack: "stack",
zone:"west-wing-1",
capacity:{
memory_mb: 512,
disk_mb: 1024,
containers: 124
}
}
```

Expand Down

0 comments on commit 42d4e2a

Please sign in to comment.