Apache CloudStack 4.23.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 |