mirror of https://github.com/apache/cloudstack.git
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> * pr/1497: CLOUDSTACK-9351: Add marvin test and add it to travis file CLOUDSTACK-9351: Add ids parameter to resource listing API calls Signed-off-by: Will Stevens <williamstevens@gmail.com> |
||
|---|---|---|
| .. | ||
| alert | ||
| api | ||
| capacity | ||
| configuration | ||
| consoleproxy | ||
| event | ||
| ha | ||
| keystore | ||
| metadata | ||
| network | ||
| projects | ||
| resource | ||
| resourcelimit | ||
| server | ||
| servlet | ||
| snapshot | ||
| storage | ||
| template | ||
| user | ||
| vm | ||
| vpc | ||