aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json
blob: 91afaf4a7ef4f6b53ba95d9939e76f724edec253 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "tags": "vf-modules-list",
    "name": "vf-modules-list",
    "property": {
        "description": "List of vf-modules associated with vnf",
        "type": "json"
    },
    "group": "default",
    "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"
                ]
            }
        },
        "sdnc": {
            "type": "source-rest",
            "properties": {
                "verb": "GET",
                "type": "JSON",
                "url-path": "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vf-modules",
                "path": "/vf-modules",
                "input-key-mapping": {
                    "service-instance-id": "service-instance-id",
                    "vnf-id": "vnf-id"
                },
                "output-key-mapping": {
                    "vf-modules": "vf-module"
                },
                "key-dependencies": [
                    "service-instance-id",
                    "vnf-id"
                ]
            }
        }
    }
}