Document new PAP REST APIs
[policy/parent.git] / docs / pap / request / deployment-batch-pap-req.json
diff --git a/docs/pap/request/deployment-batch-pap-req.json b/docs/pap/request/deployment-batch-pap-req.json
new file mode 100644 (file)
index 0000000..6577bed
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "groups": [
+        {
+            "name": "SampleGroup",
+            "deploymentSubgroups": [
+                {
+                    "pdpType": "apex",
+                    "action": "POST",
+                    "policies": [
+                        {
+                            "name": "onap.controllloop.operational.apex.bbs.EastRegion",
+                            "version": "1.0.0"
+                        }
+                    ]
+                }
+            ]
+        }
+    ]
+}