aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-lcm/jsoninput/scale_ns.json
blob: de0a95e83a2c4166778d78c27d702709bafccaba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "scaleType": "SCALE_NS",
    "scaleNsData": [
        {
            "scaleNsByStepsData": [{
                "aspectId": "1",
                "numberOfSteps": 1,
                "scalingDirection": "0"
            }]
        }
    ]
}