add group notation to resource dictionary
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / onap_private_net_cidr.json
1 {
2         "tags": "onap_private_net_cidr",
3         "name": "onap_private_net_cidr",
4         "group":"default",
5         "property": {
6                 "description": "onap_private_net_cidr",
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                 "processor-db": {
19                         "type": "source-db",
20                         "properties": {
21                                 
22                                 "type": "SQL",
23                                 "query": "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"management\"",
24                                 "input-key-mapping": {},
25                                 "output-key-mapping": {
26                                         "onap_private_net_cidr": "prefix"
27                                 }
28                         }
29                 },
30                 "sdnc": {
31                         "type": "source-rest",
32                         "properties": {
33                                 "verb": "GET",
34                                 "type": "JSON",
35                                 "url-path": "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/onap_private_net_cidr",
36                                 "path": "/param/0/value",
37                                 "input-key-mapping": {
38                                         "service-instance-id": "service-instance-id",
39                                         "vnf-id": "vnf-id"
40                                 },
41                                 "output-key-mapping": {
42                                         "onap_private_net_cidr": "value"
43                                 },
44                                 "key-dependencies": [
45                                         "service-instance-id",
46                                         "vnf-id"
47                                 ]
48                         }
49                 }
50         }
51 }