aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
blob: 6c9639caed111e3834b7f87da0d75c7e3247290e (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
{
  "name" : "vf-naming-policy",
  "tags" : "vf-naming-policy",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "vf-naming-policy",
    "type" : "string"
  },
  "sources" : {
    "default": {
      "type": "source-default",
      "properties": {
      }
    },
    "processor-db" : {
      "type" : "source-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select sdnctl.VF_MODEL.naming_policy as vf_naming_policy from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnf_model_customization_uuid",
        "input-key-mapping" : {
          "vnf_model_customization_uuid" : "vnf-model-customization-uuid"
        },
        "output-key-mapping" : {
          "vf-naming-policy" : "vf_naming_policy"
        },
        "key-dependencies" : [ "vnf-model-customization-uuid" ]
      }
    }
  }
}