From a8480d1fec5b5696be04eb887f4cbed6b56238be Mon Sep 17 00:00:00 2001 From: mojahidi Date: Thu, 19 Jul 2018 12:35:31 +0530 Subject: Add support for workflowId and workflowVersionId Enhance operation data model and APIs to support workflowId and workflowVersionId Change-Id: Ib8772027a3e0147ae0bb59811a9b31fe46975ac6 Issue-ID: SDC-1535 Signed-off-by: mojahidi --- .../resources/json/operation/createOperation.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'openecomp-bdd/resources') diff --git a/openecomp-bdd/resources/json/operation/createOperation.json b/openecomp-bdd/resources/json/operation/createOperation.json index 394be36187..5d494402e5 100644 --- a/openecomp-bdd/resources/json/operation/createOperation.json +++ b/openecomp-bdd/resources/json/operation/createOperation.json @@ -1,12 +1,16 @@ { "interfaceOperations": { "create": { - "description": "create operation", + "description": "abcd description", "inputParams": { "listToscaDataDefinition": [ { - "paramName": "inp1", - "paramId": "68443b9d-9405-458e-811f-b62dd4975fcb.nf_naming" + "paramName": "sd", + "paramId": "67c72959-0a05-4436-9339-534aa44c9fd0.nf_naming" + }, + { + "paramName": "sdf", + "paramId": "67c72959-0a05-4436-9339-534aa44c9fd0.nf_naming_code" } ] }, @@ -18,7 +22,9 @@ } ] }, - "operationType": "create" + "operationType": "create", + "workflowId" : "w_id1", + "workflowVersionId" : "w_version_id11" } } } \ No newline at end of file -- cgit 1.2.3-korg