aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/load/resource_dictionary/bundle-id.json
blob: f9678f5ffe4f56012d4d92b9d585731923b77477 (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
{
  "name": "bundle-id",
  "description": "name of the ",
  "resource-type": "ONAP",
  "resource-path": "vnf/bundle-id",
  "updated-by": "ym9479@onap.com",
  "data-type": "String",
  "tags": "bundle-id, ym9479@onap.com",
  "source": {
    "db": {
      "path": "$key-value",
      "input-key-mapping": {
        "key-value": "$resource-group-key"
      },
      "output-key-mapping": {
        "bundle-id": "bundle-id"
      }
    },
    "input": {
    }
  },
  "decryption-rules": [
    {
      "sources": [
        "input"
      ],
      "path": "/.",
      "rule": "LOCAL-Decrypt",
      "decrypt-type": "AES128"
    }
  ]
}