aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/undeploy.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/test/resources/simpleDeploy/undeploy.json')
-rw-r--r--main/src/test/resources/simpleDeploy/undeploy.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/main/src/test/resources/simpleDeploy/undeploy.json b/main/src/test/resources/simpleDeploy/undeploy.json
new file mode 100644
index 00000000..8f89cafc
--- /dev/null
+++ b/main/src/test/resources/simpleDeploy/undeploy.json
@@ -0,0 +1,35 @@
+{
+ "name": "groupA",
+ "version": "200.2.3",
+ "pdpGroupState": "ACTIVE",
+ "pdpSubgroups": [
+ {
+ "pdpType": "pdpTypeA",
+ "supportedPolicyTypes": [
+ {
+ "name": "typeA",
+ "version": "100.2.3"
+ }
+ ],
+ "pdpInstances": [
+ {
+ "instanceId": "pdpA"
+ }
+ ],
+ "policies": [
+ {
+ "name": "policyA",
+ "version": "1.2.300"
+ },
+ {
+ "name": "policyA",
+ "version": "1.2.3"
+ },
+ {
+ "name": "policyB",
+ "version": "1.2.3"
+ }
+ ]
+ }
+ ]
+}