diff options
Diffstat (limited to 'openecomp-bdd/resources/json')
-rw-r--r-- | openecomp-bdd/resources/json/createActivitySpec.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openecomp-bdd/resources/json/createActivitySpec.json b/openecomp-bdd/resources/json/createActivitySpec.json index 8d5fc16f72..29ad716834 100644 --- a/openecomp-bdd/resources/json/createActivitySpec.json +++ b/openecomp-bdd/resources/json/createActivitySpec.json @@ -4,14 +4,16 @@ "categoryList": [ "Server" ], - "inputParameters": [{ + "inputs": [{ "name": "host", "type": "string", "value": "10.1.2.3" }], - "outputParameters": [{ + "outputs": [{ "name": "status", "type": "string", "value": "started" - }] + }], + "type": "string", + "content": "test" }
\ No newline at end of file |