iPXE Template
Retrieve an iPXE template
Retrieve an iPXE template by its stable core ID. The caller must be authorized for at least one Site at which the template is available.
The Infrastructure Provider and Tenant are inferred from the org's membership. User must have authorization role with PROVIDER_ADMIN, PROVIDER_VIEWER, or TENANT_ADMIN suffix.
get/v2/org/{org}/nico/ipxe-template/{ipxeTemplateId}
Response
OK
Example response
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "ubuntu-autoinstall",
"template": "#!ipxe\nkernel ${kernel_url} initrd=initrd autoinstall\ninitrd ${initrd_url}\nboot\n",
"requiredParams": [
"kernel_url",
"initrd_url"
],
"reservedParams": [
"mac"
],
"requiredArtifacts": [
"kernel",
"initrd"
],
"visibility": "Public",
"created": "2026-07-14T14:15:22Z",
"updated": "2026-07-14T14:15:22Z"
}