trove/integration/apidocs/src/resources/samples/db-mgmt-get-instance-detail...

52 lines
1.6 KiB
JSON

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 903
Date: Tue, 24 Jul 2012 19:48:33 GMT
{
"instance": {
"created": "2012-07-24T19:48:27",
"deleted": false,
"deleted_at": null,
"flavor": {
"id": "1",
"links": [
{
"href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1",
"rel": "self"
},
{
"href": "https://ord.databases.api.rackspacecloud.com/flavors/1",
"rel": "bookmark"
}
]
},
"guest_status": {
"state_description": "running"
},
"host": "hostname",
"id": "6e038c18-902f-4a41-b2a2-5f46fa62fc1b",
"links": [
{
"href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/6e038c18-902f-4a41-b2a2-5f46fa62fc1b",
"rel": "self"
},
{
"href": "https://ord.databases.api.rackspacecloud.com/instances/6e038c18-902f-4a41-b2a2-5f46fa62fc1b",
"rel": "bookmark"
}
],
"local_id": 0,
"name": "json_rack_instance",
"server_id": "64438fb6-4b98-4bd8-975e-222bc11daf74",
"status": "ACTIVE",
"task_description": "No tasks for the instance.",
"tenant_id": "1234",
"updated": "2012-07-24T19:48:29",
"volume": {
"id": "VOL_0fb3073c-15de-483b-bb85-376a8997dc8a",
"size": 2
}
}
}