Unit/SONAR/Checkstyle in ONAP-REST
[policy/engine.git] / ONAP-REST / src / test / resources / policies / MicroServicePolicyContent0.json
1 {
2     "police-instance-name": "content0",
3     "naming-models": [
4         {
5             "naming-properties": [
6                 {
7                     "property-value": "test",
8                     "source-endpoint": "test",
9                     "property-name": "testPropertyname",
10                     "increment-sequence": {
11                         "scope": "VNF",
12                         "start-value": "1",
13                         "length": "3",
14                         "increment": "2"
15                     },
16                     "source-system": "TOSCA"
17                 }
18             ],
19             "naming-type": "testNamingType",
20             "naming-recipe": "testNamingRecipe"
21         }
22     ]
23 }