GitHub user nvazquez opened a pull request:
https://github.com/apache/cloudstack/pull/1497
CLOUDSTACK-9351: Add ids parameter to resource listing API calls
## General behaviour
A new parameter is added in each method, its type a list of IDs of the
entity, it will be mutually exclusive with id. (Similar to <code>id</code> and
<code>ids</code> parameters in <code>listVirtualMachines</code> method)
### API Methods affected
* <code>listTemplates</code>: new parameter **<code>ids</code>**, mutually
exclusive with <code>id</code>
* <code>listVolumes</code>: new parameter **<code>ids</code>**, mutually
exclusive with <code>id</code>
* <code>listSnapshots</code>: new parameter **<code>ids</code>**, mutually
exclusive with <code>id</code>
* <code>listVMSnapshots</code>: new parameter
**<code>vmsnapshotids</code>**, mutually exclusive with
<code>vmsnapshotid</code>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nvazquez/cloudstack addidsparam
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1497.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1497
----
commit be4e51f98bb2c569f9182bdd3813888598324159
Author: nvazquez <[email protected]>
Date: 2016-04-12T17:57:55Z
CLOUDSTACK-9351: Add ids param to ListVolumesCmd
commit 5f9500550eef292665da9c90062f60fa5e611450
Author: nvazquez <[email protected]>
Date: 2016-04-14T14:39:41Z
CLOUDSTACK-9351: Add ids param to ListSnapshotsCmd
commit 8677458130437401e0c77f0fe672aa103778cb45
Author: nvazquez <[email protected]>
Date: 2016-04-14T15:28:22Z
CLOUDSTACK-9351: Add vmsnapshotids param to ListVMSnapshotsCmd
commit d2f22f0daa75f09412853917af49adab0a72d68a
Author: nvazquez <[email protected]>
Date: 2016-04-14T18:44:34Z
CLOUDSTACK-9351: Add ids param to ListTemplatesCmd
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---