summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/payloads/resource/vnfc-related-to-vf-module.json
blob: 139681faed4b3f35ee780ce609c0a8f97fe89480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "vnfc-name": "test-vnfc11",
    "nfc-naming-code": "testname",
    "nfc-function": "test-value",
    "relationship-list": {
        "relationship": [{
            "related-to": "vf-module",
            "relationship-data": [{
                "relationship-key": "vnf.vnf-id",
                "relationship-value": "test-vnf11"
            }, {
                "relationship-key": "vf-module.vf-module-id",
                "relationship-value": "vf-module-test11"
            }
            ]
        }
        ]
    }
}