aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/org/onap/policy/drools/protocol/configuration/PdpdConfigurationTest.json
blob: 9c3b310a89db5f50be24ec9a713ffccd6af2a59b (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"
        }
    ]
}