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
28 lines
869 B
JSON
28 lines
869 B
JSON
{
|
|
"management" : {
|
|
"result" : true
|
|
},
|
|
"inspect" : {
|
|
"result" : null,
|
|
"reason" : "not supported"
|
|
},
|
|
"power" : {
|
|
"result" : true
|
|
},
|
|
"raid" : {
|
|
"result" : true
|
|
},
|
|
"boot" : {
|
|
"result" : false,
|
|
"reason" : "Cannot validate image information for node ecddf26d-8c9c-4ddf-8f45-fd57e09ccddb because one or more parameters are missing from its instance_info.. Missing are: ['ramdisk', 'kernel', 'image_source']"
|
|
},
|
|
"console" : {
|
|
"result" : false,
|
|
"reason" : "Missing 'ipmi_terminal_port' parameter in node's driver_info."
|
|
},
|
|
"deploy" : {
|
|
"reason" : "Cannot validate image information for node ecddf26d-8c9c-4ddf-8f45-fd57e09ccddb because one or more parameters are missing from its instance_info.. Missing are: ['ramdisk', 'kernel', 'image_source']",
|
|
"result" : false
|
|
}
|
|
}
|