[
https://issues.apache.org/jira/browse/CLOUDSTACK-6052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13934644#comment-13934644
]
ASF subversion and git services commented on CLOUDSTACK-6052:
-------------------------------------------------------------
Commit 16ddc3414ae0269ecb8903f670496e45f68d6ef6 in cloudstack's branch
refs/heads/master from [~koushikd]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=16ddc34 ]
CLOUDSTACK-6052: List VM enhancement to support querying with multiple VM IDs
Annotated the 'ids' parameter with "since = 4.4"
> List VM enhancement to support querying with multiple VM IDs
> ------------------------------------------------------------
>
> Key: CLOUDSTACK-6052
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6052
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API
> Affects Versions: 4.3.0
> Reporter: Koushik Das
> Assignee: Koushik Das
> Fix For: 4.4.0
>
>
> Currently list VM can only be called using a single VM ID. So if there is a
> need to query a set of VMs using ID then either multiple list VM calls need
> to be made or all VMs needs to be fetched and then do a client side
> filtering. Both approaches are sub-optimal - the former results in multiple
> queries to database and the latter will be an overkill if you need a small
> subset from a very large number of VMs.
> The proposal is to have an additional parameter to specify a list of VM IDs
> for which the data needs to be fetched. Using this the required VMs can be
> queried in an efficient manner. With the new parameter the syntax would look
> like
> http://localhost:8096/api?command=listVirtualMachines&listAll=true&ids=eddac053-9b12-4d2e-acb7-233de2e98112,009966fc-4d7b-4f84-8609-254979ba0134
> The new 'ids' parameter will be mutually exclusive with the existing 'id'
> parameter.
--
This message was sent by Atlassian JIRA
(v6.2#6252)