{ | |
"name" : "vnf-name", | |
"tags" : "vnf-name, tosca.datatypes.Root, data_type", | |
"updated-by" : "Singal, Kapil <ks220y@att.com>", | |
"property" : { | |
"description" : "vnf-name", | |
"type" : "string" | |
}, | |
"sources" : { | |
"mdsal" : { | |
"type" : "source-rest", | |
"properties" : { | |
"type" : "JSON", | |
"url-path" : "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/vnf_name", | |
"path" : "/param/0/value", | |
"expression-type" : "JSON_POINTER", | |
"input-key-mapping" : { | |
"service-instance-id" : "service-instance-id", | |
"vnf-id" : "vnf-id" | |
}, | |
"output-key-mapping" : { | |
"vnf-name" : "value" | |
}, | |
"key-dependencies" : [ "service-instance-id", "vnf-id" ] | |
} | |
} | |
} | |
} |