c37e034790
Partially implements blueprint v3-api-unittests Change-Id: I6df70127a88881320052613f4c107e2287f375c1
21 lines
571 B
JSON
21 lines
571 B
JSON
{
|
|
"server": {
|
|
"admin_pass": "ki8cbWeZdxH6",
|
|
"id": "2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/2dabdd93-ced7-4607-a542-2516de84e0e5",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"security_groups": [
|
|
{
|
|
"name": "test"
|
|
}
|
|
]
|
|
}
|
|
} |