-
Get all server profiles.
GET /rest/server-profiles
-
Search for serverHardwareUri=null in the list of returned server profiles to find unassigned server profiles. Select an unassigned server profile.
-
Get the unassigned server profile.
GET /rest/server-profiles/{id}
-
Get server hardware using the unassigned server profile hardware type and enclosure group.
GET /rest/server-profiles/serversserverHardwareTypeUri={uri}&enclosureGroupUri={uri}
-
Add the server hardware URI to the server profile.
-
Update the server profile.
PUT /rest/server-profiles/{id}