Apache CloudStack 4.20.0.0 Root Admin API Reference
changeStoragePoolScope
Changes the scope of a storage pool when the pool is in Disabled state.This feature is officially tested and supported for Hypervisors: KVM and VMware, Protocols: NFS and Ceph, and Storage Provider: DefaultPrimary. There might be extra steps involved to make this work for other hypervisors and storage options.
Request parameters
| Parameter Name | Description | Required |
| id | the Id of the storage pool | true |
| scope | the scope of the storage: cluster or zone | true |
| clusterid | the Id of the cluster to use if scope is being set to Cluster | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |