- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
storagepools.create
Creates a new storage pool.
HTTP request
POST https://autopush-netapp.sandbox.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/storagepools
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Value for parent. |
Query parameters
| Parameters | |
|---|---|
storagePoolId |
Required. ID of storage pool to create. |
Request body
The request body contains an instance of StoragePool.
Response body
If successful, the response body contains a newly created instance of Operation.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.