valence/api-ref/source/mockup/resources-list-response.json
chesterkuo b121cd520b Aapi-ref doc, this is converted from Word file to RST format.
Add pooled resources, compute system , composed node and flavor API.
Remove extra space with end of line and fix literal block warning.

Change-Id: Ib7f00617e48e7ecc6fe30091d79ef6b47ae4c5af
2016-10-27 10:44:04 -04:00

38 lines
933 B
JSON

{
"resources" : [
{
"uuid": "bbfddf09-4d7e-40d5-88a9-8acfb2f88c21",
"pooled_group_id" : "fabric2-1",
"state" : "available",
"type" : "storage",
"links" : [
{
"ref" : "self",
"href" : "https://127.0.0.1/v1/pooled/bbfddf09-4d7e-40d5-88a9-8acfb2f88c21"
},
{
"ref" : "bookmark",
"href" : "https://127.0.0.1/pooled/bbfddf09-4d7e-40d5-88a9-8acfb2f88c21"
}
]
},
{
"uuid" : "4c16a45b-b029-49c4-af84-1abcf458a062",
"pooled_group_id" : "fabric3-2",
"state" : "allocated",
"type" : "storage",
"links" : [
{
"ref" : "self",
"href" : "https://127.0.0.1/v1/pooled/4c16a45b-b029-49c4-af84-1abcf458a062"
},
{
"ref" : "bookmark",
"href" : "https://127.0.0.1/pooled/4c16a45b-b029-49c4-af84-1abcf458a062"
}
]
}
]
}