Get started

iPXE Boot Config

Get the iPXE boot script for a node identified by its MAC address. If the MAC is not yet registered, a new node entry is created automatically. This endpoint is unauthenticated and called by iPXE firmware on booting machines.


GET /boot/config?mac={macAddress}

Get the iPXE boot script for a node by MAC address. Creates a new node entry if the MAC is not yet registered. Returns a plain-text iPXE script.

Query parameters

mac string required
Node's MAC address

Response

The response is a plain-text iPXE script.