ce84c7d014
We're going to want to use this for realistic API samples. The samples we're using here were taken from a DevStack deployment based on pre-RC1 Train code so they should be fairly reflective of what you'd see in a real deployment. Note that this effectively undoes a lot of the changes first introduced in Ibbee7fd11c1aa254e399d302adbae69126e98262, particularly around the responses for instances in a down cell, where we previously changed things so a 'security_groups' field was present in the response. This is okay since we're not creating interfaces and therefore don't expect to have security groups present. Change-Id: I3c94b61fc323fefbd1c8790c4a2f60cada29e86f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
21 lines
709 B
JSON
21 lines
709 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"created": "2018-12-03T21:06:18Z",
|
|
"id": "b6b0410f-b65f-4473-855e-5d82a71759e0",
|
|
"status": "UNKNOWN",
|
|
"tenant_id": "6f70656e737461636b20342065766572",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/servers/b6b0410f-b65f-4473-855e-5d82a71759e0",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/servers/b6b0410f-b65f-4473-855e-5d82a71759e0",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|