site_name: Deltacloud API title: CIMI Resource Collections - Machine Image

<Collection xmlns=“http://schemas.dmtf.org/cimi/1” resourceURI=“http://schemas.dmtf.org/cimi/1/MachineImageCollection”> <id>http://localhost:3001/cimi/machine_images</id> <count>3</count> <MachineImage> <id>http://localhost:3001/cimi/machine_images/img1</id> <name>img1</name> <description>Fedora 10</description> <created>2012-12-28T16:23:35+02:00</created> <state>AVAILABLE</state> <type>IMAGE</type> <imageLocation>mock://img1</imageLocation> </MachineImage> <MachineImage> <id>http://localhost:3001/cimi/machine_images/img2</id> <name>img2</name> <description>Fedora 10</description> <created>2012-12-28T16:23:35+02:00</created> <state>AVAILABLE</state> <type>IMAGE</type> <imageLocation>mock://img2</imageLocation> </MachineImage> <MachineImage> <id>http://localhost:3001/cimi/machine_images/img3</id> <name>img3</name> <description>JBoss</description> <created>2012-12-28T16:23:35+02:00</created> <state>AVAILABLE</state> <type>IMAGE</type> <imageLocation>mock://img3</imageLocation> </MachineImage> <operation rel=“add” href=“http://localhost:3001/cimi/machine_images” /> </Collection>