Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / test / resources / payloads / resource / vnfc-related-to-vf-module.json
1 {
2     "vnfc-name": "test-vnfc11",
3     "nfc-naming-code": "testname",
4     "nfc-function": "test-value",
5     "relationship-list": {
6         "relationship": [{
7             "related-to": "vf-module",
8             "relationship-data": [{
9                 "relationship-key": "vnf.vnf-id",
10                 "relationship-value": "test-vnf11"
11             }, {
12                 "relationship-key": "vf-module.vf-module-id",
13                 "relationship-value": "vf-module-test11"
14             }
15             ]
16         }
17         ]
18     }
19 }