blob: 394be36187bad4fddbc0ff8e8aa93e3edf6b5085 (
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
|
{
"interfaceOperations": {
"create": {
"description": "create operation",
"inputParams": {
"listToscaDataDefinition": [
{
"paramName": "inp1",
"paramId": "68443b9d-9405-458e-811f-b62dd4975fcb.nf_naming"
}
]
},
"outputParams": {
"listToscaDataDefinition": [
{
"paramName": "op1",
"paramId": "68443b9d-9405-458e-811f-b62dd4975fcb.nf_naming"
}
]
},
"operationType": "create"
}
}
}
|