Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / int_pktgen_private_net_id.json
1 {
2     "tags": "int_pktgen_private_net_id",
3     "name": "int_pktgen_private_net_id",
4     "group":"default",
5     "property": {
6         "description": "int_pktgen_private_net_id",
7         "type": "string"
8     },
9     "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
10     "sources": {
11         "input": {
12             "type": "source-input"
13         },
14         "default": {
15             "type": "source-default",
16             "properties": {}
17         },
18         "sdnc": {
19             "type": "source-rest",
20             "properties": {
21                 "verb": "GET",
22                 "type": "JSON",
23                 "url-path": "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/int_pktgen_private_net_id",
24                 "path": "/param/0/value",
25                 "input-key-mapping": {
26                     "service-instance-id": "service-instance-id",
27                     "vnf-id": "vnf-id"
28                 },
29                 "output-key-mapping": {
30                     "int_pktgen_private_net_id": "value"
31                 },
32                 "key-dependencies": [
33                     "service-instance-id",
34                     "vnf-id"
35                 ]
36             }
37         }
38     }
39 }