Adds the rest of API samples for the core servers plugin. This is separate from the other servers api samples because the output is potentially dependent on all the other extensions and I'm expecting lots of merge issues. Partially implements blueprint v3-api-specification Partially implements blueprint v3-api-unittests Change-Id: Iffc814f327b0047c3510bfe5b8bbcb9e0e4540db
18 lines
538 B
JSON
18 lines
538 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "a291599e-6de2-41a6-88df-c443ddcef70d",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/a291599e-6de2-41a6-88df-c443ddcef70d",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/a291599e-6de2-41a6-88df-c443ddcef70d",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "new-server-test"
|
|
}
|
|
]
|
|
} |