summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/instance-list-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/instance-list-response.json')
-rw-r--r--api-ref/source/samples/instance-list-response.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/api-ref/source/samples/instance-list-response.json b/api-ref/source/samples/instance-list-response.json
new file mode 100644
index 00000000..35b1964a
--- /dev/null
+++ b/api-ref/source/samples/instance-list-response.json
@@ -0,0 +1,44 @@
+{
+ "instances": [
+ {
+ "datastore": {
+ "type": "mysql",
+ "version": "5.7"
+ },
+ "flavor": {
+ "id": "6",
+ "links": [
+ {
+ "href": "https://127.0.0.1:8779/v1.0/9f8dd5eacb074c9f87d2d822c9092aa5/flavors/6",
+ "rel": "self"
+ },
+ {
+ "href": "https://127.0.0.1:8779/flavors/6",
+ "rel": "bookmark"
+ }
+ ]
+ },
+ "id": "7de1bed8-6983-4d46-9a52-0abfbb0d27a2",
+ "ip": [
+ "10.1.0.62",
+ "172.24.5.114"
+ ],
+ "links": [
+ {
+ "href": "https://127.0.0.1:8779/v1.0/9f8dd5eacb074c9f87d2d822c9092aa5/instances/7de1bed8-6983-4d46-9a52-0abfbb0d27a2",
+ "rel": "self"
+ },
+ {
+ "href": "https://127.0.0.1:8779/instances/7de1bed8-6983-4d46-9a52-0abfbb0d27a2",
+ "rel": "bookmark"
+ }
+ ],
+ "name": "test",
+ "region": "RegionOne",
+ "status": "ACTIVE",
+ "volume": {
+ "size": 1
+ }
+ }
+ ]
+}