will
|
ca0ce93fde
|
Fixed all sync commands that can possibly return a <success> tag. If success, it will return true, otherwise an HTTP error will be returned.
|
2010-11-05 21:25:19 -07:00 |
|
will
|
a3dbc34857
|
bug 7059: refactored the API to now add the single embedded object tag after a response
- Changed networkgroups to security groups
- a whole bunch of other API bugs. Unfortunately, I may have broken more.
|
2010-11-05 20:10:57 -07:00 |
|
will
|
05ab3bf673
|
bug 7063: AsyncJobResult should now return the correct success and error tags upon the completion of a async job. It should now follow either the format ... jobresult.success or jobresult.errorcode and jobresult.errortext
- Fixed a lot of other Async related packaging issues. It's not all done but will continue to refactor this later.
|
2010-11-05 17:30:03 -07:00 |
|
alena
|
b9ad299ac6
|
bug 6998: return embedded job result object in queryAsyncJobResult command
status 6998: resolved fixed
|
2010-11-05 12:03:01 -07:00 |
|
Kris McQueen
|
88dac13bb0
|
use the API response date format when serializing response objects
|
2010-10-29 13:23:29 -07:00 |
|
Kris McQueen
|
7531525252
|
Add commented code out for the old style (2.1.x) JSON async job responses. The XML responses are still a TODO. In order to get this to fully revert back to 2.1.x style responses, some commands will need to be modified to set the responseName to be something like getResultObjectName(), and there's an example of this in StopVMCmd.
|
2010-10-28 14:32:13 -07:00 |
|
Kris McQueen
|
95a7f20a0a
|
Adding in XML response serializing. Now the new API framework supports both XML and JSON responses the way the old framework did.
|
2010-09-28 17:36:27 -07:00 |
|
Kris McQueen
|
62257d4021
|
Fix serializing async job responses by writing a custom adapter for ResponseObjects. Improve exception handling when calling async commands (the job still needs to complete, but with FAILED status).
|
2010-09-24 13:52:35 -07:00 |
|
Kris McQueen
|
12ef5106b6
|
Fixing serialization of JSON responses to handle both regular objects and list-style responses. Add missing managers to API dispatcher. Fix a typo in listAlerts command implementation method. Add signatures for various add host/storage APIs.
|
2010-09-20 15:20:32 -07:00 |
|
Kris McQueen
|
a5f50d236f
|
Rearranging how response objects work since we need the response name when doing serialization. Now there's a base class that implements the getResponseName method, all responses extend this base class
|
2010-09-17 15:18:37 -07:00 |
|