Request parameters
| Parameter Name | Description | Required |
| name | the name for the object store | true |
| provider | the object store provider name | true |
| url | the URL for the object store | true |
| details | the details for the object store. Example: details[0].key=accesskey&details[0].value=s389ddssaa&details[1].key=secretkey&details[1].value=8dshfsss | false |
| size | the total size of the object store in GiB. Used for tracking capacity and sending alerts | false |
| tags | the tags for the storage pool | 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 |