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