Re: API Response Formats: XML and JSON

2014-09-02 Thread ilya musayev
You can also try running cloudmonkey and "set display json" - this way it prints all the output in json format. Regards ilya On 8/30/14, 12:39 PM, Erik Weber wrote: On Sat, Aug 30, 2014 at 9:22 PM, Dean Kamali wrote: Hey everyone, According to docs, CloudStack supports two formats as the re

Re: API Response Formats: XML and JSON

2014-08-30 Thread Erik Weber
On Sat, Aug 30, 2014 at 9:22 PM, Dean Kamali wrote: > Hey everyone, > > According to docs, CloudStack supports two formats as the response to > an API call. The default response is XML. If you would like the > response to be in JSON, add &response=json to the Command String. > > I'm using CS 4.4

API Response Formats: XML and JSON

2014-08-30 Thread Dean Kamali
Hey everyone, According to docs, CloudStack supports two formats as the response to an API call. The default response is XML. If you would like the response to be in JSON, add &response=json to the Command String. I'm using CS 4.4 and when making an API call, I get response in XML which is okay,