aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/undeploy.json
blob: 8f89cafc36b67b594cc2ea4f6e4ec126e7e6d912 (plain)
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
{
    "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"
                }
            ]
        }
    ]
}