Michal Fojtik created DTACLOUD-431:
--------------------------------------

             Summary: Disks and volumes are ignored on CIMI $select
                 Key: DTACLOUD-431
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-431
             Project: DeltaCloud
          Issue Type: Bug
            Reporter: Michal Fojtik
            Assignee: Michal Fojtik


When using $select=name on machine collection, I get following output:

<Collection xmlns="http://schemas.dmtf.org/cimi/1"; 
resourceURI="http://schemas.dmtf.org/cimi/1/MachineCollection";>
<id>http://localhost:3001/cimi/machines</id>
<count>2</count>
<Machine>
<name>MockUserInstance</name>
<disks href="/disks" />
<volumes href="/volumes" />
</Machine>
<Machine>
<name>Mock Instance With Profile Change</name>
<disks href="/disks" />
<volumes href="/volumes" />
</Machine>
<operation rel="add" href="http://localhost:3001/cimi/machines"; />
</Collection>

Note that the 'disks' and 'volumes' should not be displayed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to