---
title: "POST /v1/{+parent}/storagePools"
method: POST
path: "/v1/{+parent}/storagePools"
tags: ["projects"]
---

# POST /v1/{+parent}/storagePools

`POST /v1/{+parent}/storagePools`

Creates a new storage pool.

## Path parameters

- `parent` string, required

## Query parameters

- `storagePoolId` string

## Request body

- StoragePool — StoragePool is a container for volumes with a service level and capacity. Volumes can be created in a pool of sufficient available capacity. StoragePool capacity is what you are billed for.
  - `stateDetails` string — Output only. State details of the storage pool
  - `ldapEnabled` boolean — Optional. Flag indicating if the pool is NFS LDAP enabled or not.
  - `hotTierSizeUsedGib` string, int64 — Output only. Total hot tier data rounded down to the nearest GiB used by the storage pool.
  - `volumeCount` integer — Output only. Volume count of the storage pool
  - `hotTierSizeGib` string, int64 — Optional. Total hot tier capacity for the Storage Pool. It is applicable only to Flex service level. It should be less than the minimum storage pool size and cannot be more than the current storage pool size. It cannot be decreased once set.
  - `state` 'STATE_UNSPECIFIED' | 'READY' | 'CREATING' | 'DELETING' | 'UPDATING' | 'RESTORING' | 'DISABLED' | 'ERROR' — Output only. State of the storage pool
  - `allowAutoTiering` boolean — Optional. True if the storage pool supports Auto Tiering enabled volumes. Default is false. Auto-tiering can be enabled after storage pool creation but it can't be disabled once enabled.
  - `totalIops` string, int64 — Optional. Custom Performance Total IOPS of the pool if not provided, it will be calculated based on the total_throughput_mibps
  - `psaRange` string — Optional. This field is not implemented. The values provided in this field are ignored.
  - `qosType` 'QOS_TYPE_UNSPECIFIED' | 'AUTO' | 'MANUAL' — Optional. QoS (Quality of Service) Type of the storage pool
  - `labels` object — Optional. Labels as key value pairs
  - `encryptionType` 'ENCRYPTION_TYPE_UNSPECIFIED' | 'SERVICE_MANAGED' | 'CLOUD_KMS' — Output only. Specifies the current pool encryption key source.
  - `kmsConfig` string — Optional. Specifies the KMS config to be used for volume encryption.
  - `totalThroughputMibps` string, int64 — Optional. Custom Performance Total Throughput of the pool (in MiBps)
  - `scaleType` 'SCALE_TYPE_UNSPECIFIED' | 'SCALE_TYPE_DEFAULT' | 'SCALE_TYPE_SCALEOUT' — Optional. The scale type of the storage pool. Defaults to `SCALE_TYPE_DEFAULT` if not specified.
  - `mode` 'MODE_UNSPECIFIED' | 'DEFAULT' | 'ONTAP' — Optional. Mode of the storage pool. This field is used to control whether the user can perform ONTAP operations on the storage pool using the GCNV ONTAP Mode APIs. If not specified during creation, it defaults to `DEFAULT`.
  - `description` string — Optional. Description of the storage pool
  - `name` string — Identifier. Name of the storage pool
  - `network` string — Required. VPC Network name. Format: projects/{project}/global/networks/{network}
  - `replicaZone` string — Optional. Specifies the replica zone for regional storagePool.
  - `availableThroughputMibps` number, double — Output only. Available throughput of the storage pool (in MiB/s).
  - `coldTierSizeUsedGib` string, int64 — Output only. Total cold tier data rounded down to the nearest GiB used by the storage pool.
  - `zone` string — Optional. Specifies the active zone for regional storagePool.
  - `capacityGib` string, int64 — Required. Capacity in GIB of the pool
  - `createTime` string, google-datetime — Output only. Create time of the storage pool
  - `globalAccessAllowed` boolean — Deprecated. Used to allow SO pool to access AD or DNS server from other regions.
  - `satisfiesPzs` boolean — Output only. Reserved for future use
  - `satisfiesPzi` boolean — Output only. Reserved for future use
  - `enableHotTierAutoResize` boolean — Optional. Flag indicating that the hot-tier threshold will be auto-increased by 10% of the hot-tier when it hits 100%. Default is true. The increment will kick in only if the new size after increment is still less than or equal to storage pool size.
  - `serviceLevel` 'SERVICE_LEVEL_UNSPECIFIED' | 'PREMIUM' | 'EXTREME' | 'STANDARD' | 'FLEX' — Required. Service level of the storage pool
  - `type` 'STORAGE_POOL_TYPE_UNSPECIFIED' | 'FILE' | 'UNIFIED' — Optional. Type of the storage pool. This field is used to control whether the pool supports `FILE` based volumes only or `UNIFIED` (both `FILE` and `BLOCK`) volumes. If not specified during creation, it defaults to `FILE`.
  - `customPerformanceEnabled` boolean — Optional. True if using Independent Scaling of capacity and performance (Hyperdisk) By default set to false
  - `volumeCapacityGib` string, int64 — Output only. Allocated size of all volumes in GIB in the storage pool
  - `activeDirectory` string — Optional. Specifies the Active Directory to be used for creating a SMB volume.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/netapp.md) · [All operations](https://skmtc.net/google/apis/netapp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/netapp/versions/fa9ebea9e9dc/schema)
