summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/allocation-show-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/allocation-show-response.json')
-rw-r--r--api-ref/source/samples/allocation-show-response.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/api-ref/source/samples/allocation-show-response.json b/api-ref/source/samples/allocation-show-response.json
new file mode 100644
index 000000000..62d13cc83
--- /dev/null
+++ b/api-ref/source/samples/allocation-show-response.json
@@ -0,0 +1,23 @@
+{
+ "candidate_nodes": [],
+ "created_at": "2019-02-20T09:43:58+00:00",
+ "extra": {},
+ "last_error": null,
+ "links": [
+ {
+ "href": "http://127.0.0.1:6385/v1/allocations/5344a3e2-978a-444e-990a-cbf47c62ef88",
+ "rel": "self"
+ },
+ {
+ "href": "http://127.0.0.1:6385/allocations/5344a3e2-978a-444e-990a-cbf47c62ef88",
+ "rel": "bookmark"
+ }
+ ],
+ "name": "allocation-1",
+ "node_uuid": "6d85703a-565d-469a-96ce-30b6de53079d",
+ "resource_class": "bm-large",
+ "state": "active",
+ "traits": [],
+ "updated_at": "2019-02-20T09:43:58+00:00",
+ "uuid": "5344a3e2-978a-444e-990a-cbf47c62ef88"
+}