compute-api/v2/samples/version-get-resp.json
Anne Gentle 2ab480d970 Replaces WADL references with links to API Reference
- Moves detailed info to the Compute API v2 WADL itself
- Alleviates the following issues:
  * Params are not documented in this output due to tooling
  * When a WADL was broken, this deliverable breaks also
  * WADL contributions are low
  * It's difficult to train contributors how to embed WADL references

Change-Id: Id56da05c0409ed432dfdd0f5de799f5ed5e2e47c
2014-08-05 10:20:26 -05:00

33 lines
916 B
JSON

{
"version":{
"status":"CURRENT",
"updated":"2011-01-21T11:33:21Z",
"media-types":[
{
"base":"application/xml",
"type":"application/vnd.openstack.compute+xml;version=2"
},
{
"base":"application/json",
"type":"application/vnd.openstack.compute+json;version=2"
}
],
"id":"v2.0",
"links":[
{
"href":"http://23.253.228.211:8774/v2/",
"rel":"self"
},
{
"href":"http://docs.openstack.org/api/openstack-compute/2/os-compute-devguide-2.pdf",
"type":"application/pdf",
"rel":"describedby"
},
{
"href":"http://docs.openstack.org/api/openstack-compute/2/wadl/os-compute-2.wadl",
"type":"application/vnd.sun.wadl+xml",
"rel":"describedby"
}
]
}
}