Adding Initial ICN API Service
[icn.git] / cmd / bpa-restapi-agent / sample.json
diff --git a/cmd/bpa-restapi-agent/sample.json b/cmd/bpa-restapi-agent/sample.json
new file mode 100644 (file)
index 0000000..97c2125
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "owner":  "alpha",
+  "cluster_name": "beta",
+  "type": "container",
+  "image_name": "asdf246",
+  "image_length": 21579557,
+  "image_offset": 0,
+  "upload_complete":  false,
+  "description": {
+    "image_records":  [
+      {
+        "image_record_name": "iuysdi1234",
+        "repo": "java",
+        "tag":  "8"
+      }
+    ]
+  }
+}