[
https://issues.apache.org/jira/browse/CLOUDSTACK-9982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098028#comment-16098028
]
ASF subversion and git services commented on CLOUDSTACK-9982:
-------------------------------------------------------------
Commit bef5c17baa0d708fae3b99ff79d9c3fec80cde39 in cloudstack's branch
refs/heads/master from [~HarikaPunna]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=bef5c17 ]
CLOUDSTACK-9982: Introduce new response parameter: PhysicalSize in
listTemplates API response
> Introduce PhysicalSize as response in listTemplates API
> -------------------------------------------------------
>
> Key: CLOUDSTACK-9982
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9982
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Suresh Kumar Anaparti
> Assignee: Harika Punna
>
> CloudStack stores template's real size (physical_size) and setting size in
> the DB.
> {noformat}
> mysql> select template_id,size,physical_size from template_store_ref where
> template_id=203;
> -----------------------++--------------
> template_id size physical_size
> -----------------------++--------------
> 203 16106127360 639990784
> {noformat}
>
> However listTemplates API does not show PhysicalSize in response.
> REPRO STEPS
> ==================
> Try listTemplates API
> EXPECTED BEHAVIOR
> ==================
> PhysicalSize of the template needs to be displayed as response from
> listTemplates API call
> ACTUAL BEHAVIOR
> ==================
> Currently PhysicalSize of the template is not displayed as response from
> listTemplates API call
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)