summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/chassis-list-response.json
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2016-05-03 13:24:10 -0400
committerJim Rollenhagen <jim@jimrollenhagen.com>2016-05-03 21:39:42 +0000
commitfa098f69e49a682bea3f285620ae5f9a0450691d (patch)
tree7c4b71094287237552cdee7c6ac6632727894a00 /api-ref/source/samples/chassis-list-response.json
parent97b7ba98fcfac69a27fd40c5de39d392455a3c72 (diff)
downloadironic-fa098f69e49a682bea3f285620ae5f9a0450691d.tar.gz
Migrate api-ref into our tree
Per this email[0], it's time to migrate our API docs into our tree. This copies the sphinx extension from nova into our tree as well, which will be later split into its own python module. At that time we can cut over to the module and drop it from our tree. The conf.py and the tox environment are also cribbed from nova. [0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html Change-Id: I683cc4d6459d77c42951a06247b6f9ff8f8456bd
Diffstat (limited to 'api-ref/source/samples/chassis-list-response.json')
-rw-r--r--api-ref/source/samples/chassis-list-response.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/api-ref/source/samples/chassis-list-response.json b/api-ref/source/samples/chassis-list-response.json
new file mode 100644
index 000000000..034166cf5
--- /dev/null
+++ b/api-ref/source/samples/chassis-list-response.json
@@ -0,0 +1,18 @@
+{
+ "chassis": [
+ {
+ "description": "Sample chassis",
+ "links": [
+ {
+ "href": "http://localhost:6385/v1/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89",
+ "rel": "self"
+ },
+ {
+ "href": "http://localhost:6385/chassis/eaaca217-e7d8-47b4-bb41-3f99f20eed89",
+ "rel": "bookmark"
+ }
+ ],
+ "uuid": "eaaca217-e7d8-47b4-bb41-3f99f20eed89"
+ }
+ ]
+}