Kris McQueen
|
c32d6e7524
|
Template id is not a required parameter when listing templates. The proper serialized name for the async job id is jobid, not id. Sadly, ctxAccoutId != ctxAccountId, ugh, no wonder the UserContext wasn't getting set up correctly. Clean up some miscellaneous unnecessary casts.
|
2010-09-21 17:00:50 -07:00 |
|
Kris McQueen
|
1a54c52d5e
|
Change the annontations for response objects to use the GSON annotations for the property name written to the response
|
2010-09-20 17:47:56 -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 |
|
Kris McQueen
|
3949afa9ae
|
Refactor queryAsyncJobResult to new API framework.
|
2010-09-08 19:24:35 -07:00 |
|
Kris McQueen
|
5204349fef
|
Refactor listSystemVms to new API framework. Add missing licensing info to several API response files. Combine ConsoleProxy and SecondaryStorageVm interfaces into SystemVm interface to have common functions callable from one interface rather than having to cast overly much just to get the same data from the objects. This also includes a partial refactoring of ListStoragePoolsAndHosts command.
|
2010-09-08 18:56:27 -07:00 |
|
Kris McQueen
|
68275debc0
|
Refactor listAsyncJobs to new API framework, consolidating parameter and criteria packing/unpacking into just command unpacking to simplify building the search criteria.
|
2010-08-30 16:18:39 -07:00 |
|