b121cd520b
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
32 lines
852 B
JSON
32 lines
852 B
JSON
{
|
|
"uuid" : "4d8c3732-a248-40ed-bebc-539a6ffd25c0",
|
|
"node_power_state" : "Off",
|
|
"node_state" : "Allocated",
|
|
"boot_source" : "Hdd",
|
|
"target_boot_source": "Pxe",
|
|
"health_status" : "ok",
|
|
"name" : "Server-1",
|
|
"pooled_group_id" : "11z23344-0099-7766-5544-33225511",
|
|
"metadata" : {
|
|
"system_nic" : [
|
|
{"mac" : "f1:12:44:55:66:77"},
|
|
{"mac" : "f2:44:44:44:44:88"}
|
|
],
|
|
"mgmt_mac" : "00:AA:BB:CC:DD:EE",
|
|
"system_serialno" : "2M220100SL"
|
|
},
|
|
"url_id" : "node1",
|
|
"created_at" : "2016-04-20T15:40:00+00:00",
|
|
"updated_at" : "2016-04-20T15:40:00+00:00",
|
|
"links": [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "https://127.0.0.1/v1/nodes/4d8c3732-a248-40ed-bebc-539a6ffd25c0"
|
|
},
|
|
{
|
|
"rel" : "boomark",
|
|
"href" : "https://127.0.0.1/nodes/4d8c3732-a248-40ed-bebc-539a6ffd25c0"
|
|
}
|
|
]
|
|
}
|