aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/apex-pdp/data/pdp_update.json
blob: e880d5ed98c2eec57036d056c29853d76a5b9d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "groups": [
        {
            "name": "defaultGroup",
            "deploymentSubgroups": [
                {
                    "pdpType": "apex",
                    "action": "POST",
                    "policies": [{
                            "name": "onap.policies.controlloop.Operational.apex.sampledomain",
                            "version": "1.0.0"
                        }]
                }
            ]
        }
    ]
}