Slide 10
Slide 10 text
GET /api/instances
{
"instances": [
{
"id": "efb43283-73ce-407e-8aa5-9df645d36947",
"memory": 32768,
"name": "autumn-river-75.orionvm.net.au",
"state": "stopped",
"created_at": "2012-07-22T10:04:11Z",
"updated_at": "2012-07-24T15:01:49Z",
"bootable": true,
"volumes": [
{
"id": "2ba69b79-f088-4040-9a6c-4431303e2ebd",
"name": "Ubuntu 1204 Final",
"target": 0,
"attach_type": "RW",
"state": "provisioned",
"instance_id": "efb43283-73ce-407e-8aa5-9df645d36947",
"mirror_count": 2,
"size": 50.0,
"created_at": "2012-07-22T10:07:52Z",
"updated_at": "2012-07-22T12:35:58Z"
}
]
}
]
}
From zero
to response
Wednesday, 15 August 12
So enough about the design, lets see some code.