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