aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/resources_definition_types.json
blob: d2d32e81e5eee9dc590080a4a579a0b4d0e18fc2 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "service-instance-id": {
    "name": "service-instance-id",
    "tags": "service-instance-id, tosca.datatypes.Root, data_type",
    "updated-by": "Singal, Kapil <ks220y@att.com>",
    "property": {
      "description": "To be provided",
      "type": "string"
    },
    "sources": {
      "input": {
        "type": "source-input",
        "properties": {}
      },
      "capability": {
        "type": "source-capability",
        "properties": {
          "type": "JYTHON-COMPONENT",
          "instance-name": "SampleRAProcessor",
          "instance-dependencies": []
        }
      }
    }
  },
  "vnf-id": {
    "name": "vnf-id",
    "tags": "vnf-id",
    "updated-by": "Singal, Kapil <ks220y@att.com>",
    "property": {
      "description": "vnf-id",
      "type": "string"
    },
    "sources": {
      "input": {
        "type": "source-input",
        "properties": {}
      }
    }
  },
  "vnf_name": {
    "name": "vnf_name",
    "tags": "vnf_name",
    "updated-by": "Singal, Kapil <ks220y@att.com>",
    "property": {
      "description": "vnf_name",
      "type": "string"
    },
    "sources": {
      "primary-config-data": {
        "type": "source-rest",
        "properties": {
          "type": "JSON",
          "url-path": "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/vnf_name",
          "path": "/param/0/value",
          "input-key-mapping": {
            "service-instance-id": "service-instance-id",
            "vnf-id": "vnf-id"
          },
          "output-key-mapping": {
            "vnf_name": "value"
          },
          "key-dependencies": [
            "service-instance-id",
            "vnf-id"
          ]
        }
      }
    }
  }
}