summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/instance-show-response.json
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref/source/samples/instance-show-response.json')
-rw-r--r--api-ref/source/samples/instance-show-response.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/api-ref/source/samples/instance-show-response.json b/api-ref/source/samples/instance-show-response.json
new file mode 100644
index 00000000..4a162db3
--- /dev/null
+++ b/api-ref/source/samples/instance-show-response.json
@@ -0,0 +1,46 @@
+{
+ "instance": {
+ "created": "2019-12-23T20:58:35",
+ "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",
+ "service_status_updated": "2019-12-23T22:15:11",
+ "status": "HEALTHY",
+ "updated": "2019-12-23T20:58:45",
+ "volume": {
+ "size": 1,
+ "used": 0.12
+ }
+ }
+} \ No newline at end of file