Update css file name in conf.py
[policy/engine.git] / ONAP-REST / src / test / resources / policies / MicroServicePolicy.json
1 {
2     "service": "TOSCA_namingJenny",
3     "location": "Test  DictMSLoc",
4     "uuid": "testDict  DCAEUIID",
5     "policyName": "testModelValidation",
6     "description": "test",
7     "configName": "testDict  MSConfName",
8     "templateVersion": "1607",
9     "version": "gw12181031",
10     "priority": "5",
11     "policyScope": "resource=ResourcetypeVenktest1,service=ServiceName1707,type=Name1707,closedLoopControlName=Retest_retest1",
12     "riskType": "Test",
13     "riskLevel": "3",
14     "guard": "True",
15     "content": {
16         "police-instance-name": "testing",
17         "naming-models": [
18             {
19                 "naming-properties": [
20                     {
21                         "property-value": "test",
22                         "source-endpoint": "test",
23                         "property-name": "testPropertyname",
24                         "increment-sequence": {
25                             "scope": "VNF",
26                             "start-value": "1",
27                             "length": "3",
28                             "increment": "2"
29                         },
30                         "source-system": "TOSCA"
31                     }
32                 ],
33                 "naming-type": "testNamingType",
34                 "naming-recipe": "testNamingRecipe"
35             }
36         ]
37     }
38 }