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