diff options
author | ottero <rodrigo.ottero@est.tech> | 2019-04-05 14:47:21 +0000 |
---|---|---|
committer | ottero <rodrigo.ottero@est.tech> | 2019-04-05 14:47:21 +0000 |
commit | b3aceebc81daf3b64d043cf6e835a7ec5ebadd34 (patch) | |
tree | 2ff4b4f8b9e794a39a269ba78205722222ba4835 /components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json | |
parent | 6e8706275241805e5fd9d2962c51a2c8f3ee3c62 (diff) |
Retrieving PNF IP address from payload
PNF IP is now retrieved from the payload
Issue-ID: CCSDK-926
Change-Id: I6942fc0000564553ae16bd1067351f00ca254d10
Signed-off-by: ottero <rodrigo.ottero@est.tech>
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json new file mode 100755 index 000000000..a140a442f --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json @@ -0,0 +1,15 @@ +{ + "name" : "nf-id", + "tags" : "nf-id", + "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>", + "property" : { + "description" : "nf-id", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +}
\ No newline at end of file |