valence/doc/api-mockup/index.json
Lin Yang 0ac90c5522 Initial import from external repository
External repo: https://github.com/mganguli/RSC
Commit: 49199a82045f1d6f231eb477de3dbcd59492e9d9

Change-Id: I9eaec387605a39ba5e4c571026cacb1845938231
2016-10-07 08:50:05 +08:00

31 lines
730 B
JSON

{
"name" : "OpenStack Plasma API",
"description" : "Plasma is an OpenStack project which aims to provide node composition based on redfish API.",
"default_version" : {
"status" : "CURRENT",
"version" : "1.1",
"links" : [
{
"rel" : "self",
"href" : "http://openstack.example.com:8881/v1/"
}
],
"id" : "v1",
"min_version" : "1.0"
},
"versions" : [
{
"status" : "CURRENT",
"links" : [
{
"href" : "http://openstack.example.com:8881/v1/",
"rel" : "self"
}
],
"id" : "v1",
"version" : "1.1",
"min_version" : "1.0"
}
]
}