aboutsummaryrefslogtreecommitdiffstats
path: root/docs/PolicyAPI.postman_environment.json
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-10-03 08:20:42 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-10-03 14:51:58 +0000
commit593d41e8290b343bfe28b6438420b399ab09d5bc (patch)
tree4b30e09d1eb5e022770b8a5a71926b6bc9b52e41 /docs/PolicyAPI.postman_environment.json
parentc21cb59b26e56b12d06366f0968f7f7e6e9464ea (diff)
Add POSTMAN collection and env
Have the offered API's be at a top level that points to the existing API's throughout policy. Add in downloads for example environment and collection for Postman. Issue-ID: POLICY-2114 Change-Id: Ie2edf2f0aacfe7c9bb14c3e9f83f74a8a2a72de6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit 22ded7ec14cb82113c37d1b369670e42179f92c5)
Diffstat (limited to 'docs/PolicyAPI.postman_environment.json')
-rw-r--r--docs/PolicyAPI.postman_environment.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/PolicyAPI.postman_environment.json b/docs/PolicyAPI.postman_environment.json
new file mode 100644
index 00000000..a00912fc
--- /dev/null
+++ b/docs/PolicyAPI.postman_environment.json
@@ -0,0 +1,39 @@
+{
+ "id": "0aae341f-606a-4ba3-a2c6-5b150b0caef7",
+ "name": "Policy API Environment",
+ "values": [
+ {
+ "key": "POLICY-API-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ },
+ {
+ "key": "POLICY-PAP-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ },
+ {
+ "key": "POLICY-APEX-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ },
+ {
+ "key": "POLICY-DROOLS-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ },
+ {
+ "key": "POLICY-XACML-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ },
+ {
+ "key": "DMAAP-URL",
+ "value": "https://IP:PORT",
+ "enabled": true
+ }
+ ],
+ "_postman_variable_scope": "environment",
+ "_postman_exported_at": "2019-10-03T12:09:45.935Z",
+ "_postman_exported_using": "Postman/7.7.3"
+} \ No newline at end of file