compute-api/v1.0/samples/server-post-resp.json
Diane Fleming 5b8d24f760 Fix directory structure to match openstack-manuals
Change-Id: I71d2696fefd08c4c85ee19ff90393cf0ff4d43bf
author: diane fleming
2014-05-28 20:13:15 +02:00

23 lines
445 B
JSON

{
"server":{
"id":1235,
"name":"new-server-test",
"imageId":1,
"flavorId":1,
"hostId":"e4d909c290d0fb1ca068ffaddf22cbd0",
"progress":0,
"status":"BUILD",
"adminPass":"GFf1j9aP",
"metadata":{
"My Server Name":"Apache1"
},
"addresses":{
"public":[
"67.23.10.138"
],
"private":[
"10.176.42.19"
]
}
}
}