blob: 8821e7f837e741d92751ab0cf35922b739d7f99e [file] [log] [blame]
priyanshu5b9d9a12019-01-14 15:46:55 +05301{
2 "interfaces": {
3 "interface1": {
4 "type": "interface1",
5 "operations": {
6 "delete" : {
7 "name": "sshGV",
8 "description": "sshGV updated description" ,
9 "inputs": {
10 "listToscaDataDefinition": [
11 {
12 "name": "inputId_up",
13 "type": "string",
14 "inputId": "c4c6e35f-37d1-4fd5-943c-51257386a86c.nf_naming.instance_name",
15 "required": true
16 }
17 ]
18 },
19 "outputs": {
20 "listToscaDataDefinition": [{
21 "name": "outUp_up",
22 "type": "string",
23 "required": true
24 }]
25 },
26 "uniqueId": "3f6b7144-2dec-48e2-80cb-c67e8bc1d7d2",
27 "workflowAssociationType": "NONE",
28 "workflowId": null,
29 "workflowVersionId": null
30 }
31 }
32 }
33 }
34}