-
Get a server hardware type URI.
GET /rest/server-hardware-types
-
Select the enclosure group URI.
GET /rest/enclosure-groups
-
Select the BIOS settings for the server hardware.
GET /rest/server-hardware-types/{id}
-
Get available server ports using the server hardware type URI and enclosure group URI.
GET /rest/server-profiles/profile-ports?serverHardwareTypeUri={uri}&enclosureGroupUri={uri}
-
Select the network URIs for the server profile connections using the server hardware type URI and enclosure group URI.
GET /rest/server-profiles/available-networks?serverHardwareTypeUri={uri}&enclosureGroupUri={uri}
-
Select the firmware URI you prefer to apply.
GET /rest/firmware-drivers
-
Get available ports for the server hardware type and enclosure.
POST /rest/server-profiles/profile-ports?serverHardwareTypeUri={uri}&enclosureGroupUri={uri}
-
Create the server profile with the information from the previous steps.
POST /rest/server-profiles