blob: e9693adf2a19979a9adce349c10f50448f18b337 [file] [log] [blame]
siddharth0905b734ea22018-11-22 13:37:31 +05301{
2 "interfaceOperations": {
3 "operation": {
4 "description": "abcd description",
5 "inputParams": {
6 "listToscaDataDefinition": [
7 {
8 "name": "inp1",
9 "type": "string",
10 "property": "97477d27-8fe2-45a1-83cb-83368ef2a402.nf_naming_code",
11 "mandatory": true
12 }
13 ]
14 },
15 "outputParams": {
16 "listToscaDataDefinition": [
17 {
18 "name": "op",
19 "mandatory": true,
20 "type": "String"
21 }
22 ]
23 },
24 "operationType": "create",
25 "workflowAssociationType": "EXISTING",
26 "workflowId" : "workflowId",
27 "workflowVersionId" : "workflowVersionId"
28 }
29 }
30}