aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/simpleDeploy/createGroupsVersPrefixMismatch.json
blob: 2bf064198b3b1d0ea196ba292882477236f45b26 (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
36
37
38
39
{
    "groups": [
        {
            "name": "groupA",
            "version": "200.2.3",
            "description": "my description",
            "pdpGroupState": "ACTIVE",
            "properties": {
                "hello": "world"
            },
            "pdpSubgroups": [
                {
                    "pdpType": "pdpTypeA",
                    "desiredInstanceCount": 1,
                    "properties": {
                        "abc": "def"
                    },
                    "supportedPolicyTypes": [
                        {
                            "name": "typeA",
                            "version": "100.2.3"
                        }
                    ],
                    "pdpInstances": [
                        {
                            "instanceId": "pdpA"
                        }
                    ],
                    "policies": [
                        {
                            "name": "policyA",
                            "version": "9"
                        }
                    ]
                }
            ]
        }
    ]
}