Apache CloudStack 4.17.0.0 Root Admin API Reference
updateImageStore
Updates image store read-only status
Request parameters
| Parameter Name | Description | Required |
| id | Image Store UUID | true |
| readonly | If set to true, it designates the corresponding image store to read-only, hence not considering them during storage migration | true |
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 |