nova/doc/api_samples/os-hide-server-addresses/server-post-resp.json
Jason Kölker b3bbd09131 Add extension to allow hiding of addresses
* Servers in certain states will have network_info but it may change,
  (eg. rescheduled build on another host). The extension allows the
  operator to hide the address information in those states
* Fixes bug LP 1089092

Change-Id: Ie843e34a41c77903b201b45c5b67a6f75334cb5e
2012-12-20 15:43:15 -06:00

16 lines
491 B
JSON

{
"server": {
"adminPass": "c47PrLGGmARP",
"id": "1130fd6e-4d52-4e2a-848f-89b28fa03a7a",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/1130fd6e-4d52-4e2a-848f-89b28fa03a7a",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/1130fd6e-4d52-4e2a-848f-89b28fa03a7a",
"rel": "bookmark"
}
]
}
}