diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-20 20:38:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-20 20:38:08 +0000 |
commit | b24751bc8fe476a20ec462a17a6fa25e6c96673c (patch) | |
tree | fabf69b1608cab079a4a2c14fec5c7cd161a7b7f /components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json | |
parent | bb8b842d5d405874c745e054afeffb0e20bc2865 (diff) | |
parent | bd6a6482f87626b4f1e49aa12e36e41a2e140168 (diff) |
Merge "Update AAI endpoints to /aai/v21"
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 | 2 |
1 files changed, 1 insertions, 1 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 cfca6a7da..70aa5dac5 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json @@ -17,7 +17,7 @@ "properties": { "verb": "GET", "type": "JSON", - "url-path": "/aai/v14/network/pnfs/pnf/$pnf-id", + "url-path": "/aai/v21/network/pnfs/pnf/$pnf-id", "path": "/pnf-name", "headers" : { "Accept": "application/json", |