aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json
blob: 895c6a954ef82d61e0829f359cb8241cf27fe772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name" : "pnf-id",
  "tags" : "pnf-id",
  "group":"default",
  "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>",
  "property" : {
    "description" : "pnf-id",
    "type" : "string"
  },
  "sources" : {
    "input" : {
      "type" : "source-input",
      "properties" : { }
    },
    "aai-data": {
      "type": "source-rest",
      "properties": {
        "verb": "GET",
        "type": "JSON",
        "url-path": "/aai/v22/network/pnfs/pnf/$pnf-id",
        "path": "/pnf-name",
        "headers" : {
          "Accept": "application/json",
          "X-TransactionId": "AAI-Temp-Tool",
          "X-FromAppId": "AAI-Temp-Tool"
        },
        "input-key-mapping": {
          "pnf-id": "pnf.pnf-id"
        },
        "output-key-mapping": {
          "pnf-id": "pnf-name"
        },
        "key-dependencies": [
          "pnf.pnf-id"
        ]
      }
    }
  }
}