Merge "add group notation to resource dictionary"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vpg_private_ip_0.json
1 {
2   "name" : "vpg_private_ip_0",
3   "tags" : "vpg_private_ip_0",
4   "group":"default",
5   "updated-by" : "Singal, Kapil <ks220y@att.com>",
6   "property" : {
7     "description" : "vpg_private_ip_0",
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/vpg_private_ip_0",
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           "vpg_private_ip_0" : "value"
29         },
30         "key-dependencies" : [ "service-instance-id", "vnf-id" ]
31       }
32     }
33   }
34 }