12c8ea8569
Adds the v3 API samples for the hide server addresses and keypairs extensions. Bundled together to reduce review load Partially implements blueprint v3-api-specification +DocImpact Change-Id: If331d79a878af7543c8792ab4d675fc996c3cd04
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "b2a7068b-8aed-41a4-aa74-af8feb984bae",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/b2a7068b-8aed-41a4-aa74-af8feb984bae",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/b2a7068b-8aed-41a4-aa74-af8feb984bae",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "new-server-test"
|
|
}
|
|
]
|
|
} |