Add a storage pool

When you add a storage pool, you perform a GET operation on a specific storage system to view the unmanaged storage pools.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Storage administrator

  • You have added at least one storage system

Adding a storage pool using REST APIs
  1. Select a storage system URI.

    GET /rest/storage-systems

  2. Get the storage system using the URI from step 1.

    GET /rest/storage-systems/{id}

  3. Select the storage pool or pools that you want to add from the returned unmanagedPools collection.

  4. Add the storage pools to the storage system.

    POST /rest/storage-pools