aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/pap/data/deploy.group.request.json
blob: 7f3694de1da4c359216bc8d906fad828e0d3acad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "groups": [
        {
            "name": "create.group.request",
            "deploymentSubgroups": [
                {
                    "pdpType": "pdpTypeA",
                    "action": "POST",
                    "policies": [
                        {
                            "name": "onap.restart.tca",
                            "version": "1.0.0"
                        }
                    ]
                }
            ]
        }
    ]
}