Skip to content

bios/decomm/rack-request

Rack Decommission Request

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.

Objects that Reference bios/decomm/rack-request

Objects used by bios/decomm/rack-request

Not used in current content packs