aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/pnf_config/Definitions/resources_definition_types.json
blob: 600f25aa3b32d5623536b3fbc5ceee9755d99182 (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
40
41
42
43
44
45
46
47
{
  "pnf-id" : {
    "tags" : "pnf-id",
    "name" : "pnf-id",
    "property" : {
      "description" : "pnf-id",
      "type" : "string"
    },
    "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>",
    "sources" : {
      "input" : {
        "type" : "source-input",
        "properties" : { }
      }
    }
  },
  "pnf-ipv4-address" : {
    "tags" : "aai-get",
    "name" : "pnf-ipv4-address",
    "property" : {
      "description" : "primary aai data to get resource",
      "type" : "string"
    },
    "updated-by" : "Rahul, Tyagi <rahul.tyagi@est.tech>",
    "sources" : {
      "aai-data" : {
        "type" : "source-rest",
        "properties" : {
          "type" : "JSON",
          "verb" : "GET",
          "url-path" : "/aai/v21/network/pnfs/pnf/$pnf-id",
          "path" : "/ipaddress-v4-oam",
          "input-key-mapping" : {
            "pnf-id" : "pnf-id"
          },
          "headers" : {
            "Accept" : "application/json"
          },
          "output-key-mapping" : {
            "ipaddress-v4-oam" : "value"
          },
          "key-dependencies" : [ "pnf-id" ]
        }
      }
    }
  }
}