blob: 5d494402e5d475ff512d34287c417bac317d3115 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"interfaceOperations": {
"create": {
"description": "abcd description",
"inputParams": {
"listToscaDataDefinition": [
{
"paramName": "sd",
"paramId": "67c72959-0a05-4436-9339-534aa44c9fd0.nf_naming"
},
{
"paramName": "sdf",
"paramId": "67c72959-0a05-4436-9339-534aa44c9fd0.nf_naming_code"
}
]
},
"outputParams": {
"listToscaDataDefinition": [
{
"paramName": "op1",
"paramId": "68443b9d-9405-458e-811f-b62dd4975fcb.nf_naming"
}
]
},
"operationType": "create",
"workflowId" : "w_id1",
"workflowVersionId" : "w_version_id11"
}
}
}
|