Create server profile from a server profile template

Prerequisites

  • Minimum required session ID privileges: Server administrator

  • A managed enclosure that includes a blade server without a server profile template or a rack server under management without a server profile template

Creating server profile from a server profile template using REST APIs
  1. Select a server profile template to use.

    GET /rest/server-profile-templates

  2. Get the server profile contents from the template.

    GET on /rest/server-profile-templates/{id}new-profile

  3. Identify an hardware to use.

    GET /rest/server-profiles/available-servers

  4. Modify or update server profile name and hardware URI.

  5. If you want, you can customize other sections.

  6. Create server profile with the modified content.

    POST /rest/server-profiles