diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-03-25 18:19:29 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-04-07 10:14:00 +0200 |
commit | 7f685aa342813c611b6e43d7b4a869c7454baddc (patch) | |
tree | b1668e028b2b68fa928f4819ab52b0f2849f31f9 /src/test/resources/tosca | |
parent | df451dc64de36d571efb4f0457a83bc94e8f3969 (diff) |
Rework the backend to support PDP updates
Rework Pdp payloads builder so that we can integrate different actions in the same batch + Add a new endpoint to support pdp payload&query to PEF from UI
Issue-ID: POLICY-2930
Issue-ID: POLICY-2931
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3c933272419770595b706f6950f821220a76f778
Diffstat (limited to 'src/test/resources/tosca')
-rw-r--r-- | src/test/resources/tosca/pdp-group-policy-payload.json | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/test/resources/tosca/pdp-group-policy-payload.json b/src/test/resources/tosca/pdp-group-policy-payload.json deleted file mode 100644 index 17535ecbb..000000000 --- a/src/test/resources/tosca/pdp-group-policy-payload.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "groups": [ - { - "name": "pdpGroup1", - "deploymentSubgroups": [ - { - "pdpType": "pdpSubgroup1", - "action": "POST", - "policies": [ - { - "name": "configPolicyTest", - "version": "1.0.0" - } - ] - } - ] - }, - { - "name": "pdpGroup2", - "deploymentSubgroups": [ - { - "pdpType": "pdpSubgroup2", - "action": "POST", - "policies": [ - { - "name": "opLegacyPolicy", - "version": "1.0.0" - }, - { - "name": "opPolicy", - "version": "1.0.0" - } - ] - }, - { - "pdpType": "pdpSubgroup1", - "action": "POST", - "policies": [ - { - "name": "configPolicyTest2", - "version": "1.0.0" - } - ] - } - ] - } - ] -}
\ No newline at end of file |