blob: dac78c0bb294defa047899a84c4192dff4cc0653 [file] [log] [blame]
liamfallon51d9bb12019-12-01 21:44:47 +00001{
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}