Apache CloudStack 4.17.0.0 Root Admin API Reference
createSecondaryStagingStore
create secondary staging store.
Request parameters
| Parameter Name | Description | Required |
| url | the URL for the staging store | true |
| details | the details for the staging store | false |
| provider | the staging store provider name | false |
| scope | the scope of the staging store: zone only for now | false |
| zoneid | the Zone ID for the staging store | false |
Response Tags
| Response Name | Description |
| id | the ID of the image store |
| disksizetotal | the total disk size of the host |
| disksizeused | the host's currently used disk size |
| name | the name of the image store |
| protocol | the protocol of the image store |
| providername | the provider name of the image store |
| readonly | defines if store is read-only |
| scope | the scope of the image store |
| url | the url of the image store |
| zoneid | the Zone ID of the image store |
| zonename | the Zone name of the image store |