Resource Resolution Service: Source Rest
[ccsdk/cds.git] / components / resource-dict / load / resource_dictionary / vnf_name.json
1 {\r
2   "name" : "vnf_name",\r
3   "tags" : "vnf_name",\r
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",\r
5   "property" : {\r
6     "description" : "vnf_name",\r
7     "type" : "string"\r
8   },\r
9   "sources" : {\r
10     "primary-config-data" : {\r
11       "type" : "source-rest",\r
12       "properties" : {\r
13         "type" : "JSON",\r
14         "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",\r
15         "path" : "/param/0/value",\r
16         "expression-type" : "JSON_POINTER",\r
17         "input-key-mapping" : {\r
18           "service-instance-id" : "service-instance-id",\r
19           "vnf-id" : "vnf-id"\r
20         },\r
21         "output-key-mapping" : {\r
22           "vnf_name" : "value"\r
23         },\r
24         "key-dependencies" : [ "service-instance-id", "vnf-id" ]\r
25       }\r
26     }\r
27   }\r
28 }