Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nlothian
Created July 17, 2012 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlothian/3127671 to your computer and use it in GitHub Desktop.
Save nlothian/3127671 to your computer and use it in GitHub Desktop.
JSON returned from Trystack
{
"images":[
{
"status":"ACTIVE",
"updated":"2012-02-02T19:11:00Z",
"name":"oneiric-server-cloudimg-amd64",
"links":[
{
"href":"https://nova-api.trystack.org:9774/v1.1/<tenantId>/images/15",
"rel":"self"
},
{
"href":"https://nova-api.trystack.org:9774/<tenantId>/images/15",
"rel":"bookmark"
}
],
"created":"2012-02-02T19:10:52Z",
"progress":100,
"id":"15",
"metadata":{
"kernel_id":"14",
"min_disk":0,
"min_ram":0,
"owner":"1"
}
},
{
"status":"ACTIVE",
"updated":"2012-02-02T19:10:51Z",
"name":"oneiric-server-cloudimg-amd64-kernel",
"links":[
{
"href":"https://nova-api.trystack.org:9774/v1.1/<tenantId>/images/14",
"rel":"self"
},
{
"href":"https://nova-api.trystack.org:9774/<tenantId>/images/14",
"rel":"bookmark"
}
],
"created":"2012-02-02T19:10:50Z",
"progress":100,
"id":"14",
"metadata":{
"min_disk":0,
"owner":"1",
"min_ram":0
}
},
{
"status":"ACTIVE",
"updated":"2012-02-02T19:10:41Z",
"name":"natty-server-cloudimg-amd64",
"links":[
{
"href":"https://nova-api.trystack.org:9774/v1.1/<tenantId>/images/13",
"rel":"self"
},
{
"href":"https://nova-api.trystack.org:9774/<tenantId>/images/13",
"rel":"bookmark"
}
],
"created":"2012-02-02T19:10:33Z",
"progress":100,
"id":"13",
"metadata":{
"kernel_id":"12",
"min_disk":0,
"min_ram":0,
"owner":"1"
}
},
{
"status":"ACTIVE",
"updated":"2012-02-02T19:10:33Z",
"name":"natty-server-cloudimg-amd64-kernel",
"links":[
{
"href":"https://nova-api.trystack.org:9774/v1.1/<tenantId>/images/12",
"rel":"self"
},
{
"href":"https://nova-api.trystack.org:9774/<tenantId>/images/12",
"rel":"bookmark"
}
],
"created":"2012-02-02T19:10:32Z",
"progress":100,
"id":"12",
"metadata":{
"min_disk":0,
"owner":"1",
"min_ram":0
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment