Update AAI endpoints to /aai/v21
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / pnf-ipaddress-aai.json
1 {
2   "tags": "aai-get",
3   "name": "pnf-ipaddress-aai",
4   "group":"default",
5   "property": {
6     "description": "primary aai data to get resource",
7     "type": "string"
8   },
9   "updated-by": "Rahul, Tyagi <rahul.tyagi@est.tech>",
10   "sources": {
11     "aai-data": {
12       "type": "source-rest",
13       "properties": {
14         "type": "JSON",
15         "verb": "GET",
16         "url-path": "/aai/v21/network/pnfs/pnf/$pnf-id",
17         "path": "/ipaddress-v4-oam",
18         "input-key-mapping": {
19           "pnf-id": "pnf-id"
20         },
21         "headers" : {
22           "Accept" : "application/json"
23         },
24         "output-key-mapping": {
25           "ipaddress-v4-oam": "value"
26         },
27         "key-dependencies": [
28           "pnf-id"
29         ]
30       }
31     }
32   }
33 }