Apache CloudStack 4.23.0.0 Root Admin API Reference
downloadImageStoreObject
Download object at a specified path on an image store.
Request parameters
| Parameter Name | Description | Required |
| id | id of the image store | true |
| path | path to download on image store | false |
Response Tags
| Response Name | Description |
| id | The ID of extracted object |
| accountid | The Account ID to which the extracted object belongs |
| created | The time and date the object was created |
| extractId | The upload ID of extracted object |
| extractMode | The mode of extraction - upload or download |
| name | The name of the extracted object |
| state | The state of the extracted object |
| status | The status of the extraction |
| storagetype | Type of the storage |
| uploadpercentage | The percentage of the entity uploaded to the specified location |
| url | If mode = upload then URL of the uploaded entity. if mode = download the URL from which the entity can be downloaded |
| zoneid | Zone ID the object was extracted from |
| zonename | Zone name the object was extracted from |