aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/ActivitySpec.json
blob: 66e1b1355fd2d581eb573b1fe16564678cb1ac57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "VNFQuiesceTrafficActivity",
  "description": "Activity to QuiesceTraffic on VNF",
  "categoryList": [
    "VNF"
  ],
  "inputs": [
    {
      "name": "parameter1",
      "type": "string"
    },
    {
      "name": "parameter2",
      "type": "string"
    }
  ],
  "outputs": [
    {
      "name": "parameter3",
      "type": "string"
    }
  ]
}