1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"
}
|