Skip to content

Commit

Permalink
Add instance_id in the Tenant Usage API.
Browse files Browse the repository at this point in the history
Fixes Bug #1016274

Tenant Usage API has been updated to include
instance_id in the response (bug 1003093).
The example has been updated to add the
new field.

Change-Id: I7d60be4f809d8d5f5fba39d5cd96e2db616387af
  • Loading branch information
lin-hua-cheng committed Jun 22, 2012
1 parent afcd979 commit 5290ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -6,6 +6,7 @@
"stop":"2012-04-13 18:03:22",
"server_usages":[
{
"instance_id":"52415800-8b69-11e0-9b19-734f565bc83b",
"memory_mb":512,
"uptime":537,
"started_at":"2012-04-13 17:54:25",
Expand Down
Expand Up @@ -7,6 +7,7 @@
"stop":"2012-04-13 18:03:22",
"server_usages":[
{
"instance_id":"52415800-8b69-11e0-9b19-734f565bc83b",
"memory_mb":512,
"uptime":537,
"started_at":"2012-04-13 17:54:25",
Expand Down

0 comments on commit 5290ef9

Please sign in to comment.