add view feature and decompress zip file
[ccsdk/cds.git] / components / model-catalog / blueprint-model / uat-blueprints / pnf_config_aai / Definitions / resources_definition_types.json
1 {
2   "pnf-id" : {
3     "tags" : "pnf-id",
4     "name" : "pnf-id",
5     "property" : {
6       "description" : "pnf-id",
7       "type" : "string"
8     },
9     "updated-by" : "Rahul Tyagi <rahul.tyagi@est.tech>",
10     "sources" : {
11       "input" : {
12         "type" : "source-input",
13         "properties" : { }
14       }
15     }
16   },
17   "pnf-ipaddress-aai" : {
18     "tags" : "aai-get",
19     "name" : "pnf-ipaddress-aai",
20     "property" : {
21       "description" : "primary aai data to get resource",
22       "type" : "string"
23     },
24     "updated-by" : "Rahul, Tyagi <rahul.tyagi@est.tech>",
25     "sources" : {
26       "aai-data" : {
27         "type" : "source-rest",
28         "properties" : {
29           "type" : "JSON",
30           "verb" : "GET",
31           "url-path" : "/aai/v14/network/pnfs/pnf/$pnf-id",
32           "path" : "/ipaddress-v4-oam",
33           "input-key-mapping" : {
34             "pnf-id" : "pnf-id"
35           },
36           "headers" : {
37             "Accept" : "application/json"
38           },
39           "output-key-mapping" : {
40             "ipaddress-v4-oam" : "value"
41           },
42           "key-dependencies" : [ "pnf-id" ]
43         }
44       }
45     }
46   }
47 }