-
Obtain the hardware information:
Get a list of available targets.
GET /rest/server-profiles/available-targets
-
For an assigned profile, note the fields serverHardwareUri, serverHardwareTypeUri, and enclosureGroupUri for the hardware target of interest.
-
For an unassigned profile, note the serverHardwareTypeUri and enclosureGroupUri for the hardware target of interest.
-
For an empty bay, note the fields serverHardwareTypeUri, enclosureGroupUri, enclosureUri, and enclosureBay.
-
Obtain the network information to create connections:
-
Obtain the SAN storage information:
-
If manually selecting the storage targets, obtain them.
GET {storage system uri}/managedPorts
Note the fields portWwn, expectedNetworkUri, and actualNetworkUri. Match the expectedNetworkUri with the uri field obtained in step 2a.
-
Create the server profile with the information from the previous steps.
POST /rest/server-profiles
|