{ "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 ", "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" ] } } } }