Changing line separator type to LF
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vdns_flavor_name.json
1   {
2   
3       "tags": "vdns_flavor_name",
4       "name": "vdns_flavor_name",
5       "property": {
6         "description": "vdns_flavor_name",
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             "type": "JSON",
22             "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/vdns_flavor_name",
23             "path": "/param/0/value",
24             "input-key-mapping": {
25               "service-instance-id": "service-instance-id",
26               "vnf-id": "vnf-id"
27             },
28             "output-key-mapping": {
29               "vdns_flavor_name": "value"
30             },
31             "key-dependencies": [
32               "service-instance-id",
33               "vnf-id"
34             ]
35           }
36         }
37       }
38     
39   }