bios/decomm/rack-request¶
The tasks that an bios baseline process should use.
bios/decomm/rack-request¶
An external agent passes this to RackN through a json trigger. RackN will post the object back on callback when the whole batch is complete.
Prerequisites¶
none
Usage¶
An example
{
"rack": "name-of-rack",
"pipeline": "universal-application-reset-decommission",
"machines": [
{ "name": "name-of-machine", "serial": "SN" },
...
{ "name": "name-of-machine-N", "serial": "SN-N" }
]
}
The pipeline field is optional and will use the bios/decomm/pipeline value if not specified.