valence/api-ref/source/mockup/compute-systems-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

36 lines
876 B
JSON

{
"systems" : [
{
"uuid" : "87e34f20-9c80-4e03-ba77-d836cfc26e70",
"name" : "compute-system-1" ,
"power_state" : "On" ,
"links": [
{
"rel" : "self",
"href" : "https://127.0.0.1/v1/systems/87e34f20-9c80-4e03-ba77-d836cfc26e70"
},
{
"href" : "https://127.0.0.1/systems/87e34f20-9c80-4e03-ba77-d836cfc26e70",
"rel" : "bookmark"
}
]
},
{
"uuid" : "5a13e8a8-f8c7-480c-8098-0b6710b80709",
"name" : "compute-system-2" ,
"power_state" : "On" ,
"links": [
{
"rel" : "self",
"href" : "https://127.0.0.1/v1/systems/5a13e8a8-f8c7-480c-8098-0b6710b80709"
},
{
"href" : "https://127.0.0.1/systems/5a13e8a8-f8c7-480c-8098-0b6710b80709",
"rel" : "bookmark"
}
]
}
]
}