6e82b2118a
This updates the API root documentation, which was non-existent, and the Node documentation significantly, replacing many of the samples and adding more verbiage to each property. It's not perfect, but this is vastly more correct than the current docs. Change-Id: Iaeb1c80ac0655fc0d73fa495ed43e3c02b345495
31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"name" : "OpenStack Ironic API",
|
|
"description" : "Ironic is an OpenStack project which aims to provision baremetal machines.",
|
|
"default_version" : {
|
|
"status" : "CURRENT",
|
|
"version" : "1.16",
|
|
"links" : [
|
|
{
|
|
"rel" : "self",
|
|
"href" : "http://127.0.0.1:6385/v1/"
|
|
}
|
|
],
|
|
"id" : "v1",
|
|
"min_version" : "1.1"
|
|
},
|
|
"versions" : [
|
|
{
|
|
"status" : "CURRENT",
|
|
"links" : [
|
|
{
|
|
"href" : "http://127.0.0.1:6385/v1/",
|
|
"rel" : "self"
|
|
}
|
|
],
|
|
"id" : "v1",
|
|
"version" : "1.16",
|
|
"min_version" : "1.1"
|
|
}
|
|
]
|
|
}
|