v57

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-012143051018.3 KB
UEFI Credential

Create UEFI Credential

Create a site-default host or DPU UEFI credential. The request fails if the selected site-default credential already exists.

User must have authorization role with PROVIDER_ADMIN suffix.

post/v2/org/{org}/nico/credential/uefi

Request body

siteIdstring uuid required

ID of the Site where the credential is stored.

kind'Host' | 'DPU' required

Which site-default UEFI credential to create.

passwordstring required

Credential password.

Response

UEFI credential was created

siteIdstring uuid required

ID of the Site where the credential is stored.

kind'Host' | 'DPU' required

Which site-default UEFI credential was created.