Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vfw_private_ip_1.json
1 {
2   "name" : "vfw_private_ip_1",
3   "tags" : "vfw_private_ip_1",
4   "group":"default",
5   "updated-by" : "Singal, Kapil <ks220y@att.com>",
6   "property" : {
7     "description" : "vfw_private_ip_1",
8     "type" : "string"
9   },
10   "sources" : {
11     "input" : {
12       "type" : "source-input",
13       "properties" : {
14       }
15     },
16     "sdnc" : {
17       "type" : "source-rest",
18       "properties" : {
19         "type" : "JSON",
20         "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/vfw_private_ip_1",
21         "path" : "/param/0/value",
22         "expression-type" : "JSON_POINTER",
23         "input-key-mapping" : {
24           "service-instance-id" : "service-instance-id",
25           "vnf-id" : "vnf-id"
26         },
27         "output-key-mapping" : {
28           "vfw_private_ip_1" : "value"
29         },
30         "key-dependencies" : [ "service-instance-id", "vnf-id" ]
31       }
32     }
33   }
34 }