summaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/org/onap/policy/drools/protocol/configuration/PdpdConfigurationTest.json
blob: f5495ffbdfcc018669dbb429be2651e8e76eab85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "requestID": "${obj.requestID}",
    "entity": "entity1",
    "controllers": [
        {
            "name": "name",
            "operation": "operation"
        },
        {
            "name": "name2",
            "operation": "operation2"
        }
    ]
}