aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-REST/src/test/resources/policies/MicroServicePolicyContent0.json
blob: f06d2f21cbce5ea80b15f52c6177dfc3f6af5ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "police-instance-name": "content0",
    "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"
        }
    ]
}