nova/doc/api_samples/os-hide-server-addresses/servers-list-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

18 lines
558 B
JSON

{
"servers": [
{
"id": "120eed64-e7db-409c-b565-38ce2bc90021",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/120eed64-e7db-409c-b565-38ce2bc90021",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/120eed64-e7db-409c-b565-38ce2bc90021",
"rel": "bookmark"
}
],
"name": "new-server-test"
}
]
}