aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/resources/json/createActivitySpec.json
blob: 8d5fc16f72dee6c99559a8f14880de2b5cf010f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "RANDOM",
  "description": "Start Server",
  "categoryList": [
    "Server"
  ],
  "inputParameters": [{
    "name": "host",
    "type": "string",
    "value": "10.1.2.3"
  }],
  "outputParameters": [{
    "name": "status",
    "type": "string",
    "value": "started"
  }]
}