diff options
author | sheetalm <sheetal.mudholkar@amdocs.com> | 2018-03-29 15:48:04 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-03-29 14:31:52 +0000 |
commit | 8d74513329f8b6c6783024de866784f32c4b0f2c (patch) | |
tree | b4410536487ac8cd290979f8d8dd737b179c550c /openecomp-bdd | |
parent | a26e2683d10fdd4484d67bb8b7d6a2e0a41ab753 (diff) |
Activity Spec - Correct api-docs description
Correct api-docs description.
New fields added to json for flow test
Change-Id: I67de4c19055fb5e5456f2aa143285f88b7d8ce18
Issue-ID: SDC-1048
Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
Diffstat (limited to 'openecomp-bdd')
-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 |