cloudstack/server/src/com/cloud/api/response
alena 47e365f5ea bug 7089: return embedded object name in xml response
status 7089: resolved fixed
2010-11-08 13:59:14 -08:00
..
AccountResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
AlertResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
ApiResponseSerializer.java bug 7089: return embedded object name in xml response 2010-11-08 13:59:14 -08:00
AsyncJobResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
BaseResponse.java bug 7059: refactored the API to now add the single embedded object tag after a response 2010-11-05 20:10:57 -07:00
CapabilitiesResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
CapacityResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
CloudIdentifierResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
ClusterResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
ConfigurationResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
CreateCmdResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
CustomCertificateResponse.java adding failover protection case for when the mgmt svr crashes in the middle of executing something; along with custom response for cert 2010-11-01 09:04:51 -07:00
DiskOfferingResponse.java making changes for disk offerings with a new column called customized being added, for the UI to cosume whilst deploying vm with an arbitrary volume size. The UI will use this value to set the right size and the offering will ensure the right tags are taken. 2010-11-03 17:45:52 -07:00
DomainResponse.java 1) Return embedded objects for enable/disable/lock/update Account/User and updateDomain 2010-11-01 23:49:57 -07:00
DomainRouterResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
EventResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
ExceptionResponse.java bug 6799: forgot to add the exception response in my commit for this bug... 2010-10-27 18:23:23 -07:00
ExtractResponse.java bug 4286: Fixing the extract functionality for Upload after new API framework. Also added a check to avoid system created templates and ISO's from getting extracted as per Mike. 2010-11-04 19:09:38 +05:30
FirewallRuleResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
GuestOSCategoryResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
GuestOSResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
HostResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
HypervisorResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
IPAddressResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
IngressRuleResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
InstanceGroupResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
IsoVmResponse.java bug 6487: AttachISO API would return an embedded object on success. 2010-10-25 18:26:39 +05:30
ListResponse.java 1) Finished XmlApiDoc writer. The program gets api classes from commands.properties.in file, and build Command objects with "name"/"description"/"request"/"response" fields. Request and response are represented by the list of arguments, each argument contains "name"/"description"/"isrequired" fields. The commands are being serialized to commands.xml using imported xstream library, and can be desiarialized later - it will help to compare commands from differemt product versions. 2010-10-04 09:50:14 -07:00
LoadBalancerResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
NetworkGroupResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
PodResponse.java Fixed PodResponse: endip is all lowercase now. 2010-10-18 14:11:21 -07:00
PortForwardingServiceRuleResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
PreallocatedLunResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
RegisterResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
RemoteAccessVpnResponse.java - Added the rest of the VPN UI feature with the exception of displaying the preshared key. 2010-11-03 22:24:22 -07:00
ResourceLimitResponse.java bug 6752: fix updating resource limits for a domain by looking at the given accountName/domainId parameters rather than looking at the caller's account. If updating limits for an account, e.g. account 'foo' in domain 4, then execute updateResourceLimit&account=foo&domainid=4&..., but if updating the limit for a domain, don't specify the account parameter. When processing the command, if accountName is null, the limit for the domain will be properly updated. 2010-10-25 17:32:28 -07:00
ServiceOfferingResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
SnapshotPolicyResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
SnapshotResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
SnapshotScheduleResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
StatusResponse.java final merge of master->2.1.refactor preparing for merge back into master 2010-10-12 14:46:24 -07:00
StoragePoolResponse.java Return "status" field in StoragePoolResponse. Status can be Up, Maintenance, ErrorInMaintenance 2010-11-03 14:59:00 -07:00
SuccessResponse.java Fixed API commands that extend BaseCreateAsyncCmd to return the correct API response of id, and jobid. 2010-11-06 16:30:08 -07:00
SystemVmResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
TemplatePermissionsResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
TemplateResponse.java resolving merge conflicts before pushing to the remote repository 2010-10-12 15:37:50 -07:00
UpgradeVmResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
UserResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
UserVmResponse.java Build responses in ApiResponseHelper for the deploy/start/stop/reboot/recover/listVm create/list snapshot/snapshotPolicies 2010-11-02 18:16:45 -07:00
VlanIpRangeResponse.java * Added descriptions for Api command's request and response parameters. 2010-10-11 09:21:42 -07:00
VolumeResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00
VpnUsersResponse.java Bug 6988: Fixed issue with queryAsyncJobResult returning jobResults in all String format. This is to mirror the same way that the async commands are being serialized. 2010-11-04 20:56:28 -07:00
ZoneResponse.java Add constants for API command parameter names and for API response parameter names. Update the commands with the new constants rather than custom strings. Update several of the responses with the constants. Not all the responses have been updated, this is still work in progress... 2010-10-29 17:20:40 -07:00