Files
nova/doc/v3/api_samples/os-security-groups/server-post-resp.json
T
He Jie Xu c37e034790 Add V3 API samples for security-groups
Partially implements blueprint v3-api-unittests

Change-Id: I6df70127a88881320052613f4c107e2287f375c1
2013-09-25 11:32:36 +08:00

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"
}
]
}
}