nova/doc/api_samples/os-shelve/server-post-resp.json
Andrew Laski e53fb7dcdd API for shelving
Adds new 'shelve', 'shelveOffload'/'shelve_offload'(V3), and 'unshelve'
actions to the API.  Exposes the functionality already provided in the
compute api.

Part of bp shelve-instance

Co-author: Dan Smith <danms@us.ibm.com> (Instance objects)
Change-Id: Idd485b591730c6ac025ee57a1242afdd02191b2f
2013-07-16 20:17:49 -04:00

16 lines
491 B
JSON

{
"server": {
"adminPass": "bGZzzzeaSp9z",
"id": "9582b762-0964-4509-8fff-0146c02abe31",
"links": [
{
"href": "http://openstack.example.com/v2/openstack/servers/9582b762-0964-4509-8fff-0146c02abe31",
"rel": "self"
},
{
"href": "http://openstack.example.com/openstack/servers/9582b762-0964-4509-8fff-0146c02abe31",
"rel": "bookmark"
}
]
}
}