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
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"id" : "v1",
|
|
"links" : [
|
|
{
|
|
"href" : "http://127.0.0.1:8181/v1/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "describedby",
|
|
"type" : "text/html",
|
|
"href" : "http://docs.openstack.org/developer/valence/dev/api-spec-v1.html"
|
|
}
|
|
],
|
|
"nodes" : [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "http://127.0.0.1:8181/v1/nodes/"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://127.0.0.1:8181/nodes/"
|
|
}
|
|
],
|
|
"systems" : [
|
|
{
|
|
"href" : "http://127.0.0.1:8181/v1/systems/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://127.0.0.1:8181/systems/"
|
|
}
|
|
],
|
|
"flavors" : [
|
|
{
|
|
"href" : "http://127.0.0.1:8181/v1/flavors/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://127.0.0.1:8181/flavors/"
|
|
}
|
|
],
|
|
"pooled" : [
|
|
{
|
|
"href" : "http://127.0.0.1:8181/v1/pooled/",
|
|
"rel" : "self"
|
|
},
|
|
{
|
|
"rel" : "bookmark",
|
|
"href" : "http://127.0.0.1:8181/pooled/"
|
|
}
|
|
],
|
|
"media_types" : [
|
|
{
|
|
"type" : "application/vnd.openstack.valence.v1+json",
|
|
"base" : "application/json"
|
|
}
|
|
]
|
|
}
|
|
|