Changing line separator type to LF
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / sample-mdsal-source.json
1 {
2   "tags": "sample-mdsal-source",
3   "name": "sample-mdsal-source",
4   "property": {
5     "description": "Sample sample-mdsal-source",
6     "type": "string"
7   },
8   "updated-by": "brindasanth@onap.com",
9   "sources": {
10     "sdnc": {
11       "type": "source-rest",
12       "properties": {
13         "type": "JSON",
14         "url-path": "config/L3VNF-API:services/service-list/$service-instance-id/service-data/vnf-topology-information/vnf-assignments/vnf-vms/$vm-type/vm-networks/$network-role/v4-assigned-ip-list/$v4-ip-type",
15         "path": "/v4-assigned-ip-list/0/v4-ip-prefix",
16         "input-key-mapping": {
17         },
18         "output-key-mapping": {
19           "mdsal-source": "v4-ip-prefix"
20         },
21         "key-dependencies": []
22       }
23     }
24   }
25 }