blob: dac78c0bb294defa047899a84c4192dff4cc0653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"police-instance-name": "content1",
"police-instance-range": "11",
"naming-models": [
{
"naming-properties": [
{
"property-value": "test",
"source-endpoint": "test",
"property-name": "testPropertyname",
"increment-sequence": {
"scope": "VNF",
"start-value": "1",
"length": "3",
"increment": "2"
},
"source-system": "TOSCA"
}
],
"naming-type": "testNamingType",
"naming-recipe": "testNamingRecipe"
}
],
"some-container": {
"container-name": "container-value"
}
}
|