Apache CloudStack 4.0.0-incubating Root Admin API Reference
updateIsoPermissions
Updates iso permissions
Request parameters
Parameter Name | Description | Required |
id | the template ID | true |
accounts | a comma delimited list of accounts. If specified, "op" parameter has to be passed in. | false |
isextractable | true if the template/iso is extractable, false other wise. Can be set only by root admin | false |
isfeatured | true for featured template/iso, false otherwise | false |
ispublic | true for public template/iso, false for private templates/isos | false |
op | permission operator (add, remove, reset) | false |
projectids | a comma delimited list of projects. If specified, "op" parameter has to be passed in. | false |
Response Tags
Response Name | Description |
displaytext | any text associated with the success or failure |
success | true if operation is executed successfully |