aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json
blob: 0bf66f6e661d8a79d2d2ee8f031e4dc330c84a9f (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
31
32
33
34
35
36
37
{
    "tags": "vnf, vf-modules-list",
    "name": "vf-modules-list",
    "group": "default",
    "property": {
        "description": "List of vf-modules associated with vnf",
        "type": "json"
    },
    "updated-by": "Lukasz Rajewski <lukasz.rajewski@orange.com>",
    "sources": {
        "input": {
            "type": "source-input"
        },
        "default": {
            "type": "source-default",
            "properties": {}
        },
        "aai-data": {
            "type": "source-rest",
            "properties": {
                "verb": "GET",
                "type": "JSON",
                "url-path": "/aai/v19/network/generic-vnfs/generic-vnf/${vnf-id}?depth=1",
                "path": "/vf-modules",
                "input-key-mapping": {
                    "vnf-id": "vnf-id"
                },
                "output-key-mapping": {
                    "vf-modules": "vf-module"
                },
                "key-dependencies": [
                    "vnf-id"
                ]
            }
        }
    }
}