[
https://issues.apache.org/jira/browse/CLOUDSTACK-8396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phillip Kent reopened CLOUDSTACK-8396:
--------------------------------------
Dear Rohit, thank you. What I thought you would do is switch the API call to
response=xml and process the returned XML....
Your XML output differs from the CS standard XML response, and it would be
better to agree with that I think. Example:
<listzonesresponse cloud-stack-version="4.3.0.1">
<count>9</count>
<zone>....1st zone properties....</zone>
<zone> ....2nd zone properties ....</zone>
....
</listzonesresponse>
and note that <resourcedetails> doesn't contain XML:
<resourcedetails>
{pool.storage.allocated.capacity.disablethreshold=1,
storage.overprovisioning.factor=10000, pool.storage.capacity.disablethreshold=1}
</resourcedetails>
> Cloudmonkey: Add display mode for XML output
> --------------------------------------------
>
> Key: CLOUDSTACK-8396
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8396
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Cloudmonkey
> Reporter: Phillip Kent
> Assignee: Rohit Yadav
> Priority: Minor
>
> CloudStack API returns responses in either JSON or XML formats (as chosen by
> the 'response' parameter).
> Cloudmonkey currently does not offer an output option for XML. Can this be
> added?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)