nova/doc/api_samples/os-config-drive/server-post-resp.json
Adalberto Medeiros d74ad18520 add config drive to api_samples
Add config drive extension show and details to api_samples

blueprint nova-api-samples
bug 1091737

Change-Id: I6ae1f01a417f153723b85d08c2f181909c154946
2013-02-14 13:58:26 -02:00

16 lines
491 B
JSON

{
"server": {
"adminPass": "am5LKVsBVQ4s",
"id": "58da039c-dc81-4d8f-8688-a2f819e2f750",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/58da039c-dc81-4d8f-8688-a2f819e2f750",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/58da039c-dc81-4d8f-8688-a2f819e2f750",
"rel": "bookmark"
}
]
}
}