Apache CloudStack 4.22.0.0 Root Admin API Reference
updateObjectStoragePool
Updates object storage pool
Request parameters
| Parameter Name | Description | Required |
| id | Object Store ID | true |
| name | the name for the object store | false |
| size | the total size of the object store in GiB. Used for tracking capacity and sending alerts. Set to 0 to stop tracking. | false |
| url | the url for the object store | false |
Response Tags
| Response Name | Description |
| id | the ID of the object store |
| name | the name of the object store |
| providername | the provider name of the object store |
| storageallocated | the allocated size of the object store |
| storagetotal | the total size of the object store |
| storageused | the object store currently used size |
| url | the url of the object store |