diff options
author | KAPIL SINGAL <ks220y@att.com> | 2019-11-25 16:59:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-25 16:59:21 +0000 |
commit | adbbdf4f899833229f7244af91e4deb379a3a942 (patch) | |
tree | eb4390c98a026b2e9ffe2f381061121330253c7e /components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json | |
parent | 73a34e905c6abdad567b7063c6e9c3aaa1e42f07 (diff) | |
parent | 8d3834a1674f2f7957baed7fc204c458a48149e7 (diff) |
Merge "Input source doesn't support dynamic values or properties"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json index 32468533a..adafc2997 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json @@ -10,6 +10,29 @@ "input" : { "type" : "source-input", "properties" : { } + }, + "aai-data": { + "type": "source-rest", + "properties": { + "verb": "GET", + "type": "JSON", + "url-path": "/aai/v14/network/pnfs/pnf/$pnf-id", + "path": "/pnf-name", + "headers" : { + "Accept": "application/json", + "X-TransactionId": "AAI-Temp-Tool", + "X-FromAppId": "AAI-Temp-Tool" + }, + "input-key-mapping": { + "pnf-id": "pnf.pnf-id" + }, + "output-key-mapping": { + "pnf-id": "pnf-name" + }, + "key-dependencies": [ + "pnf.pnf-id" + ] + } } } }
\ No newline at end of file |